Show / Hide Table of Contents

    OracleDataContext Class

    .NET Standard 2.x

    Represents the entry to the Oracle database.

    Namespace: SnapObjects.Data.Oracle

    Assembly: SnapObjects.Data.Oracle.dll

    Syntax

    public class OracleDataContext : DataContext
    

    Constructors

    Name 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