Overload | Description |
---|---|
Fill(DataSet) | Adds or refreshes rows in the System.Data.DataSet. (Inherited from System.Data.Common.DbDataAdapter) |
Fill(DataSet,String) | Adds or refreshes rows in the System.Data.DataSet to match those in the data source using the System.Data.DataSet and System.Data.DataTable names. (Inherited from System.Data.Common.DbDataAdapter) |
Fill(DataSet,Int32,Int32,String) | Adds or refreshes rows in a specified range in the System.Data.DataSet to match those in the data source using the System.Data.DataSet and System.Data.DataTable names. (Inherited from System.Data.Common.DbDataAdapter) |
Fill(DataTable) | Adds or refreshes rows in a specified range in the System.Data.DataSet to match those in the data source using the System.Data.DataTable name. (Inherited from System.Data.Common.DbDataAdapter) |
Fill(Int32,Int32,DataTable[]) | Adds or refreshes rows in a System.Data.DataTable to match those in the data source starting at the specified record and retrieving up to the specified maximum number of records. (Inherited from System.Data.Common.DbDataAdapter) |