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

定义

实体类型“{entityType}”是使用 {propertiesCount}部分组合键定义的,但 {valuesCount} 值已传递到“Find”方法。

public static string FindValueCountMismatch (object entityType, object propertiesCount, object valuesCount);
public static string FindValueCountMismatch (object? entityType, object? propertiesCount, object? valuesCount);
static member FindValueCountMismatch : obj * obj * obj -> string
Public Shared Function FindValueCountMismatch (entityType As Object, propertiesCount As Object, valuesCount As Object) As String

参数

entityType
Object
propertiesCount
Object
valuesCount
Object

返回

适用于