MoreLinq
ToDataTable Method
NamespacesMoreLinqMoreEnumerableToDataTable()()()()
Members
IconMemberDescription
ToDataTable<(Of <<'(T, TTable>)>>)(IEnumerable<(Of <<'(T>)>>), TTable, array<Expression<(Of <<'(Func<(Of <<'(T, 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.

ToDataTable<(Of <<'(T, TTable>)>>)(IEnumerable<(Of <<'(T>)>>), TTable)
Appends elements in the sequence as rows of a given DataTable object.

ToDataTable<(Of <<'(T>)>>)(IEnumerable<(Of <<'(T>)>>), array<Expression<(Of <<'(Func<(Of <<'(T, 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.

ToDataTable<(Of <<'(T>)>>)(IEnumerable<(Of <<'(T>)>>))
Converts a sequence to a DataTable object.

Assembly: MoreLinq (Module: MoreLinq.dll) Version: 1.0.16006.0 (1.0.16006.1845)