Show / Hide Table of Contents

    OdbcAseDataContext.OdbcAseDataContext(OdbcConnection dbConnection) Constructor

    .NET Standard 2.x

    Initializes a new instance of the OdbcAseDataContext class by passing the OdbcConnection type object as a parameter.

    Namespace: SnapObjects.Data.Odbc

    Assembly: SnapObjects.Data.Odbc.dll

    Syntax

    public OdbcAseDataContext(OdbcConnection dbConnection) : base(dbConnection, new OdbcAseDataContextOptions(String.Empty))
    

    Parameters

    dbConnection OdbcConnection

    The connection object which is an OdbcConnection instance.

    Applies to

    .NET Standard

    2.x

    Back to top Generated by Appeon