DataTableExtensions::CopyToDataTable Method
.NET Framework (current version)
Returns a DataTable that contains copies of the DataRow objects, given an input IEnumerable<T> object.
Assembly: System.Data.DataSetExtensions (in System.Data.DataSetExtensions.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | CopyToDataTable<T>(IEnumerable<T>^) | Returns a DataTable that contains copies of the DataRow objects, given an input IEnumerable<T> object where the generic parameter T is DataRow. |
![]() ![]() | CopyToDataTable<T>(IEnumerable<T>^, DataTable^, LoadOption) | Copies DataRow objects to the specified DataTable, given an input IEnumerable<T> object where the generic parameter T is DataRow. |
![]() ![]() | CopyToDataTable<T>(IEnumerable<T>^, DataTable^, LoadOption, FillErrorEventHandler^) | Copies DataRow objects to the specified DataTable, given an input IEnumerable<T> object where the generic parameter T is DataRow. |
Show:

