指定した列の値を SqlDouble として取得します。
Public Function GetSqlDouble( _
ByVal i As Integer _) As SqlDouble
[C#]
public SqlDouble GetSqlDouble(inti);
[C++]
public: SqlDouble GetSqlDouble(inti);
[JScript]
public function GetSqlDouble(
i : int) : SqlDouble;
パラメータ
- i
列の 0 から始まる序数。
戻り値
解説
変換は実行されません。そのため、取得するデータは倍精度浮動小数点数である必要があります。倍精度浮動小数点数でない場合は、例外が生成されます。
必要条件
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ, .NET Compact Framework - Windows CE .NET
参照
SqlDataReader クラス | SqlDataReader メンバ | System.Data.SqlClient 名前空間