Click or drag to resize

RecroGridRGServiceParamsGetBoolDataParam Method

Gets the boolean data parameter.

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

Parameters

name
Type: SystemString
The name of parameter.

Return Value

Type: NullableBoolean
The value of parameter.
See Also