Sdílet prostřednictvím


IEntityType.FindPrimaryKey Metoda

Definice

Získá primární klíč pro tento typ entity. Vrátí, null pokud není definován žádný primární klíč.

public Microsoft.EntityFrameworkCore.Metadata.IKey FindPrimaryKey ();
public Microsoft.EntityFrameworkCore.Metadata.IKey? FindPrimaryKey ();
abstract member FindPrimaryKey : unit -> Microsoft.EntityFrameworkCore.Metadata.IKey
Public Function FindPrimaryKey () As IKey

Návraty

Primární klíč nebo null pokud není definován žádný.

Platí pro