Sdílet prostřednictvím


RuntimeModelConvention.GetForeignKey(IForeignKey, RuntimeEntityType) Metoda

Definice

Získá odpovídající cizí klíč v modelu optimalizovaném pro čtení.

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

Parametry

foreignKey
IForeignKey

Původní cizí klíč.

entityType
RuntimeEntityType

Deklarující typ entity.

Návraty

Odpovídající cizí klíč optimalizovaný pro čtení.

Platí pro