SqliteDataContext.SqliteDataContext Constructor
.NET Standard 2.x
Initializes a new instance of the SqliteDataContext class.
Namespace: SnapObjects.Data.Sqlite
Assembly: SnapObjects.Data.Sqlite.dll
Overloads
Constructor | Description |
---|---|
SqliteDataContext(IDataContextOptions dataContextOptions) | Initializes a new instance of the SqliteDataContext class by passing the SqliteDataContextOptions type object as a parameter. |
SqliteDataContext(SqliteConnection dbConnection) | Initializes a new instance of the SqliteDataContext class by passing the SqliteConnection type object as a parameter. |