ScaffoldingModelExtensions.IsHandledByConvention(IKey) Methode

Definition

Ruft einen Wert ab, der angibt, ob der Schlüssel nach Konventionen konfiguriert wird.

public static bool IsHandledByConvention (this Microsoft.EntityFrameworkCore.Metadata.IKey key);
static member IsHandledByConvention : Microsoft.EntityFrameworkCore.Metadata.IKey -> bool
<Extension()>
Public Function IsHandledByConvention (key As IKey) As Boolean

Parameter

key
IKey

Der zu überprüfende Schlüssel.

Gibt zurück

true , wenn der Schlüssel nach Konventionen konfiguriert würde.

Gilt für: