Some remarks and description about this assembly.
Classes
AsyncExtensions | Represents an extensions methods for async object. |
CreateTablesResult | Represents result from create table query. |
InstanceCreatedEventArgs | Provides the data for SQLiteConnectionBase event. |
ItemData | Represents entity data. |
OrderedTableQuery<T> | Represents SQLite ordered table query. |
SQLiteConnectionBase | Represents base class for SQLite connection class. |
SQLiteException | The exceptioon that is thrown when there is an error when executin SQLite query. |
SQLiteWriter | Represents extensions methods for generation sql query. |
TableMapping | Represents table mapping for SQLite table. |
TableQuery<T> | Represents SQLite table query. |
TableQueryExtensions | Specifies extensions methods for TableQuery<T>. |
Interfaces
IAsyncTableQuery | Defines data member for async table query. |
IAsyncTableQuery<T> | Defines data member for async table query. |
IOrderedAsyncTableQuery<T> | Defines data member for ordered async table query. |
IOrderedTableQuery<T> | Defines data member for IOrderedTableQuery. |
ISQLiteAsyncConnection | Defines data member for SQLite async connection. |
ISQLiteCommand | Defines data member for SQLite command. |
ISQLiteConnection | Defines data member for SQLite connection |
ISQLiteConnectionString | Defines data member for SQLite connection strings. |
ITableMapping | Defines data member for SQLite table mapping. |
ITableQuery<T> | Defines data member for table query. |
Enumerations
ColumnType | Specifies the type of SQLite column. |
ConfigOption | Specifies SQLite configuration |
Result | Specifies SQLite query result. |
SQLiteOpenFlags | Specifies the SQLite open connection flags. |
AsyncExtensions Class
ColumnType Enumeration
ConfigOption Enumeration
CreateTablesResult Class
IAsyncTableQuery(T) Interface
IAsyncTableQuery Interface
InstanceCreatedEventArgs Class
IOrderedAsyncTableQuery(T) Interface
IOrderedTableQuery(T) Interface
ISQLiteAsyncConnection Interface
ISQLiteCommand Interface
ISQLiteConnection Interface
ISQLiteConnectionString Interface
ITableMapping Interface
ITableQuery(T) Interface
ItemData Class
OrderedTableQuery(T) Class
Result Enumeration
SQLiteConnectionBase Class
SQLiteException Class
SQLiteOpenFlags Enumeration
SQLiteWriter Class
TableMapping Class
TableQuery(T) Class
TableQueryExtensions Class