CoreStrings.InvalidSetType(Object) Method

Definition

Cannot create a DbSet for '{typeName}' because this type is not included in the model for the context.

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

Parameters

typeName
Object

Returns

Applies to