Issue warnings to user when any obsolete property names are used.

Namespace: NHibernate.Cfg
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
public static void VerifyProperties(
	IDictionary<string, string> props
)
Visual Basic
Public Shared Sub VerifyProperties ( _
	props As IDictionary(Of String, String) _
)
Visual C++
public:
static void VerifyProperties(
	IDictionary<String^, String^>^ props
)

Parameters

props
Type: System.Collections.Generic..::..IDictionary<(Of <(<'String, String>)>)>

[Missing <param name="props"/> documentation for "M:NHibernate.Cfg.Environment.VerifyProperties(System.Collections.Generic.IDictionary{System.String,System.String})"]

Return Value

See Also