CoreStrings.DbSetIncorrectGenericType(Object, Object, Object) Yöntem

Tanım

'{entityClrType}' türünde olduğundan ancak sağlanan genel tür '{genericType}' türünde olduğundan' '{entityType}' varlık türü için DbSet oluşturulamıyor.

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

Parametreler

entityType
Object
entityClrType
Object
genericType
Object

Döndürülenler

String

Şunlara uygulanır