Namespace: NHibernate.Dialect
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
public static Dialect GetDialect( IDictionary<string, string> props ) |
Visual Basic |
---|
Public Shared Function GetDialect ( _ props As IDictionary(Of String, String) _ ) As Dialect |
Visual C++ |
---|
public: static Dialect^ GetDialect( IDictionary<String^, String^>^ props ) |
Parameters
- props
- Type: System.Collections.Generic..::..IDictionary<(Of <(<'String, String>)>)>
The property bag.
Return Value
An instance of Dialect.Exceptions
Exception | Condition |
---|---|
System..::..ArgumentNullException | When props is null. |
NHibernate..::..HibernateException | When the property bag don't contains de property Dialect. |