Click or drag to resize

DatabaseAttrs Enumeration

Database Attributes.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
[FlagsAttribute]
public enum DatabaseAttrs
Members
  Member nameValueDescription
IsDefault1This datasource is the default.
DelayOpen2If set, then the open call is delayed until the first call that requires an active connection.
NoPlatformOpSchema4This datasource does not contain any platform operational schema elements.
IsMaster8This datasource is the master database which is tenant-independent even when performing tenant-specific database mapping.
See Also