IDatabaseRepositoryDatabase Property |
Gets the underlying database abstraction.
Namespace:
PDTec.IceNet.Core.Database
Assembly:
PDTec.IceNet.Core (in PDTec.IceNet.Core.dll) Version: 7.0.0.0 (7.0.6906.26599)
SyntaxIDatabase 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