次の方法で共有


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

戻り値

適用対象