DataTable.Load Method
.NET Framework 2.0
Fills a DataTable with values from a data source using the supplied IDataReader. If the DataTable already contains rows, the incoming data from the data source is merged with the existing rows.
DataTable Members
System.Data Namespace
Load
Creating and Using DataTables
| Name | Description |
|---|---|
| DataTable.Load (IDataReader) | Fills a DataTable with values from a data source using the supplied IDataReader. If the DataTable already contains rows, the incoming data from the data source is merged with the existing rows. Supported by the .NET Compact Framework. |
| DataTable.Load (IDataReader, LoadOption) | Fills a DataTable with values from a data source using the supplied IDataReader. If the DataTable already contains rows, the incoming data from the data source is merged with the existing rows according to the value of the loadOption parameter. Supported by the .NET Compact Framework. |
| DataTable.Load (IDataReader, LoadOption, FillErrorEventHandler) | Fills a DataTable with values from a data source using the supplied IDataReader using an error-handling delegate. Supported by the .NET Compact Framework. |
Reference
DataTable ClassDataTable Members
System.Data Namespace
Load
Other Resources
Creating and Using DataTablesCreating and Using DataTables
Community Additions
ADD
Show: