Show / Hide Table of Contents

    OdbcSqlAnywhereDataContextOptions<TAdoDbContext> Class

    .NET Standard 2.x

    Represents the options for the OdbcSqlAnywhereDataContext object.

    Namespace: SnapObjects.Data.Odbc

    Assembly: SnapObjects.Data.Odbc.dll

    Syntax

    public class OdbcSqlAnywhereDataContextOptions<TAdoDbContext> : OdbcSqlAnywhereDataContextOptions, IDataContextOptions<TAdoDbContext>
    

    Constructors

    Name Description
    OdbcSqlAnywhereDataContextOptions(string connectionString) Initializes a new instance of the OdbcSqlAnywhereDataContextOptions<TAdoDbContext> class by passing the connection string as a parameter.
    Back to top Generated by Appeon