ConventionNavigationExtensions.GetTargetType(IConventionNavigation) Method

Definition

Caution

Use IConventionNavigation.TargetEntityType

Gets the entity type that a given navigation property will hold an instance of (or hold instances of if it is a collection navigation).

public static Microsoft.EntityFrameworkCore.Metadata.IConventionEntityType GetTargetType (this Microsoft.EntityFrameworkCore.Metadata.IConventionNavigation navigation);
[System.Obsolete("Use IConventionNavigation.TargetEntityType")]
public static Microsoft.EntityFrameworkCore.Metadata.IConventionEntityType GetTargetType (this Microsoft.EntityFrameworkCore.Metadata.IConventionNavigation navigation);
static member GetTargetType : Microsoft.EntityFrameworkCore.Metadata.IConventionNavigation -> Microsoft.EntityFrameworkCore.Metadata.IConventionEntityType
[<System.Obsolete("Use IConventionNavigation.TargetEntityType")>]
static member GetTargetType : Microsoft.EntityFrameworkCore.Metadata.IConventionNavigation -> Microsoft.EntityFrameworkCore.Metadata.IConventionEntityType
<Extension()>
Public Function GetTargetType (navigation As IConventionNavigation) As IConventionEntityType

Parameters

navigation
IConventionNavigation

The navigation property to find the target entity type of.

Returns

The target entity type.

Attributes

Applies to