Retrieve the type for a given filter parameter.

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

Syntax

C#
IType GetFilterParameterType(
	string filterParameterName
)
Visual Basic
Function GetFilterParameterType ( _
	filterParameterName As String _
) As IType
Visual C++
IType^ GetFilterParameterType(
	String^ filterParameterName
)

Parameters

filterParameterName
Type: System..::..String
The filter parameter name in the format {FILTER_NAME.PARAMETER_NAME}.

Return Value

The filter parameter type.

See Also