DataReaderExtensions.GetDataTypeName(DbDataReader, String) Método

Definição

Obtém o nome do tipo de dados da coluna especificada.Gets name of the data type of the specified column.

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

Parâmetros

reader
DbDataReader

O leitor de dados do qual obter o nome do tipo de coluna.The data reader to get the column type name from.

name
String

O nome da coluna.The name of the column.

Retornos

String

O nome do tipo de dados.The name of the data type.

Exceções

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

Aplica-se a