Enum Operation
Represents the operations that can be performed on a data entity.
public enum Operation
Fields
Delete = 3Represents the delete operation.
Insert = 1Represents the insert operation.
Select = 0Represents the select operation.
Update = 2Represents the update operation.