CoreStrings.NoClrType(Object) Method

Definition

The CLR entity materializer cannot be used for entity type '{entityType}' because it is a shadow state entity type. Materialization to a CLR type is only possible for entity types that have a corresponding CLR type.

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

Parameters

entityType
Object

Returns

Applies to