次の方法で共有


DbUpdatableDataRecord.GetString(Int32) メソッド

定義

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

public override string GetString (int i);
override this.GetString : int -> string
Public Overrides Function GetString (i As Integer) As String

パラメーター

i
Int32

フィールドの序数。

戻り値

フィールド値。

実装

適用対象