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.
    Back to top Generated by Appeon