次の方法で共有


DbUpdatableDataRecord.GetChar(Int32) メソッド

定義

フィールド値を文字として取得します。

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

パラメーター

i
Int32

フィールドの序数。

戻り値

文字としてのフィールド値。

実装

適用対象