PropertyExpression
Undocumented
-
Specifies an alias name of the data source to query the data from.
Declaration
Swift
public func from(_ alias: String) -> ExpressionParameters
aliasThe alias name of the data source.
Return Value
The property Expression with the given data source alias name.
PropertyExpression Class Reference