Retreive the type for a given filter parrameter.

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

Syntax

Visual Basic (Declaration)
Function GetFilterParameterType ( _
	filterParameterName As String _
) As IType
C#
IType GetFilterParameterType(
	string filterParameterName
)
Visual C++
IType^ GetFilterParameterType(
	String^ filterParameterName
)
JavaScript
function getFilterParameterType(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