ITableBase.GetReferencingRowInternalForeignKeys(IEntityType) 方法

定義

從共用此資料表的其他實體類型取得參考指定實體類型的外鍵。

public System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Metadata.IForeignKey> GetReferencingRowInternalForeignKeys (Microsoft.EntityFrameworkCore.Metadata.IEntityType entityType);
abstract member GetReferencingRowInternalForeignKeys : Microsoft.EntityFrameworkCore.Metadata.IEntityType -> seq<Microsoft.EntityFrameworkCore.Metadata.IForeignKey>
Public Function GetReferencingRowInternalForeignKeys (entityType As IEntityType) As IEnumerable(Of IForeignKey)

參數

entityType
IEntityType

傳回

適用於