FetchChainableBuilderType
public protocol FetchChainableBuilderType
Utility protocol for FetchChainBuilder
. Used in fetch methods that support chained fetch builders.
-
The
DynamicObject
type for the fetchDeclaration
Swift
associatedtype ObjectType : DynamicObject
-
The
From
clause specifies the source entity and source persistent store for the fetchDeclaration
Swift
var from: From<ObjectType> { get set }
-
The
FetchClause
s to be used for the fetchDeclaration
Swift
var fetchClauses: [FetchClause] { get set }