'Declaration Public Overloads Function Fill( _ ByVal dataSet As DataSet, _ ByVal startRecord As Integer, _ ByVal maxRecords As Integer, _ ByVal srcTable As String, _ ByVal cursor As OracleCursor _ ) As Integer
public int Fill( DataSet dataSet, int startRecord, int maxRecords, string srcTable, OracleCursor cursor )
Parameters
- dataSet
- A System.Data.DataSet to fill with records.
- startRecord
- The zero-based record number to start with.
- maxRecords
- The maximum number of records to retrieve.
- srcTable
- The name of the System.Data.DataTable to use for table mapping.
- cursor
- An OracleCursor used to retrieve data using OracleDataReader.
Return Value
The number of rows successfully added to or refreshed in the System.Data.DataSet.