RuntimeEntityType.IEntityType.GetForeignKeyProperties Метод

Определение

Возвращает свойства, содержащиеся во внешних ключах.

[System.Diagnostics.DebuggerStepThrough]
System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Metadata.IProperty> IEntityType.GetForeignKeyProperties ();
[<System.Diagnostics.DebuggerStepThrough>]
abstract member Microsoft.EntityFrameworkCore.Metadata.IEntityType.GetForeignKeyProperties : unit -> seq<Microsoft.EntityFrameworkCore.Metadata.IProperty>
override this.Microsoft.EntityFrameworkCore.Metadata.IEntityType.GetForeignKeyProperties : unit -> seq<Microsoft.EntityFrameworkCore.Metadata.IProperty>
Function GetForeignKeyProperties () As IEnumerable(Of IProperty) Implements IEntityType.GetForeignKeyProperties

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

Свойства, содержащиеся во внешних ключах.

Реализации

Атрибуты

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