DataReaderExtensions.GetChar(DbDataReader, String) Método

Definição

Obtém o valor da coluna especificada como um único caractere.Gets the value of the specified column as a single character.

public:
[System::Runtime::CompilerServices::Extension]
 static char GetChar(System::Data::Common::DbDataReader ^ reader, System::String ^ name);
public static char GetChar (this System.Data.Common.DbDataReader reader, string name);
static member GetChar : System.Data.Common.DbDataReader * string -> char
<Extension()>
Public Function GetChar (reader As DbDataReader, name As String) As Char

Parâmetros

reader
DbDataReader

O leitor de dados do qual obter o valor da coluna.The data reader to get the column value from.

name
String

O nome da coluna.The name of the column.

Retornos

Char

O valor da coluna especificada.The value of the specified column.

Exceções

O nome especificado não é um nome de coluna válido.The name specified is not a valid column name.

A conversão especificada não é válida.The specified cast is not valid.

Aplica-se a