ConditionStartGroup Property |
|
DataPA OpenAnalytics API Reference
Gets and sets the number of opening brackets that should be placed before this condition
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public int StartGroup { get; set; }
Public Property StartGroup As Integer
Get
Set
public:
virtual property int StartGroup {
int get () sealed;
void set (int value) sealed;
}
function get_StartGroup();
function set_StartGroup(value);
Property Value
Type:
Int32The number of opening brackets that should be placed before this condition
Return Value
Type:
Int32The number of opening brackets that should be placed before this condition
Remarks See Also