Compartir a través de


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

Definición

El tipo de entidad '{entityType}' se define con una clave compuesta {propertiesCount}-part, pero los valores {valuesCount} se pasaron al 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

Devoluciones

Se aplica a