SQLiteConfigurationOptions Class

Defines parameters for the SQLiteConfigurationSource.

Definition

Namespace: Gemstone.Configuration.SQLite
Assembly: Gemstone.Configuration (in Gemstone.Configuration.dll) Version: 1.0.128 -- Release Build+e642e346f6a184b82d0191f20af9f896bef9bb3d
public class SQLiteConfigurationOptions
Inheritance
Object    SQLiteConfigurationOptions

Constructors

SQLiteConfigurationOptions Creates a new instance of the SQLiteConfigurationOptions class.

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.

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also