DbDataRecord.GetChar(Int32) Metoda

Definicja

Zwraca wartość określonej kolumny jako znak.

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

Parametry

i
Int32

Porządkowa kolumna.

Zwraca

Wartość określonej kolumny.

Implementuje

Uwagi

Nie są wykonywane żadne konwersje; w związku z tym pobrane dane muszą już być znakiem.

Dotyczy

Zobacz też