Mimer Data Provider v9.2

MimerDataAdapter.Fill Method (DataSet, Int32, Int32, String)

Adds or refreshes rows in a specified range in the DataSet to match those in the data source using the DataSet and source table.

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

Parameters

dataSet
A DataSet to fill with records and, if necessary, schema.
startRecord
The zero-based record number to start with.
maxRecords
The maximum number of records to retrieve.
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