Click or drag to resize

IAppContextDataDB Property

Get the primary data source IDatabase for the application. Note that the data source IDatabase is also contained in the Databases collection. The DataDB is identified with the IsDefault attribute on its data source. See also MasterDB and RepositoryDB.

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

Property Value

Type: IDatabase
See Also