dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleCursor Class / FetchSize Property

In This Topic
    FetchSize Property (OracleCursor)
    In This Topic
    Gets or sets the required size of the OracleDataReader internal cache to store result set data. The default value is 131072.
    Syntax
    'Declaration
     
    Public Property FetchSize As Integer
    public int FetchSize {get; set;}

    Property Value

    The required size of the OracleDataReader internal cache to store result set data.
    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