Mimer Data Provider v9.2

MimerDataAdapter.Fill Method

Adds or refreshes rows in the DataSet to match those in the data source.

Overload List

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);

See Also

MimerDataAdapter Class | Mimer.Data.Client Namespace