Freigeben über


CoreStrings.NavigationNotAddedComplexType(Object, Object, Object) Methode

Definition

Die Navigation "{complexType}" kann nicht konfiguriert werden. {navigation}' vom Typ '{propertyType}', da komplexe Typen keine Navigationen unterstützen. Ignorieren Sie diese Eigenschaft mit dem Attribut "[NotMapped]" oder mithilfe von "EntityTypeBuilder.Ignore" in "OnModelCreating".

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

Parameter

complexType
Object
navigation
Object
propertyType
Object

Gibt zurück

Gilt für: