RelationalStrings.TooFewReaderFields(Object, Object) Método

Definición

El lector subyacente no tiene tantos campos como se esperaba. Se esperaba: {expected}, real: {actual}.

public static string TooFewReaderFields (object expected, object actual);
public static string TooFewReaderFields (object? expected, object? actual);
static member TooFewReaderFields : obj * obj -> string
Public Shared Function TooFewReaderFields (expected As Object, actual As Object) As String

Parámetros

expected
Object
actual
Object

Devoluciones

Se aplica a