Enum SupportedOperations
Defines the operations that an IEntityProvider can support
Namespace: EPiServer.Data.Entity
Assembly: EPiServer.Data.dll
Version: 7.19.2Syntax
[Flags]
public enum SupportedOperationsFields
| Name | Description | 
|---|---|
| Add | The provider supports adding new entities | 
| Get | The provider supports reading of entities | 
| None | Default value of no supported operations | 
| Remove | The provider supports removing entities | 
| Update | The provider supports updating entities | 
