Windows apps
Collapse the table of content
Expand the table of content
Information
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

Fills a DataSet with values from a data source using the supplied IDataReader.

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.

Community Additions

Show:
© 2017 Microsoft