OracleDataReader.GetChar(Int32) Metoda

Definicja

Pobiera wartość określonej kolumny jako znak.

public:
 virtual char GetChar(int i);
public:
 override char GetChar(int i);
public char GetChar (int i);
public override char GetChar (int i);
abstract member GetChar : int -> char
override this.GetChar : int -> char
override this.GetChar : int -> char
Public Function GetChar (i As Integer) As Char
Public Overrides Function GetChar (i As Integer) As Char

Parametry

i
Int32

Porządkowa kolumna oparta na zera.

Zwraca

Wartość określonej kolumny jako znak.

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