MySqlDataContext Class
.NET Standard 2.x
Represents the entry to the MySql database.
Namespace: SnapObjects.Data.MySql
Assembly: SnapObjects.Data.MySql.dll
Syntax
public class MySqlDataContext : DataContext
Constructors
Name | Description |
---|---|
MySqlDataContext(IDataContextOptions dataContextOptions) | Initializes a new instance of the MySqlDataContext class by passing the MySqlDataContextOptions type object as a parameter. |
MySqlDataContext(MySqlConnection dbConnection) | Initializes a new instance of the MySqlDataContext class by passing the MySqlConnection type object as a parameter. |