0 out of 3 rated this helpful - Rate this topic

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.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.