Click or drag to resize

SQLiteConnection Properties

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