Explicit parameters may have no set the ExpectedType during query parse.

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

Syntax

C#
void SetEffectiveType(
	QueryParameters queryParameters
)
Visual Basic
Sub SetEffectiveType ( _
	queryParameters As QueryParameters _
)
Visual C++
void SetEffectiveType(
	QueryParameters^ queryParameters
)

Parameters

queryParameters
Type: NHibernate.Engine..::..QueryParameters
The defined values for the current query execution.

Remarks

This method should be removed when the parameter type is inferred during the parse.

See Also