Aracılığıyla paylaş


CoreStrings.AmbiguousEndRequiredDependentNavigation Yöntem

Tanım

'{entityType} gezintisi. Temel alınan {foreignKeyProperties} adlı yabancı anahtarın bağımlı tarafı belirlenemediğinden {navigation}' gerektiği gibi yapılandırılamaz. İlişkinin bağımlı tarafını tanımlamak için 'OnModelCreating' içinde yabancı anahtar özelliğini yapılandırın. Diğer ayrıntılar için bkz https://go.microsoft.com/fwlink/?LinkId=724062 .

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

Parametreler

entityType
Object
navigation
Object
foreignKeyProperties
Object

Döndürülenler

Şunlara uygulanır