AdaptableAggregatedBooleanQuery
Wraps an AdapTableQL Aggregated Boolean Expression
TypeScript
export interfaceProperties
| Property | Type | Description |
|---|---|---|
| AggregatedBooleanExpression | string | AdapTableQL Expression that returns true / false based on multiple rows |
Property Details
AggregatedBooleanExpression
AdapTableQL Expression that returns true / false based on multiple rows
TypeScript
AggregatedBooleanExpression: string;Property Value
string