Click or drag to resize

DatabaseOptions Properties

The DatabaseOptions type exposes the following members.

Properties
  NameDescription
Public propertyCheckThreadSafety
Gets or sets whether or not to add extra checks for thread safety to track down concurrency issues
Public propertyDirectory
Gets or sets the directory to use when creating or opening the data
Public propertyEncryptionKey
Gets or sets the encryption key to use on the database
Public propertyReadOnly
Gets or sets whether or not this database is readonly.
Top
See Also