Enum SupportedOperations
Defines the operations that an IEntityProvider can support
Namespace: EPiServer.Data.Entity
Assembly: EPiServer.Data.dll
Version: 10.10.4Syntax
[Flags]
public enum SupportedOperations
  Fields
| 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  |