Share via


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

戻り値

適用対象