AdaptableAggregatedScalarQuery

Wraps an AdapTableQL Aggregated Scalar Expression

TypeScript
export interface

Properties

PropertyTypeDescription
AggregatedScalarExpressionstringAdapTableQL 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