Udostępnij za pośrednictwem


UniqueConstraintExtensions.GetIsPrimaryKey(IUniqueConstraint) Metoda

Definicja

Pobiera wartość wskazującą, czy to ograniczenie jest kluczem podstawowym.

public static bool GetIsPrimaryKey (this Microsoft.EntityFrameworkCore.Metadata.IUniqueConstraint uniqueConstraint);
static member GetIsPrimaryKey : Microsoft.EntityFrameworkCore.Metadata.IUniqueConstraint -> bool
<Extension()>
Public Function GetIsPrimaryKey (uniqueConstraint As IUniqueConstraint) As Boolean

Parametry

uniqueConstraint
IUniqueConstraint

Element metadanych.

Zwraca

true jeśli ograniczenie jest kluczem podstawowym

Dotyczy