PropertyExtensions.IsKey(IProperty) Methode

Definition

Achtung

Use IReadOnlyProperty.IsKey

Ruft einen Wert ab, der angibt, ob diese Eigenschaft als Primärschlüssel oder Alternativschlüssel (oder Teil eines zusammengesetzten Primär- oder Alternativschlüssels) verwendet wird.

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

Parameter

property
IProperty

Die zu überprüfende Eigenschaft.

Gibt zurück

true , wenn die -Eigenschaft als Schlüssel verwendet wird, andernfalls false.

Attribute

Gilt für: