Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Class DataOperation

The DataOperation enumeration defines the storage data operation types.

Inheritance
System.Object
DataOperation
Namespace: Mediachase.Commerce.Storage
Assembly: Mediachase.Commerce.dll
Version: 14.26.0
Syntax
public sealed class DataOperation : Enum

Fields

Create

Represents the data creation operation.

Declaration
public const DataOperation Create
Field Value
Type Description
DataOperation

Delete

Represents the data deletion operation.

Declaration
public const DataOperation Delete
Field Value
Type Description
DataOperation

Update

Represents the data update operation.

Declaration
public const DataOperation Update
Field Value
Type Description
DataOperation

value__

Declaration
public int value__
Field Value
Type Description
System.Int32