Condividi tramite


CoreStrings.FindValueTypeMismatch(Object, Object, Object, Object) Metodo

Definizione

Valore della chiave nella posizione {index} della chiamata a 'DbSet<{entityType}>. Find è di tipo '{valueType}', che non corrisponde al tipo di proprietà '{propertyType}'.

public static string FindValueTypeMismatch (object index, object entityType, object valueType, object propertyType);
public static string FindValueTypeMismatch (object? index, object? entityType, object? valueType, object? propertyType);
static member FindValueTypeMismatch : obj * obj * obj * obj -> string
Public Shared Function FindValueTypeMismatch (index As Object, entityType As Object, valueType As Object, propertyType As Object) As String

Parametri

index
Object
entityType
Object
valueType
Object
propertyType
Object

Restituisce

Si applica a