RecroGridRGServiceParamsGetBoolDataParam Method

Gets the boolean data parameter.

Definition

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

Parameters

name  String
The name of parameter.

Return Value

NullableBoolean
The value of parameter.

See Also