IDataRecord::GetName Method (Int32)
.NET Framework (current version)
Gets the name for the field to find.
Assembly: System.Data (in System.Data.dll)
Parameters
- i
-
Type:
System::Int32
The index of the field to find.
Return Value
Type: System::String^The name of the field or the empty string (""), if there is no value to return.
| Exception | Condition |
|---|---|
| IndexOutOfRangeException | The index passed was outside the range of 0 through FieldCount. |
.NET Framework
Available since 1.1
Available since 1.1
Show: