'Declaration Public Overloads Function Fill( _ ByVal dataSet As DataSet, _ ByVal cursor As OracleCursor _ ) As Integer
public int Fill( DataSet dataSet, OracleCursor cursor )
Parameters
- dataSet
- A System.Data.DataSet to fill with records.
- 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.