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