Enum DataOperation
The DataOperation enumeration defines the storage data operation types.
Namespace: Mediachase.Commerce.Storage
Assembly: Mediachase.Commerce.dll
Version: 12.17.2Syntax
public enum DataOperation
Fields
| Name | Description |
|---|---|
| Create | Represents the data creation operation. |
| Delete | Represents the data deletion operation. |
| Update | Represents the data update operation. |