-
The
DynamicObjecttype associated with the clauseDeclaration
Swift
associatedtype ObjectType : DynamicObject -
The
SelectResultTypetype associated with the clauseDeclaration
Swift
associatedtype ReturnType : SelectResultType -
The
SelectTerms for the queryDeclaration
Swift
var selectTerms: [SelectTerm<ObjectType>] { get }
View on GitHub
SelectClause Protocol Reference