IDataRecord.GetChar(Int32) メソッド

定義

指定された列の文字値を取得します。

public:
 char GetChar(int i);
public char GetChar (int i);
abstract member GetChar : int -> char
Public Function GetChar (i As Integer) As Char

パラメーター

i
Int32

0 から始まる列序数。

戻り値

指定した列の文字値。

例外

渡されたインデックスは 0 から FieldCount の範囲外にあります。

適用対象