Partager via


ExtensionMethods.IsKey(IEdmProperty) Méthode

Définition

Détermine si la propriété spécifiée est une clé pour son type contenu.

public static bool IsKey (this Microsoft.OData.Edm.IEdmProperty property);
static member IsKey : Microsoft.OData.Edm.IEdmProperty -> bool
<Extension()>
Public Function IsKey (property As IEdmProperty) As Boolean

Paramètres

property
IEdmProperty

Propriété qui peut être une clé.

Retours

True, si la propriété est une clé, False si la propriété n’est pas une clé.

S’applique à