Retreive the type of the named parameter defined for this filter.
Namespace: NHibernate.EngineAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
| C# |
|---|
public IType GetParameterType(
string parameterName
) |
| Visual Basic |
|---|
Public Function GetParameterType ( _
parameterName As String _
) As IType |
| Visual C++ |
|---|
public:
IType^ GetParameterType(
String^ 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