SnapObjects.Data.Odbc
This package is the ODBC database provider for the SnapObjects ORM (SnapObjects.Data). Currently only the SQL Anywhere database can be connected via the ODBC database provider. This package contains four classes: OdbcDataContext
, OdbcDataContextOptions
, OdbcDataContextOptions<TAdoDbContext>
and OdbcExtensions
, which allow you to use various parameters (e.g., dataContextOptions
, dbConnection
, and connectionString
) to initialize a new instance of an OdbcDataContext
class and configure the context to connect to a database via ODBC.