Поделиться через


ConventionKeyExtensions.GetReferencingForeignKeys(IConventionKey) Метод

Определение

Возвращает все внешние ключи, предназначенные для заданного первичного или альтернативного ключа.

public static System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Metadata.IConventionForeignKey> GetReferencingForeignKeys (this Microsoft.EntityFrameworkCore.Metadata.IConventionKey key);
static member GetReferencingForeignKeys : Microsoft.EntityFrameworkCore.Metadata.IConventionKey -> seq<Microsoft.EntityFrameworkCore.Metadata.IConventionForeignKey>
<Extension()>
Public Function GetReferencingForeignKeys (key As IConventionKey) As IEnumerable(Of IConventionForeignKey)

Параметры

key
IConventionKey

Ключ для поиска внешних ключей.

Возвращаемое значение

Внешние ключи, ссылающиеся на данный ключ.

Применяется к