Defines the extension methods to the DataTable class. DataTableExtensions is a static class.
Assembly: System.Data.DataSetExtensions (in System.Data.DataSetExtensions.dll)
The DataTableExtensions type exposes the following members.
Methods
Top
| Name | Description | |
|---|---|---|
![]() ![]() | AsDataView(DataTable) | Creates and returns a LINQ-enabled DataView object. |
![]() ![]() | AsDataView | Creates and returns a LINQ-enabled DataView object representing the LINQ to DataSet query. |
![]() ![]() | AsEnumerable | Returns an IEnumerable |
![]() ![]() | CopyToDataTable | Returns a DataTable that contains copies of the DataRow objects, given an input IEnumerable |
![]() ![]() | CopyToDataTable | Copies DataRow objects to the specified DataTable, given an input IEnumerable |
![]() ![]() | CopyToDataTable | Copies DataRow objects to the specified DataTable, given an input IEnumerable |
Platforms
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements..gif)
.gif)