AdaptableBooleanQuery
Wraps an AdapTableQL Boolean Expression
TypeScript
export interfaceProperties
| Property | Type | Description |
|---|---|---|
| BooleanExpression | string | AdapTableQL Expression that returns true / false |
Property Details
BooleanExpression
AdapTableQL Expression that returns true / false
TypeScript
BooleanExpression: string;Property Value
string