IDataRecord.GetByte(Int32) Método
Definição
Obtém o valor de inteiro sem sinal de 8 bits da coluna especificada.Gets the 8-bit unsigned integer value of the specified column.
public:
System::Byte GetByte(int i);
public byte GetByte (int i);
abstract member GetByte : int -> byte
Public Function GetByte (i As Integer) As Byte
Parâmetros
- i
- Int32
O ordinal da coluna baseado em zero.The zero-based column ordinal.
Retornos
O valor de inteiro sem sinal de 8 bits da coluna especificada.The 8-bit unsigned integer value of the specified column.
Exceções
O índice passado estava fora do intervalo de 0 a FieldCount.The index passed was outside the range of 0 through FieldCount.