ConventionForeignKeyExtensions.GetRelatedEntityType Method

Definition

Gets the entity type related to the given one.

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

Parameters

foreignKey
IConventionForeignKey

The foreign key.

entityType
IConventionEntityType

One of the entity types related by the foreign key.

Returns

The entity type related to the given one.

Applies to