Show / Hide Table of Contents

Method CreateDataSet

| Improve this Doc View Source

CreateDataSet<T>(_DataSet<T>, Int32)

Creates a DataSet.

Declaration
protected virtual DataSet<T> CreateDataSet<T>(_DataSet<T> dataSetColumn, int rowOrdinal)

    where T : class, IEntity, new()
Parameters
Type Name Description
_DataSet<T> dataSetColumn

The DataSet column.

System.Int32 rowOrdinal

The ordinal of DataRow.

Returns
Type Description
DataSet<T>
Type Parameters
Name Description
T

Entity type of the DataSet.

  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest