public class SQLiteConfigurationOptions
Public Class SQLiteConfigurationOptions
public ref class SQLiteConfigurationOptions
Gemstone.Configuration.SQLite.SQLiteConfigurationOptions = function();
Type.createClass(
'Gemstone.Configuration.SQLite.SQLiteConfigurationOptions');
SQLiteConfigurationOptions | Creates a new instance of the SQLiteConfigurationOptions class. |
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. |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
GetHashCode | Serves as the default hash function. (Inherited from Object) |
GetType | Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
ToString | Returns a string that represents the current object. (Inherited from Object) |