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.
Optional. Either deleted, if the entity was deleted (destroyed), or changed if the entity was removed from membership in the result (i.e., due to a data change).
Namespace: System.Web.OData
Assembly: System.Web.OData (in System.Web.OData.dll)
Syntax
DeltaDeletedEntryReason Reason { get; set; }
property DeltaDeletedEntryReason Reason {
DeltaDeletedEntryReason get();
void set(DeltaDeletedEntryReason value);
}
abstract Reason : DeltaDeletedEntryReason with get, set
Property Reason As DeltaDeletedEntryReason
Property Value
Type: Microsoft.OData.Core.DeltaDeletedEntryReason
See Also
IEdmDeltaDeletedEntityObject Interface
System.Web.OData Namespace
Return to top