Share via


RelationalStrings.EntitySplittingMissingProperties(Object, Object) Method

Definition

Entity type '{entityType}' has a split mapping for '{storeObject}', but it doesn't map any non-primary key property to it. Map at least one non-primary key property to a column on '{storeObject}'.

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

Parameters

entityType
Object
storeObject
Object

Returns

Applies to