次の方法で共有


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

戻り値

適用対象