CoreStrings.ComparerPropertyMismatch(Object, Object, Object, Object) 方法

定义

类型“{type}”的比较器不能用于“{entityType}”。{propertyName}“,因为其类型为”{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

参数

type
Object
entityType
Object
propertyName
Object
propertyType
Object

返回

适用于