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


KeyExtensions.GetReferencingForeignKeys(IKey) Метод

Определение

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

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

Параметры

key
IKey

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

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

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

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