Overload List

  NameDescription
Load(IDataReader, LoadOption, array<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.
(Inherited from DataSet.)
Load(IDataReader, LoadOption, array<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.
(Inherited from DataSet.)
Load(IDataReader, LoadOption, FillErrorEventHandler, array<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.
(Inherited from DataSet.)

See Also