Try our conversational search powered by Generative AI!

Enum DataOperation

The DataOperation enumeration defines the storage data operation types.

Namespace: Mediachase.Commerce.Storage
Assembly: Mediachase.Commerce.dll
Version: 10.8.0
Syntax
public enum DataOperation

Fields

Name Description
Create

Represents the data creation operation.

Delete

Represents the data deletion operation.

Update

Represents the data update operation.

Extension Methods