OdbcSqlAnywhereDataContext.OdbcSqlAnywhereDataContext(OdbcConnection dbConnection) Constructor
.NET Standard 2.x
Initializes a new instance of the OdbcSqlAnywhereDataContext class by passing the OdbcConnection
type object as a parameter.
Namespace: SnapObjects.Data.Odbc
Assembly: SnapObjects.Data.Odbc.dll
Syntax
public OdbcSqlAnywhereDataContext(OdbcConnection dbConnection) : base(dbConnection, new OdbcSqlAnywhereDataContextOptions(String.Empty))
Parameters
dbConnection
OdbcConnection
The connection object which is an OdbcConnection
instance.
Applies to
.NET Standard
2.x