Select
public final class Select : Query, FromRouterA Select component represents the returning properties in each query result row.
- 
                  
                  Create and chain a FROM clause component to specify a data source of the query. DeclarationSwift public func from(_ dataSource: DataSourceProtocol) -> FromParametersdataSourceThe DataSource object. Return ValueThe From object that represent the FROM clause of the query. 
 Select Class Reference
        Select Class Reference