SQLiteConfigurationOptions Properties

Properties

Cache Gets or sets the cahcing mode used by connections to the database.
ConnectionString Gets the connection string as configured by the other properties in this class.
DataSource Gets or sets the path to the database file.
ForeignKeys Gets or sets the flag that determines whether to enable foreign key constraints.
Password Gets or sets the encryption key.
RecursiveTriggers Gets or sets the flag to indicate whether to enable recursive triggers.
TableName Gets or sets the name of the table that stores configuration parameters.

See Also