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: 7.2.0.0 (7.2.7583.15464)
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