Retreive the type of the named parameter defined for this filter.
Namespace:
NHibernate.Engine
Assembly:
NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Function GetParameterType ( _
parameterName As String _
) As IType |
C# |
---|
public IType GetParameterType(
string parameterName
) |
Visual C++ |
---|
public:
IType^ GetParameterType(
String^ parameterName
) |
JavaScript |
---|
function getParameterType(parameterName); |
Parameters
- parameterName
- Type: System..::.String
The name of the filter parameter for which to return the type.
Return Value
The type of the named parameter.
See Also