Retrieve the currently set value for a filter parameter.
            
Namespace: NHibernate.EngineAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
| C# | 
|---|
Object GetFilterParameterValue(
	string filterParameterName
)  | 
| Visual Basic | 
|---|
Function GetFilterParameterValue ( _
	filterParameterName As String _
) As Object  | 
| Visual C++ | 
|---|
Object^ GetFilterParameterValue(
	String^ 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