Partager via


RuntimeModelConvention.GetForeignKey(IForeignKey, RuntimeEntityType) Méthode

Définition

Obtient la clé étrangère correspondante dans le modèle optimisé en lecture.

protected virtual Microsoft.EntityFrameworkCore.Metadata.RuntimeForeignKey GetForeignKey (Microsoft.EntityFrameworkCore.Metadata.IForeignKey foreignKey, Microsoft.EntityFrameworkCore.Metadata.RuntimeEntityType entityType);
abstract member GetForeignKey : Microsoft.EntityFrameworkCore.Metadata.IForeignKey * Microsoft.EntityFrameworkCore.Metadata.RuntimeEntityType -> Microsoft.EntityFrameworkCore.Metadata.RuntimeForeignKey
override this.GetForeignKey : Microsoft.EntityFrameworkCore.Metadata.IForeignKey * Microsoft.EntityFrameworkCore.Metadata.RuntimeEntityType -> Microsoft.EntityFrameworkCore.Metadata.RuntimeForeignKey
Protected Overridable Function GetForeignKey (foreignKey As IForeignKey, entityType As RuntimeEntityType) As RuntimeForeignKey

Paramètres

foreignKey
IForeignKey

Clé étrangère d’origine.

entityType
RuntimeEntityType

Type d'entité de déclaration.

Retours

Clé étrangère optimisée en lecture correspondante.

S’applique à