London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

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