A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More

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