Initializes a new instance of the ReflectionDriveConnectionCommandProvider class

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

Syntax

C#
public ReflectionDriveConnectionCommandProvider(
	Type connectionType,
	Type commandType
)
Visual Basic
Public Sub New ( _
	connectionType As Type, _
	commandType As Type _
)
Visual C++
public:
ReflectionDriveConnectionCommandProvider(
	Type^ connectionType, 
	Type^ commandType
)

Parameters

connectionType
Type: System..::..Type

[Missing <param name="connectionType"/> documentation for "M:NHibernate.Driver.ReflectionDriveConnectionCommandProvider.#ctor(System.Type,System.Type)"]

commandType
Type: System..::..Type

[Missing <param name="commandType"/> documentation for "M:NHibernate.Driver.ReflectionDriveConnectionCommandProvider.#ctor(System.Type,System.Type)"]

See Also