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

In This Topic
    Fill(DataSet,OracleCursor) Method
    In This Topic
    Adds or refreshes rows in the System.Data.DataSet to match those in the data source using the specified System.Data.DataSet and the OracleCursor.
    Syntax
    '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.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also