dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleDataAdapter Class / InitializeSequentialFill Method

In This Topic
    InitializeSequentialFill Method
    In This Topic
    Prepares the OracleDataAdapter to operate in sequential mode.
    Syntax
    'Declaration
     
    Public Sub InitializeSequentialFill() 
    public void InitializeSequentialFill()
    Remarks
    The sequential mode provides significant performance boost when the OracleDataAdapter requests adjacent blocks of data one after another.
    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