Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
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