DbUpdatableDataRecord.GetDouble(Int32) メソッド

定義

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

public:
 override double GetDouble(int ordinal);
public override double GetDouble(int ordinal);
override this.GetDouble : int -> double
Public Overrides Function GetDouble (ordinal As Integer) As Double

パラメーター

ordinal
Int32

フィールドの序数。

返品

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

実装

適用対象