Show / Hide Table of Contents

    OdbcDataContext Class

    .NET Standard 2.x

    Represents the entry to the database connected via ODBC.

    Namespace: SnapObjects.Data.Odbc

    Assembly: SnapObjects.Data.Odbc.dll

    Syntax

    public class OdbcDataContext : DataContext
    

    Constructors

    Name Description
    OdbcDataContext(IDataContextOptions dataContextOptions) Initializes a new instance of the OdbcDataContext class by passing the OdbcDataContextOptions type object as a parameter.
    OdbcDataContext(OdbcConnection dbConnection) Initializes a new instance of the OdbcDataContext class by passing the OdbcConnection type object as a parameter.
    Back to top Generated by Appeon