ToDataTableExtension Class

ToDataTable extension.

Definition

Namespace: MoreLinq.Extensions
Assembly: MoreLinq (in MoreLinq.dll) Version: 4.1.0+0e154ef592f33ce0f6f3d534a9eedee273f0ce72
C#
public static class ToDataTableExtension
Inheritance
Object    ToDataTableExtension

Methods

ToDataTableT(IEnumerableT) Converts a sequence to a DataTable object.
ToDataTableT(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.
ToDataTableT, TTable(IEnumerableT, TTable) Appends elements in the sequence as rows of a given DataTable object.
ToDataTableT, 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.

See Also