Initializes a new instance of the ScalarCollectionCriteriaInfoProvider class

Namespace: NHibernate.Loader.Criteria
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
public ScalarCollectionCriteriaInfoProvider(
	SessionFactoryHelper helper,
	string role
)
Visual Basic
Public Sub New ( _
	helper As SessionFactoryHelper, _
	role As String _
)
Visual C++
public:
ScalarCollectionCriteriaInfoProvider(
	SessionFactoryHelper^ helper, 
	String^ role
)

Parameters

helper
Type: NHibernate.Hql.Util..::..SessionFactoryHelper

[Missing <param name="helper"/> documentation for "M:NHibernate.Loader.Criteria.ScalarCollectionCriteriaInfoProvider.#ctor(NHibernate.Hql.Util.SessionFactoryHelper,System.String)"]

role
Type: System..::..String

[Missing <param name="role"/> documentation for "M:NHibernate.Loader.Criteria.ScalarCollectionCriteriaInfoProvider.#ctor(NHibernate.Hql.Util.SessionFactoryHelper,System.String)"]

See Also