ITableBase.GetRowInternalForeignKeys(IEntityType) 方法

定義

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

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

參數

entityType
IEntityType

傳回

適用於