From

public final class From: SelectResult

SelectResult.From is a SelectResult that you can specify the data source alias name.

  • Species the data source alias name to the SelectResult object.

    Declaration

    Swift

    public func from(_ alias: String) -> SelectResult

    Parameters

    alias

    The data source alias name.

    Return Value

    The SelectResult object with the data source alias name specified.