IDataRecord.GetName メソッド
検索するフィールドの名前を取得します。
Function GetName( _
ByVal i As Integer _) As String
[C#]
string GetName(
inti);
[C++]
String* GetName(
inti);
[JScript]
function GetName(
i : int) : String;
パラメータ
- i
検索するフィールドのインデックス。
戻り値
フィールドの名前。返される値がない場合は空の文字列 ("")。
例外
例外の種類 | 条件 |
---|---|
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