Click or drag to resize

CustomLINQtoDataSetMethods Class

LINQ extension methods to copy a sequence of objects to a DataTable
Inheritance Hierarchy
SystemObject
  Seal.HelpersCustomLINQtoDataSetMethods

Namespace: Seal.Helpers
Assembly: SealLibrary (in SealLibrary.dll) Version: 10.0.1.0+a44cd3a7f03c2bf3cdbd971a878c679e40bed08a
Syntax
C#
public static class CustomLINQtoDataSetMethods

The CustomLINQtoDataSetMethods type exposes the following members.

Methods
 NameDescription
Public Extension MethodCopyToDataTable2T(IEnumerableT) Create a new DataTable from a sequence of objects
Public Extension MethodCopyToDataTable2T(IEnumerableT, DataTable, NullableLoadOption) Load a sequence of objects into an existing DataTable
Top
See Also