Show / Hide Table of Contents

    OracleDataContextOptions.InitialLongFetchSize Property

    .NET Standard 2.x

    Specifies the initial amount of LONG and LONG RAW data that is immediately fetched.

    Namespace: SnapObjects.Data.Oracle

    Assembly: SnapObjects.Data.Oracle.dll

    Syntax

    public int InitialLongFetchSize { get; set; }
    

    Property Value

    System.Int32

    An int specifying the amount.

    Remarks

    This property specifies the number of characters to fetch for the LONG column data and the number of bytes to fetch for the LONG RAW column data. It defaults to 0, which fetches the full length of the LONG and LONG RAW column data. Setting this property to -1 defers the retrieval of LONG and LONG RAW column data entirely.

    Applies to

    .NET Standard

    2.x

    Back to top Generated by Appeon