RecroGridRGServiceParamsGetBoolDataParam Method

Gets the boolean data parameter.

Definition

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

Parameters

name  String
The name of parameter.

Return Value

NullableBoolean
The value of parameter.

See Also