-
A String containg the field.
Declaration
Swift
public let field: String -
The alias of the field.
Declaration
Swift
public var alias: String? -
Initialize an instance of RawField.
Declaration
Swift
public init(_ field: String)Parameters
fieldA String containing the field.
-
Build the field using
QueryBuilder.Declaration
Swift
public func build(queryBuilder: QueryBuilder) -> StringParameters
queryBuilderThe QueryBuilder to use.
Return Value
A String representation of the field.
View on GitHub
RawField Structure Reference