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.
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
type
Type: Microsoft.OData.Edm.IEdmTypeIEdmType to be compared
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