dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleDataAdapter Class / Fill Method / Fill(DataTable,OracleCursor) Method
A System.Data.DataTable to fill with records.
An OracleCursor used to retrieve data using OracleDataReader.

In This Topic
Fill(DataTable,OracleCursor) Method
In This Topic
Adds or refreshes rows in a System.Data.DataTable to match those in the data source using the specified System.Data.DataTable and OracleCursor.
Syntax
'Declaration
 
Public Overloads Function Fill( _
   ByVal dataTable As DataTable, _
   ByVal cursor As OracleCursor _
) As Integer
 

Parameters

dataTable
A System.Data.DataTable 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.DataTable.
See Also