Session factory propeties bag.
Namespace: NHibernate.CfgAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
IDictionary<string, string> Properties { get; } |
Visual Basic |
---|
ReadOnly Property Properties As IDictionary(Of String, String) Get |
Visual C++ |
---|
property IDictionary<String^, String^>^ Properties { IDictionary<String^, String^>^ get (); } |