Show / Hide Table of Contents

    OracleDataContextOptions Class

    .NET Standard 2.x

    Represents the options for the OracleDataContext object.

    Namespace: SnapObjects.Data.Oracle

    Assembly: SnapObjects.Data.Oracle.dll

    Syntax

    public class OracleDataContextOptions : DataContextOptions
    

    Constructors

    Name Description
    OracleDataContextOptions(string connectionString) Initializes a new instance of the OracleDataContextOptions class by passing the connection string as a parameter.

    Properties

    Name Return Type Description
    InitialLongFetchSize int Specifies the initial amount of LONG and LONG RAW data that is immediately fetched.
    InitialLOBFetchSize int Specifies the initial amount of LOB data that is immediately fetched.
    SuppressGetDecimalInvalidCastException bool It specifies whether to suppress the InvalidCastException and return a rounded-off 28 precision value if the Oracle NUMBER value has more than 28 precision.
    Back to top Generated by Appeon