Click or drag to resize

DatabaseOpenOptions Enumeration

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
[FlagsAttribute]
public enum DatabaseOpenOptions
Members
  Member nameValueDescription
LoadSchema1Load standard EAP schema information (e.g. properties and versions).
DelayOpen2Don't actually open the database now. The database will be opened upon demand.
OnlyIfConnectionDiffers4 Only open/reopen this database if its connection string is different from any existing database of the same name, or if such a database does not already exist.
Repository8 Identifies the database as the system repository containing application meta-data.
See Also