Skip to main content
.NET Framework Class Library
DataTableExtensions Class

Defines the extension methods to the DataTable class. DataTableExtensions is a static class.

Inheritance Hierarchy
System..::.Object
  System.Data..::.DataTableExtensions

Namespace: System.Data
Assembly: System.Data.DataSetExtensions (in System.Data.DataSetExtensions.dll)
Syntax
<ExtensionAttribute> _
Public NotInheritable Class DataTableExtensions
public static class DataTableExtensions
[ExtensionAttribute]
public ref class DataTableExtensions abstract sealed
[<AbstractClass>]
[<Sealed>]
type DataTableExtensions =  class end

The DataTableExtensions type exposes the following members.

Methods
 NameDescription
Public methodStatic memberAsDataView(DataTable)Creates and returns a LINQ-enabled DataView object.
Public methodStatic memberAsDataView<(Of <(T>)>)(EnumerableRowCollection<(Of <(T>)>))Creates and returns a LINQ-enabled DataView object representing the LINQ to DataSet query.
Public methodStatic memberAsEnumerableReturns an IEnumerable<(Of <(T>)>) object, where the generic parameter T is DataRow. This object can be used in a LINQ expression or method query.
Public methodStatic memberCopyToDataTable<(Of <(T>)>)(IEnumerable<(Of <(T>)>))Returns a DataTable that contains copies of the DataRow objects, given an input IEnumerable<(Of <(T>)>) object where the generic parameter T is DataRow.
Public methodStatic memberCopyToDataTable<(Of <(T>)>)(IEnumerable<(Of <(T>)>), DataTable, LoadOption)Copies DataRow objects to the specified DataTable, given an input IEnumerable<(Of <(T>)>) object where the generic parameter T is DataRow.
Public methodStatic memberCopyToDataTable<(Of <(T>)>)(IEnumerable<(Of <(T>)>), DataTable, LoadOption, FillErrorEventHandler)Copies DataRow objects to the specified DataTable, given an input IEnumerable<(Of <(T>)>) object where the generic parameter T is DataRow.
Top
Version Information

.NET Framework

Supported in: 4, 3.5

.NET Framework Client Profile

Supported in: 4, 3.5 SP1
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.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.