DataReaderExtensions.GetInt16(DbDataReader, String) Método
Definição
Obtém o valor da coluna especificada como um inteiro com sinal de 16 bits.Gets the value of the specified column as a 16-bit signed integer.
public:
[System::Runtime::CompilerServices::Extension]
static short GetInt16(System::Data::Common::DbDataReader ^ reader, System::String ^ name);
public static short GetInt16 (this System.Data.Common.DbDataReader reader, string name);
static member GetInt16 : System.Data.Common.DbDataReader * string -> int16
<Extension()>
Public Function GetInt16 (reader As DbDataReader, name As String) As Short
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
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.