Click or drag to resize
IDatabaseRepositoryDatabase Property
Gets the underlying database abstraction.

Namespace: PDTec.IceNet.Core.Database
Assembly: PDTec.IceNet.Core (in PDTec.IceNet.Core.dll) Version: 6.0.0.0 (6.0.6225.27214)
Syntax
C#
IDatabase Database { get; }

Property Value

Type: IDatabase
Remarks
It is not recommended to use the IDatabase reference in application code because the interface reflects implementation details which are subject to change.
See Also