SaaS CMS has officially launched! Learn more now.

Enum DataOperation

The DataOperation enumeration defines the storage data operation types.

Namespace: Mediachase.Commerce.Storage
Assembly: Mediachase.Commerce.dll
Version: 11.8.3
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