共用方式為


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

定義

實體類型 '{entityType}' 是以 {propertiesCount}-part 複合索引鍵定義,但 {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

傳回

適用於