CoreStrings.EntityTypeNotFound(Object) Method

Definition

The entity type '{entityType}' was not found. Ensure that the entity type has been added to the model.

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

Parameters

entityType
Object

Returns

Applies to