The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
DataSet.Load Method
.NET Framework 2.0
Fills a DataSet with values from a data source using the supplied IDataReader.
DataSet Members
System.Data Namespace
| Name | Description |
|---|---|
| DataSet.Load (IDataReader, LoadOption, DataTable[]) | Fills a DataSet with values from a data source using the supplied IDataReader, using an array of DataTable instances to supply the schema and namespace information. Supported by the .NET Compact Framework. |
| DataSet.Load (IDataReader, LoadOption, String[]) | Fills a DataSet with values from a data source using the supplied IDataReader, using an array of strings to supply the names for the tables within the DataSet. Supported by the .NET Compact Framework. |
| DataSet.Load (IDataReader, LoadOption, FillErrorEventHandler, DataTable[]) | Fills a DataSet with values from a data source using the supplied IDataReader, using an array of DataTable instances to supply the schema and namespace information. Supported by the .NET Compact Framework. |
Reference
DataSet ClassDataSet Members
System.Data Namespace
Other Resources
Using DataSets in ADO.NETCommunity Additions
Show: