ReadTarget
public struct ReadTarget<T> where T : CorvusModel
Describes the target of a read operation, either all objects, only existing objects, or only trashed (soft-deleted) objects.
-
Initializes a
ReadTargetwith the.alloption.Declaration
Swift
public static var all: ReadTarget<T> { get } -
Initializes a
ReadTargetwith the.existingoption.Declaration
Swift
public static var existing: ReadTarget<T> { get } -
Initializes a
ReadTargetwith the.trashedoption.Declaration
Swift
public static var trashed: ReadTarget<T> { get }
ReadTarget Structure Reference