DataReaderExtensions.GetDouble(DbDataReader, String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
從指定的資料行取得雙精確度浮點數形式的值。
public:
[System::Runtime::CompilerServices::Extension]
static double GetDouble(System::Data::Common::DbDataReader ^ reader, System::String ^ name);
public static double GetDouble (this System.Data.Common.DbDataReader reader, string name);
static member GetDouble : System.Data.Common.DbDataReader * string -> double
<Extension()>
Public Function GetDouble (reader As DbDataReader, name As String) As Double
參數
- reader
- DbDataReader
要從中取得資料行值的資料讀取器。
- name
- String
資料行名稱。
傳回
指定的資料行值。
例外狀況
指定的轉型無效。
指定的名稱不是有效的資料行名稱。
適用於
另請參閱
- ADO.NET 概觀 \(部分機器翻譯\)