| IDatabaseRepositoryDatabase Property  | 
            Gets the underlying database abstraction.
            
 
Namespace: PDTec.IceNet.Core.DatabaseAssembly: PDTec.IceNet.Core (in PDTec.IceNet.Core.dll) Version: 6.0.0.0 (6.0.6225.27214)
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