Partager via


EdmTypeExtensions.IsDeltaFeed(IEdmType) Méthode

Définition

Méthode permettant de déterminer si le type actuel est un flux Delta

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

Paramètres

type
IEdmType

IEdmType à comparer

Retours

True ou False si le type est identique à Microsoft.AspNet.OData.EdmDeltaCollectionType

S’applique à