EdmTypeExtensions.IsDeltaResource(IEdmObject) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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