OleDbDataReader.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:
 override System::Byte GetByte(int ordinal);
public:
 virtual System::Byte GetByte(int ordinal);
public override byte GetByte (int ordinal);
public byte GetByte (int ordinal);
override this.GetByte : int -> byte
abstract member GetByte : int -> byte
override this.GetByte : int -> byte
Public Overrides Function GetByte (ordinal As Integer) As Byte
Public Function GetByte (ordinal As Integer) As Byte

Parâmetros

ordinal
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

Nenhuma conversões é executada; Portanto, os dados recuperados já devem ser um byte.No conversions are performed; therefore the data retrieved must already be a byte.

Chame IsDBNull para procurar valores nulos antes de chamar este método.Call IsDBNull to look for null values before calling this method.

Aplica-se a