Condividi tramite


CoreStrings.NavigationNotAddedComplexType(Object, Object, Object) Metodo

Definizione

Impossibile configurare lo spostamento '{complexType}. {navigation}' di tipo '{propertyType}' perché i tipi complessi non supportano gli spostamenti. Ignorare questa proprietà usando l'attributo '[NotMapped]' o '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

Parametri

complexType
Object
navigation
Object
propertyType
Object

Restituisce

Si applica a