EntityDataReader.GetDouble(Int32) 方法

定義

取得指定欄位的值,為雙精度浮點數。

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

零基列序數。

傳回

指定欄位的值。

實作

適用於