CoreStrings.DbSetIncorrectGenericType(Object, Object, Object) 方法

定义

无法为实体类型“{entityType}”创建 DbSet,因为它的类型为“{entityClrType}”,但提供的泛型类型为“{genericType}”。

public static string DbSetIncorrectGenericType (object entityType, object entityClrType, object genericType);
public static string DbSetIncorrectGenericType (object? entityType, object? entityClrType, object? genericType);
static member DbSetIncorrectGenericType : obj * obj * obj -> string
Public Shared Function DbSetIncorrectGenericType (entityType As Object, entityClrType As Object, genericType As Object) As String

参数

entityType
Object
entityClrType
Object
genericType
Object

返回

适用于