With Opticon around the corner, we'll be canceling this month's (Sept) Happy Hour.

Enum DataOperation

The DataOperation enumeration defines the storage data operation types.

Namespace: Mediachase.Commerce.Storage
Assembly: Mediachase.Commerce.dll
Version: 13.30.0
Syntax
[Obsolete("This class is no longer used. Will remain at least until August 2020.")]
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