Share via


RuntimeEntityType.IEntityType.GetForeignKeyProperties Method

Definition

Returns the properties contained in foreign keys.

[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

Returns

The properties contained in foreign keys.

Implements

Attributes

Applies to