次の方法で共有


DbUpdatableDataRecord.GetDecimal(Int32) メソッド

定義

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

public override decimal GetDecimal (int i);
override this.GetDecimal : int -> decimal
Public Overrides Function GetDecimal (i As Integer) As Decimal

パラメーター

i
Int32

フィールドの序数。

戻り値

decimal としてのフィールド値。

実装

適用対象