Retreive the type for a given filter parrameter.
Namespace:
NHibernate.EngineAssembly: 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}.