Share via


EdmTypeExtensions.IsDeltaFeed Method (IEdmType)

 

Method to determine whether the current type is containing a Delta Feed

Namespace:   System.Web.OData
Assembly:  System.Web.OData (in System.Web.OData.dll)

Syntax

public static bool IsDeltaFeed(
    this IEdmType type
)
public:
[ExtensionAttribute]
static bool IsDeltaFeed(
    IEdmType^ type
)
static member IsDeltaFeed : 
        type:IEdmType -> bool
<ExtensionAttribute>
Public Shared Function IsDeltaFeed (
    type As IEdmType
) As Boolean

Parameters

Return Value

Type: System.Boolean

True or False if type is same as T:System.Web.OData.EdmDeltaCollectionType

See Also

EdmTypeExtensions Class
System.Web.OData Namespace

Return to top