EdmDeltaEntityKind Enum

Definition

The Kind of the object within the DeltaPayload used to distinguish between Entry/DeletedEntry/DeltaLink/AddedLink.

public enum EdmDeltaEntityKind
type EdmDeltaEntityKind = 
Public Enum EdmDeltaEntityKind
Inheritance
EdmDeltaEntityKind

Fields

DeletedEntry 1

Corresponds to EdmDeltaDeletedEntityObject (Equivalent of ODataDeltaDeletedEntry in ODL).

DeletedLinkEntry 2

Corresponds to EdmDeltaDeletedLink (Equivalent of ODataDeltaDeletedLink in ODL).

Entry 0

Corresponds to EdmEntityObject (Equivalent of ODataEntry in ODL).

LinkEntry 3

Corresponds to EdmDeltaLink (Equivalent of ODataDeltaLink in ODL).

Unknown 4

Corresponds to any Unknown item added.

Applies to