次の方法で共有


SqliteDataReader.GetDouble(Int32) メソッド

定義

指定した列の値を Double として取得します。

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

パラメーター

ordinal
Int32

0 から始まる列序数。

戻り値

列の値。

適用対象