Bagikan melalui


RuntimeModelConvention.GetForeignKey(IForeignKey, RuntimeEntityType) Metode

Definisi

Mendapatkan kunci asing yang sesuai dalam model yang dioptimalkan untuk dibaca.

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

Parameter

foreignKey
IForeignKey

Kunci asing asli.

entityType
RuntimeEntityType

Jenis entitas yang mendeklarasikan.

Mengembalikan

Kunci asing yang dioptimalkan baca yang sesuai.

Berlaku untuk