다음을 통해 공유


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

반환

적용 대상