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