0 out of 1 rated this helpful - Rate this topic

DataTableExtensions.CopyToDataTable Method

Returns a DataTable that contains copies of the DataRow objects, given an input IEnumerable<T> object.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

  Name Description
Public method Static member 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.
Public method Static member 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.
Public method Static member 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.
Top
Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ
Bump
Any answers?
have a same problem as kaplesh. what shoud i do?
have a same problem as kaplesh. what shoud i do?
DataTableExtensions.CopyToDataTable Method (System.Data)
I have not get .CopyToDataTable Method 
I have already import System.Data and System.Data.DataTableExtensions 
What to do ?