Show / Hide Table of Contents

    OdbcSqlAnywhereDataContext.OdbcSqlAnywhereDataContext(IDataContextOptions dataContextOptions) Constructor

    .NET Standard 2.x

    Initializes a new instance of the OdbcSqlAnywhereDataContext class by passing the OdbcSqlAnywhereDataContextOptions type object as a parameter.

    Namespace: SnapObjects.Data.Odbc

    Assembly: SnapObjects.Data.Odbc.dll

    Syntax

    public OdbcSqlAnywhereDataContext(IDataContextOptions dataContextOptions) : base(dataContextOptions)
    

    Parameters

    dataContextOptions SnapObjects.Data.IDataContextOptions

    The options to be set for the DataContext object.

    Applies to

    .NET Standard

    2.x

    Back to top Generated by Appeon