Class UpdateEnum
Indicates what should be done with data.
Namespace: Com.Kendox.Dcis.SubSystem.Service.Enumeration
Syntax
public sealed class UpdateEnum : Enum
Fields
Name | Description |
---|---|
Delete | Data should be deleted. |
Insert | Data should be added. |
Update | Data should be renewed. |
value__ |