Sdílet prostřednictvím


KeyExtensions.IsPrimaryKey(IKey) Metoda

Definice

Vrátí hodnotu určující, jestli je klíč primárním klíčem.

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

Parametry

key
IKey

Klíč pro zjištění, jestli je primární.

Návraty

true pokud je klíč primárním klíčem.

Platí pro