RelationChangeParts
public struct RelationChangeParts
Undocumented
-
Undocumented
Declaration
Swift
public let addedRows: [Row] -
Undocumented
Declaration
Swift
public let updatedRows: [Row] -
Undocumented
Declaration
Swift
public let deletedRows: [Row] -
Undocumented
Declaration
Swift
public let deletedIDs: [RelationValue] -
Undocumented
Declaration
Swift
public init(addedRows: [Row], updatedRows: [Row], deletedRows: [Row], deletedIDs: [RelationValue]) -
Undocumented
Declaration
Swift
public var isEmpty: Bool { get }
RelationChangeParts Structure Reference