CoreStrings.FindValueTypeMismatch(Object, Object, Object, Object) Method

Definition

The key value at position {index} of the call to 'DbSet<{entityType}>.Find' was of type '{valueType}', which does not match the property type of '{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

Parameters

index
Object
entityType
Object
valueType
Object
propertyType
Object

Returns

Applies to