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: 2.2.1
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
See Also