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