The Kind of the object within the DeltaPayload used to distinguish between Entry/DeletedEntry/DeltaLink/AddedLink.
Namespace: System.Web.OData
Assembly: System.Web.OData (in System.Web.OData.dll)
Syntax
public enum EdmDeltaEntityKind
public enum class EdmDeltaEntityKind
type EdmDeltaEntityKind
Public Enumeration EdmDeltaEntityKind
Members
| Member name | Description | |
|---|---|---|
| DeletedEntry | Corresponds to EdmDeltaDeletedEntityObject (Equivalent of ODataDeltaDeletedEntry in ODL). |
|
| DeletedLinkEntry | Corresponds to EdmDeltaDeletedLink (Equivalent of ODataDeltaDeletedLink in ODL). |
|
| Entry | Corresponds to EdmEntityObject (Equivalent of ODataEntry in ODL). |
|
| LinkEntry | Corresponds to EdmDeltaLink (Equivalent of ODataDeltaLink in ODL). |
|
| Unknown | Corresponds to any Unknown item added. |
See Also
Return to top