Click or drag to resize

Database Properties

The Database type exposes the following members.

Properties
  NameDescription
Public propertyBusyTimeout
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.)
Public propertyDatabasePath (Inherited from SQLiteConnection.)
Public propertyHandle (Inherited from SQLiteConnection.)
Public propertyIsInTransaction (Inherited from SQLiteConnection.)
Public propertyStoreDateTimeAsTicks (Inherited from SQLiteConnection.)
Public propertyTableMappings
Returns the mappings from types to tables that the connection currently understands.
(Inherited from SQLiteConnection.)
Public propertyTimeExecution (Inherited from SQLiteConnection.)
Public propertyTrace (Inherited from SQLiteConnection.)
Top
See Also