OracleDataReader.GetByte(Int32) Método

Definição

Obtém o valor da coluna especificada como um byte.Gets the value of the specified column as a byte.

public:
 virtual System::Byte GetByte(int i);
public:
 override System::Byte GetByte(int i);
public byte GetByte (int i);
public override byte GetByte (int i);
abstract member GetByte : int -> byte
override this.GetByte : int -> byte
override this.GetByte : int -> byte
Public Function GetByte (i As Integer) As Byte
Public Overrides Function GetByte (i As Integer) As Byte

Parâmetros

i
Int32

O ordinal da coluna baseado em zero.The zero-based column ordinal.

Retornos

Byte

O valor da coluna especificada como um byte.The value of the specified column as a byte.

Implementações

Exceções

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

Comentários

Chame IsDBNull para verificar se há valores nulos antes de chamar este método.Call IsDBNull to check for null values before calling this method.

Aplica-se a