Click or drag to resize

RecroGridRGServiceParamsGetIntDataParam Method

Gets the int data parameter.

Namespace:  Recrovit.RecroGridFramework
Assembly:  Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 6.0.0
Syntax
C#
public int? GetIntDataParam(
	string name
)

Parameters

name
Type: SystemString
The name of parameter.

Return Value

Type: NullableInt32
The value of parameter.
See Also