Click or drag to resize

IAppContextMasterDB Property

Get the master data source IDatabase for the application. The master data source is consistent across all tenants even when per-tenant data source mappings are used. When no such mappings are used this will be the same as the DataDB. The MasterDB is identified with the IsMaster attribute on its data source. See also RepositoryDB.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
IDatabase MasterDB { get; set; }

Property Value

Type: IDatabase
See Also