CoreStrings.AbstractLeafEntityType(Object) Method

Definition

The corresponding CLR type for entity type '{entityType}' cannot be instantiated, and there is no derived entity type in the model that corresponds to a concrete CLR type.

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

Parameters

entityType
Object

Returns

Applies to