Share via


CoreStrings.FindValueCountMismatch(Object, Object, Object) Método

Definição

O tipo de entidade '{entityType}' é definido com uma chave composta {propertiesCount}-part, mas os valores de {valuesCount} foram passados para o método '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

Parâmetros

entityType
Object
propertiesCount
Object
valuesCount
Object

Retornos

Aplica-se a