Share via


EdmTypeExtensions.IsDeltaFeed(IEdmType) Method

Definition

Method to determine whether the current type is a Delta Feed

public static bool IsDeltaFeed (this Microsoft.OData.Edm.IEdmType type);
static member IsDeltaFeed : Microsoft.OData.Edm.IEdmType -> bool
<Extension()>
Public Function IsDeltaFeed (type As IEdmType) As Boolean

Parameters

type
IEdmType

IEdmType to be compared

Returns

True or False if type is same as Microsoft.AspNet.OData.EdmDeltaCollectionType

Applies to