Show / Hide Table of Contents

    OdbcSqlAnywhereDataContext Class

    .NET Standard 2.x

    Represents the entry to the SAP SQL Anywhere database.

    Namespace: SnapObjects.Data.Odbc

    Assembly: SnapObjects.Data.Odbc.dll

    Syntax

    public class OdbcSqlAnywhereDataContext : DataContext
    

    Constructors

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