Click or drag to resize

BatchOperationType Enumeration

Batch operation type

Namespace: SanteDB.Core.Model.DataTypes
Assembly: SanteDB.Core.Model (in SanteDB.Core.Model.dll) Version: 3.0.2081-alpha+0a330d5f5a5d3cb3e6e945ef530e94ac5671b49c
Syntax
public enum BatchOperationType
Members
Member nameValueDescription
Auto0 Automatically decide
Insert1 Insert the object only
InsertOrUpdate2 Insert the object or update it
Update3 Update the object only
Delete4 Delete the object including any related objects
Ignore5 Ignore this object - it is for reference only
DeletePreserveContained6 Delete data and preserve related data
See Also