RelationalStrings.EntitySplittingUnmappedMainFragment Method

Definition

Entity type '{entityType}' has a split mapping for '{storeObject}', but it doesn't have a main mapping of the same type. Map '{entityType}' to '{storeObjectType}'.

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

Parameters

entityType
Object
storeObject
Object
storeObjectType
Object

Returns

Applies to