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

从零开始的列序号。

返回

列的值。

适用于