OracleDataReader.GetByte(Int32) Metoda

Definicja

Pobiera wartość określonej kolumny jako bajt.

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

Parametry

i
Int32

Porządkowa kolumna oparta na zera.

Zwraca

Wartość określonej kolumny jako bajt.

Implementuje

Wyjątki

Określona obsada jest nieprawidłowa.

Uwagi

Wywołaj metodę IsDBNull , aby sprawdzić wartości null przed wywołaniem tej metody.

Dotyczy