Show / Hide Table of Contents

    OdbcSqlAnywhereExtensions.UseSqlAnywhere Method

    .NET Standard 2.x

    Configures the context to connect to an SAP SQL Anywhere database.

    Namespace: SnapObjects.Data.Odbc

    Assembly: SnapObjects.Data.Odbc.dll

    Overloads

    Method Description
    UseSqlAnywhere<TAdoDbContext>(this IDataContextOptions<TAdoDbContext> contextOptions, string connectionString) Configures the context to connect to an SAP SQL Anywhere database.
    UseSqlAnywhere<TAdoDbContext>(this IDataContextOptions<TAdoDbContext> contextOptions, string connectionString, Action<SqlAnywhereDataContextOptions<TAdoDbContext>> options) Configures the context to connect to an SAP SQL Anywhere database.
    UseSqlAnywhere<TAdoDbContext>(this IDataContextOptions<TAdoDbContext> contextOptions, IConfiguration configuration, string connectionKey) Configures the context to connect to an SAP SQL Anywhere database.
    Back to top Generated by Appeon