from

open fun from(method: AggregateMethod?, vararg items: PropertyPath): AggregateExpression

Adds a 'from' clause to the aggregate expression.

Return

The aggregate expression value.

Parameters

method

(nullable) The aggregate method for the 'from' clause.

items

The list of property paths for the 'from' clause.