SelectResultFrom
public protocol SelectResultFrom : SelectResultProtocol
SelectResult with the from function that you can specify the data source alias name.
-
Species the data source alias name to the SelectResult object.
Declaration
Swift
func from(_ alias: String?) -> SelectResultProtocol
Parameters
alias
The data source alias name.
Return Value
The SelectResult object with the data source alias name specified.