CSGroupBy
@objc
public final class CSGroupBy : NSObject, CSQueryClause
The CSGroupBy serves as the Objective-C bridging type for GroupBy.
See also
GroupBy
-
The list of key path strings to group results with
Declaration
Swift
@objc public var keyPaths: [KeyPathString] { get } -
Initializes a
CSGroupByclause with a key path stringDeclaration
Swift
@objc public convenience init(keyPath: KeyPathString)Parameters
keyPatha key path string to group results with
-
Initializes a
CSGroupByclause with a list of key path stringsDeclaration
Swift
@objc public convenience init(keyPaths: [KeyPathString])Parameters
keyPathsa list of key path strings to group results with
View on GitHub
CSGroupBy Class Reference