DatabaseOpenOptions Enumeration |
Namespace: NetQuarry
Member name | Value | Description | |
---|---|---|---|
LoadSchema | 1 | Load standard EAP schema information (e.g. properties and versions). | |
DelayOpen | 2 | Don't actually open the database now. The database will be opened upon demand. | |
OnlyIfConnectionDiffers | 4 | 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. | |
Repository | 8 | Identifies the database as the system repository containing application meta-data. |
Copyright (c) 2004-2020 NetQuarry, Inc. All rights reserved.