Sdílet prostřednictvím


CoreStrings.AmbiguousEndRequiredDependentNavigation Metoda

Definice

Navigace {entityType}. {navigation} nelze nakonfigurovat podle potřeby, protože nelze určit závislou stranu podkladového cizího klíče {foreignKeyProperties}. Pokud chcete identifikovat závislou stranu relace, nakonfigurujte vlastnost cizího klíče v souboru OnModelCreating. Další podrobnosti najdete https://go.microsoft.com/fwlink/?LinkId=724062 v tématu.

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

Parametry

entityType
Object
navigation
Object
foreignKeyProperties
Object

Návraty

Platí pro