DataReaderExtensions.GetData(DbDataReader, String) Método

Definição

Retorna um leitor de dados aninhado para a coluna solicitada.

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

Parâmetros

reader
DbDataReader

O leitor de dados do qual obter o valor da coluna.

name
String

O nome da coluna.

Retornos

Um leitor de dados.

Exceções

O nome especificado não é um nome de coluna válido.

Aplica-se a

Confira também