Share via


EdmTypeExtensions.IsDeltaResource(IEdmObject) Method

Definition

Method to determine whether the current Edm object is a Delta Entry

public static bool IsDeltaResource (this Microsoft.AspNet.OData.IEdmObject resource);
static member IsDeltaResource : Microsoft.AspNet.OData.IEdmObject -> bool
<Extension()>
Public Function IsDeltaResource (resource As IEdmObject) As Boolean

Parameters

resource
IEdmObject

IEdmObject to be compared

Returns

True or False if type is same as EdmDeltaEntityObject or EdmDeltaComplexObject

Applies to