Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
DeltaKind for the objects part of the DeltaFeed Payload. Used to determine which Delta object to create during serialization.
Namespace: System.Web.OData
Assembly: System.Web.OData (in System.Web.OData.dll)
Syntax
EdmDeltaEntityKind DeltaKind { get; }
property EdmDeltaEntityKind DeltaKind {
EdmDeltaEntityKind get();
}
abstract DeltaKind : EdmDeltaEntityKind with get
ReadOnly Property DeltaKind As EdmDeltaEntityKind
Property Value
Type: System.Web.OData.EdmDeltaEntityKind
See Also
IEdmChangedObject Interface
System.Web.OData Namespace
Return to top