DbDataRecord.GetChar(Int32) メソッド

定義

指定された列の値を 1 つの文字として返します。

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

パラメーター

i
Int32

列の序数。

戻り値

Char

指定された列の値。

実装

注釈

変換は実行されません。したがって、取得されるデータは既に文字である必要があります。

適用対象

こちらもご覧ください