Show / Hide Table of Contents

    SnapObjects.Data.MySql

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

    Back to top Generated by Appeon