SqliteDataContext Class
.NET Standard 2.x
Represents the entry to the Sqlite database.
Namespace: SnapObjects.Data.Sqlite
Assembly: SnapObjects.Data.Sqlite.dll
Syntax
public class SqliteDataContext : DataContext
Constructors
Name | 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. |