Adds or refreshes rows in the DataSet to match those in the data source.
Adds or refreshes rows in the DataSet to match those in the data source.
new public int Fill(DataSet);
Adds or refreshes rows in a specified range in the DataSet to match those in the data source using the DataSet and source table.
new public int Fill(DataSet,int,int,string);
Adds or refreshes rows in the DataSet to match those in the data source.
new public int Fill(DataSet,string);
Adds or refreshes rows in a DataTable to match those in the data source using the DataTable name.
new public int Fill(DataTable);
MimerDataAdapter Class | Mimer.Data.Client Namespace