AggregateFrom
open class AggregateFrom: ObjectBase
Represents the ‘from’ clause in an aggregate transformation item.
-
Creates a ‘from’ clause to the aggregate transformation item.
Declaration
Swift
open class func create(propertyPath: PropertyPath, method: AggregateMethod?) throws -> AggregateFrom
Parameters
propertyPath
The property path for the ‘from’ clause.
method
The aggregate method for the ‘from’ clause.
Return Value
The “ from clause for an aggregate transformation value.
-
Aggregate method of the From clause in the Aggregate item
Declaration
Swift
open var method: AggregateMethod?
-
Property path of the From clause in the Aggregate item
Declaration
Swift
open var propertyPath: PropertyPath