Condividi tramite


CoreStrings.ComparerPropertyMismatch(Object, Object, Object, Object) Metodo

Definizione

Impossibile usare il comparer per il tipo '{type}' per '{entityType}. {propertyName}' perché il relativo tipo è '{propertyType}'.

public static string ComparerPropertyMismatch (object type, object entityType, object propertyName, object propertyType);
public static string ComparerPropertyMismatch (object? type, object? entityType, object? propertyName, object? propertyType);
static member ComparerPropertyMismatch : obj * obj * obj * obj -> string
Public Shared Function ComparerPropertyMismatch (type As Object, entityType As Object, propertyName As Object, propertyType As Object) As String

Parametri

type
Object
entityType
Object
propertyName
Object
propertyType
Object

Restituisce

Si applica a