Configure the component, using the given settings and properties.

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

Syntax

C#
void Configure(
	IDictionary<string, string> properties
)
Visual Basic
Sub Configure ( _
	properties As IDictionary(Of String, String) _
)
Visual C++
void Configure(
	IDictionary<String^, String^>^ properties
)

Parameters

properties
Type: System.Collections.Generic..::..IDictionary<(Of <(<'String, String>)>)>
All defined startup properties.

See Also