KeyPath
class KeyPath<Root, Value> : PartialKeyPath<Root>
-
Declaration
Swift
public typealias ObjectType = Root
-
Declaration
Swift
public typealias ValueType = Value
-
Declaration
Swift
public var cs_keyPathString: String { get }
-
Creates a
Where.Expression
clause for COUNTlet dogsWithPlaymates = CoreStore.fetchAll(From<Dog>().where((\.master ~ \.pets).count() > 1))
-
Creates a
Where.Expression
clause for COUNTlet dogsWithPlaymates = CoreStore.fetchAll(From<Dog>().where((\.master ~ \.pets).count() > 1))