IConventionEntityType.GetKeys Méthode

Définition

Obtient les clés primaires et secondaires pour ce type d’entité.

public System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Metadata.IConventionKey> GetKeys ();
abstract member GetKeys : unit -> seq<Microsoft.EntityFrameworkCore.Metadata.IConventionKey>
Public Function GetKeys () As IEnumerable(Of IConventionKey)

Retours

Clés primaires et secondaires.

S’applique à