Click or drag to resize

IAppContextRepositoryDB Property

Get the primary repository IDatabase for the application. Note that the repository IDatabase is also contained in the Databases collection . See also MasterDB and DataDB.

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

Property Value

Type: IDatabase
See Also