Configures the ConnectionProvider with only the Driver class.

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

Syntax

C#
public override void Configure(
	IDictionary<string, string> settings
)
Visual Basic
Public Overrides Sub Configure ( _
	settings As IDictionary(Of String, String) _
)
Visual C++
public:
virtual void Configure(
	IDictionary<String^, String^>^ settings
) override

Parameters

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

[Missing <param name="settings"/> documentation for "M:NHibernate.Connection.UserSuppliedConnectionProvider.Configure(System.Collections.Generic.IDictionary{System.String,System.String})"]

Implements

IConnectionProvider..::..Configure(IDictionary<(Of <<'(String, String>)>>))

Remarks

All other settings of the Connection are the responsibility of the User since they configured NHibernate to use a Connection supplied by the User.

See Also