次の方法で共有


IDataRecord.GetValue メソッド

指定したフィールドの値を返します。

Function GetValue( _
   ByVal i As Integer _) As Object
[C#]
object GetValue(
   inti);
[C++]
Object* GetValue(
   inti);
[JScript]
function GetValue(
   i : int) : Object;

パラメータ

  • i
    検索するフィールドのインデックス。

戻り値

フィールドの値が返されたときにその値を格納する Object

例外

例外の種類 条件
IndexOutOfRangeException 渡されたインデックスが 0 から FieldCount の範囲にありません。

必要条件

プラットフォーム: 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

参照

IDataRecord インターフェイス | IDataRecord メンバ | System.Data 名前空間