Freigeben über


CoreStrings.NavigationNotAdded(Object, Object, Object) Methode

Definition

Die Beziehung, die durch die Navigation '{entityType} dargestellt wird, kann nicht ermittelt werden. {navigation}' vom Typ '{propertyType}'. Konfigurieren Sie die Beziehung entweder manuell, oder ignorieren Sie diese Eigenschaft mithilfe des Attributs "[NotMapped]" oder mithilfe von "EntityTypeBuilder.Ignore" in "OnModelCreating".

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

Parameter

entityType
Object
navigation
Object
propertyType
Object

Gibt zurück

Gilt für: