Overload List

  NameDescription
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.
(Inherited from 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.
(Inherited from DataTable.)
Load(IDataReader, LoadOption, FillErrorEventHandler)
Fills a DataTable with values from a data source using the supplied IDataReader using an error-handling delegate.
(Inherited from DataTable.)

See Also