CoreStrings.EntityTypeNotFound(Object) 方法

定义

找不到实体类型“{entityType}”。 确保实体类型已添加到模型中。

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

参数

entityType
Object

返回

适用于