Show / Hide Table of Contents

    SnapObjects.Data.Sqlite

    This package is the SQLite database provider for the SnapObjects ORM (SnapObjects.Data). It contains four classes, SqliteDataContext, SqliteDataContextOptions, SqliteDataContextOptions<TAdoDbContext> and SqliteExtensions, which allow you to use various parameters (e.g., dataContextOptions, dbConnection, and connectionString) to initialize a new instance of a SqliteDataContext class and configure the context to connect to a Sqlite database.

    Back to top Generated by Appeon