SqlDataReader.GetValue メソッド
指定した列の値をネイティブ形式で取得します。
Public Overridable Function GetValue( _
ByVal i As Integer _) As Object Implements IDataRecord.GetValue
[C#]
public virtual object GetValue(inti);
[C++]
public: virtual Object* GetValue(inti);
[JScript]
public function GetValue(
i : int) : Object;
パラメータ
- i
列の 0 から始まる序数。
戻り値
null データベース列の場合は、 DBNull が返されます。
実装
解説
GetValue では、データが .NET Framework 型で返されます。
必要条件
プラットフォーム: 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 名前空間