| RecroGridRGServiceParamsGetIntDataParam Method |
Gets the int data parameter.
Namespace:
Recrovit.RecroGridFramework
Assembly:
Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 1.7.3
Syntax public Nullable<int> GetIntDataParam(
string name
)
Parameters
- name
- Type: SystemString
The name of parameter.
Return Value
Type:
NullableInt32The value of parameter.
See Also