Partager via


CoreStrings.NavigationNotAddedComplexType(Object, Object, Object) Méthode

Définition

Impossible de configurer la navigation « {complexType}. {navigation} » de type « {propertyType} », car les types complexes ne prennent pas en charge les navigations. Ignorez cette propriété à l’aide de l’attribut « [NotMapped] » ou de « EntityTypeBuilder.Ignore » dans « 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

Paramètres

complexType
Object
navigation
Object
propertyType
Object

Retours

S’applique à