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