Database Properties |
The Database 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.
(Inherited from SQLiteConnection.) |
![]() | DatabasePath | (Inherited from SQLiteConnection.) |
![]() | Handle | (Inherited from SQLiteConnection.) |
![]() | IsInTransaction |
Whether BeginTransaction has been called and the database is waiting for a Commit.
(Inherited from SQLiteConnection.) |
![]() | StoreDateTimeAsTicks | (Inherited from SQLiteConnection.) |
![]() | TableMappings |
Returns the mappings from types to tables that the connection
currently understands.
(Inherited from SQLiteConnection.) |
![]() | TimeExecution | (Inherited from SQLiteConnection.) |
![]() | Trace | (Inherited from SQLiteConnection.) |