PropertyExpressionProtocol
public protocol PropertyExpressionProtocol : ExpressionProtocol
Property expression.
-
Specifies an alias name of the data source to query the data from.
Declaration
Swift
func from(_ alias: String?) -> ExpressionProtocol
Parameters
alias
The alias name of the data source.
Return Value
The property expression with the given data source alias name.