SQLiteConnection Properties |
The SQLiteConnection type exposes the following members.
| Name | Description | |
|---|---|---|
| BusyTimeout |
Sets a busy handler to sleep the specified amount of time when a table is locked.
The handler will sleep multiple times until a total time of BusyTimeout has accumulated.
| |
| DatabasePath | ||
| Handle | ||
| IsInTransaction |
Whether BeginTransaction has been called and the database is waiting for a Commit.
| |
| StoreDateTimeAsTicks | ||
| TableMappings |
Returns the mappings from types to tables that the connection
currently understands.
| |
| TimeExecution | ||
| Trace |