Configures the ConnectionProvider with only the Driver class.

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

Syntax

Visual Basic (Declaration)
Public Overrides Sub Configure ( _
	settings As IDictionary _
)
C#
public override void Configure(
	IDictionary settings
)
Visual C++
public:
virtual void Configure(
	IDictionary^ settings
) override
JavaScript
function configure(settings);

Parameters

settings
Type: System.Collections..::.IDictionary

Implements

IConnectionProvider..::.Configure(IDictionary)

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