DataTableExtensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines the extension methods to the DataTable class. DataTableExtensions is a static class.
public ref class DataTableExtensions abstract sealed
public static class DataTableExtensions
type DataTableExtensions = class
Public Module DataTableExtensions
- Inheritance
-
DataTableExtensions
Methods
AsDataView(DataTable) |
Creates and returns a LINQ-enabled DataView object. |
AsDataView<T>(EnumerableRowCollection<T>) |
Creates and returns a LINQ-enabled DataView object representing the LINQ to DataSet query. |
AsEnumerable(DataTable) |
Returns an IEnumerable<T> object, where the generic parameter |
CopyToDataTable<T>(IEnumerable<T>) |
Returns a DataTable that contains copies of the DataRow objects, given an input IEnumerable<T> object where the generic parameter |
CopyToDataTable<T>(IEnumerable<T>, DataTable, LoadOption) |
Copies DataRow objects to the specified DataTable, given an input IEnumerable<T> object where the generic parameter |
CopyToDataTable<T>(IEnumerable<T>, DataTable, LoadOption, FillErrorEventHandler) |
Copies DataRow objects to the specified DataTable, given an input IEnumerable<T> object where the generic parameter |