AdaptableAggregatedScalarQuery
Wraps an AdapTableQL Aggregated Scalar Expression
TypeScript
export interfaceProperties
| Property | Type | Description |
|---|---|---|
| AggregatedScalarExpression | string | AdapTableQL Expression that returns any value based on multiple rows |
Property Details
AggregatedScalarExpression
AdapTableQL Expression that returns any value based on multiple rows
TypeScript
AggregatedScalarExpression: string;Property Value
string