CoreStrings.AmbiguousEndRequiredDependentNavigation Method

Definition

The navigation '{entityType}.{navigation}' cannot be configured as required since the dependent side of the underlying foreign key {foreignKeyProperties} cannot be determined. To identify the dependent side of the relationship, configure the foreign key property in 'OnModelCreating'. See https://go.microsoft.com/fwlink/?LinkId=724062 for more details.

public static string AmbiguousEndRequiredDependentNavigation (object entityType, object navigation, object foreignKeyProperties);
public static string AmbiguousEndRequiredDependentNavigation (object? entityType, object? navigation, object? foreignKeyProperties);
static member AmbiguousEndRequiredDependentNavigation : obj * obj * obj -> string
Public Shared Function AmbiguousEndRequiredDependentNavigation (entityType As Object, navigation As Object, foreignKeyProperties As Object) As String

Parameters

entityType
Object
navigation
Object
foreignKeyProperties
Object

Returns

Applies to