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