Show / Hide Table of Contents

    OracleDataContext.OracleDataContext Constructor

    .NET Standard 2.x

    Initializes a new instance of the OracleDataContext class.

    Namespace: SnapObjects.Data.Oracle

    Assembly: SnapObjects.Data.Oracle.dll

    Overloads

    Constructor Description
    OracleDataContext(IDataContextOptions dataContextOptions) Initializes a new instance of the OracleDataContext class by passing the OracleDataContextOptions type object as a parameter.
    OracleDataContext(OracleConnection dbConnection) Initializes a new instance of the OracleDataContext class by passing the OracleConnection type object as a parameter.
    Back to top Generated by Appeon