PropertyExtensions.IsKey(IProperty) Méthode

Définition

Attention

Use IReadOnlyProperty.IsKey

Obtient une valeur indiquant si cette propriété est utilisée comme clé primaire ou comme clé secondaire (ou partie d’une clé primaire composite ou secondaire).

public static bool IsKey (this Microsoft.EntityFrameworkCore.Metadata.IProperty property);
[System.Obsolete("Use IReadOnlyProperty.IsKey")]
public static bool IsKey (this Microsoft.EntityFrameworkCore.Metadata.IProperty property);
static member IsKey : Microsoft.EntityFrameworkCore.Metadata.IProperty -> bool
[<System.Obsolete("Use IReadOnlyProperty.IsKey")>]
static member IsKey : Microsoft.EntityFrameworkCore.Metadata.IProperty -> bool
<Extension()>
Public Function IsKey (property As IProperty) As Boolean

Paramètres

property
IProperty

Propriété à vérifier.

Retours

true si la propriété est utilisée comme clé, sinon false.

Attributs

S’applique à