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

In This Topic
    Fill(DataTable,UniCursor) 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 UniCursor.
    Syntax
    'Declaration
     
    Public Overloads Function Fill( _
       ByVal dataTable As DataTable, _
       ByVal cursor As UniCursor _
    ) As Integer
    public int Fill( 
       DataTable dataTable,
       UniCursor cursor
    )

    Parameters

    dataTable
    A System.Data.DataTable to fill with records.
    cursor
    An UniCursor used to retrieve data using Devart.Oracle.OracleDataReader.

    Return Value

    The number of rows successfully added to or refreshed in the System.Data.DataTable.
    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