SQLiteOpenDataSource Properties
The SQLiteOpenDataSource type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
|
|
AuditRules |
Gets or sets the audit rules.
(Inherited from DataSource.) |
|
|
Cache |
Gets the cache to be used by this data source. The default is .NET's System.Runtime.Caching.MemoryCache.
(Inherited from DataSource.) |
|
|
DatabaseMetadata |
Gets the database metadata.
(Inherited from SQLiteDataSourceBase.) |
|
|
DefaultCommandTimeout |
Gets or sets the default command timeout.
(Inherited from DataSource.) |
|
|
DisableLocks |
Normally we use a reader/writer lock to avoid simultaneous writes to a SQlite database. If you disable this locking, you may see extra noise in your tracing output or unexpected exceptions.
(Inherited from SQLiteDataSourceBase.) |
|
|
ExtensionCache | (Inherited from DataSource.) |
|
|
Name |
Gets the name of the data source.
(Inherited from DataSource.) |
|
|
SequentialAccessMode |
Gets a value indicating whether to use CommandBehavior.SequentialAccess.
(Inherited from DataSource.) |
|
|
StrictMode |
Gets a value indicating whether strict mode is enabled.
(Inherited from DataSource.) |
|
|
SuppressGlobalEvents |
Gets or sets a value indicating whether to suppress global events.
(Inherited from DataSource.) |
|
|
UserValue |
Gets or sets the user value to use with audit rules.
(Inherited from DataSource.) |

