Click or drag to resize

MoreEnumerableToDataTable Method

Overload List
  NameDescription
Public methodStatic memberToDataTableT(IEnumerableT)
Converts a sequence to a DataTable object.
Public methodStatic memberToDataTableT(IEnumerableT, ExpressionFuncT, Object)
Appends elements in the sequence as rows of a given DataTable object with a set of lambda expressions specifying which members (property or field) of each element in the sequence will supply the column values.
Public methodStatic memberToDataTableT, TTable(IEnumerableT, TTable)
Appends elements in the sequence as rows of a given DataTable object.
Public methodStatic memberToDataTableT, TTable(IEnumerableT, TTable, ExpressionFuncT, Object)
Appends elements in the sequence as rows of a given DataTable object with a set of lambda expressions specifying which members (property or field) of each element in the sequence will supply the column values.
Top
See Also