EntityDataReader.GetDouble 方法
[此頁面專屬於 Entity Framework 第 6 版。最新版本可從 'Entity Framework' NuGet 套件取得。如需 Entity Framework 的詳細資訊,請參閱 msdn.com/data/ef。]
取得指定資料行的值做為雙精確度浮點數。
命名空間: System.Data.Entity.Core.EntityClient
組件: EntityFramework (在 EntityFramework.dll 中)
語法
'宣告
Public Overrides Function GetDouble ( _
ordinal As Integer _
) As Double
'用途
Dim instance As EntityDataReader
Dim ordinal As Integer
Dim returnValue As Double
returnValue = instance.GetDouble(ordinal)
public override double GetDouble(
int ordinal
)
public:
virtual double GetDouble(
int ordinal
) override
abstract GetDouble :
ordinal:int -> float
override GetDouble :
ordinal:int -> float
public override function GetDouble(
ordinal : int
) : double
參數
- ordinal
類型:System.Int32
以零為基底的資料行序數。
傳回值
類型:System.Double
指定的資料行值。