Retrieve a set of default Hibernate properties for this database.
Namespace:
NHibernate.DialectAssembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public ReadOnly Property DefaultProperties As IDictionary |
C# |
---|
public IDictionary DefaultProperties { get; } |
Visual C++ |
---|
public: property IDictionary^ DefaultProperties { IDictionary^ get (); } |
JavaScript |
---|
function get_defaultProperties(); |