Retreive the currently set value for a filter parameter.

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

Syntax

Visual Basic (Declaration)
Function GetFilterParameterValue ( _
	filterParameterName As String _
) As Object
C#
Object GetFilterParameterValue(
	string filterParameterName
)
Visual C++
Object^ GetFilterParameterValue(
	String^ filterParameterName
)
JavaScript
function getFilterParameterValue(filterParameterName);

Parameters

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

Return Value

The filter parameter value.

See Also