Condividi tramite


CoreStrings.DbSetIncorrectGenericType(Object, Object, Object) Metodo

Definizione

Impossibile creare DbSet per il tipo di entità '{entityType}' perché è di tipo '{entityClrType}', ma il tipo generico specificato è di tipo '{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

Parametri

entityType
Object
entityClrType
Object
genericType
Object

Restituisce

Si applica a