CoreStrings.NonConfiguredNavigationToSharedType(Object, Object) Method

Definition

The navigation '{1_entityType}.{0_navigation}' must be configured in 'OnModelCreating' with an explicit name for the target shared-type entity type, or excluded by calling 'EntityTypeBuilder.Ignore'.

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

Parameters

navigation
Object
entityType
Object

Returns

Applies to