次の方法で共有


DbUpdatableDataRecord.GetValue(Int32) メソッド

定義

フィールドの値を取得します。

public override object GetValue (int i);
override this.GetValue : int -> obj
Public Overrides Function GetValue (i As Integer) As Object

パラメーター

i
Int32

フィールドの序数。

戻り値

フィールド値。

実装

適用対象