Retrieve a set of default Hibernate properties for this database.
Namespace: NHibernate.DialectAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
| C# |
|---|
public IDictionary<string, string> DefaultProperties { get; } |
| Visual Basic |
|---|
Public ReadOnly Property DefaultProperties As IDictionary(Of String, String) Get |
| Visual C++ |
|---|
public: property IDictionary<String^, String^>^ DefaultProperties { IDictionary<String^, String^>^ get (); } |