ForeignKeyExtensions.GetRelatedEntityType(IForeignKey, IEntityType) Method

Definition

Gets the entity type related to the given one.

public static Microsoft.EntityFrameworkCore.Metadata.IEntityType GetRelatedEntityType (this Microsoft.EntityFrameworkCore.Metadata.IForeignKey foreignKey, Microsoft.EntityFrameworkCore.Metadata.IEntityType entityType);
static member GetRelatedEntityType : Microsoft.EntityFrameworkCore.Metadata.IForeignKey * Microsoft.EntityFrameworkCore.Metadata.IEntityType -> Microsoft.EntityFrameworkCore.Metadata.IEntityType
<Extension()>
Public Function GetRelatedEntityType (foreignKey As IForeignKey, entityType As IEntityType) As IEntityType

Parameters

foreignKey
IForeignKey

The foreign key.

entityType
IEntityType

One of the entity types related by the foreign key.

Returns

The entity type related to the given one.

Applies to