Share via


CoreStrings.NavigationNotAddedComplexType(Object, Object, Object) Method

Definition

Unable to configure navigation '{complexType}.{navigation}' of type '{propertyType}' as complex types don't support navigations. Ignore this property using the '[NotMapped]' attribute or by using '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

Parameters

complexType
Object
navigation
Object
propertyType
Object

Returns

Applies to