Mimer Data Provider v9.2

MimerDataAdapter.Fill Method (DataSet, String)

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

[Visual Basic]
Overloads Public Function Fill( _
   ByVal dataSet As DataSet, _
   ByVal srcTable As String _
) As Integer
[C#]
new public int Fill(
   DataSet dataSet,
   string srcTable
);

Parameters

dataSet
A DataSet to fill with records and, if necessary, schema.
srcTable
The name of the source table to use for table mapping.

Return Value

The number of rows successfully added to or refreshed in the DataSet.

See Also

MimerDataAdapter Class | Mimer.Data.Client Namespace | MimerDataAdapter.Fill Overload List