Gets the name of the specified column.
[Visual Basic] Public Function GetName( _ ByVal i As Integer _ ) _ Implements IDataRecord.GetName As String [C#] public string GetName( int i ); [C++] public: String* GetName( int i ); [JScript] public function GetName( int i ): String;
The column name.
| Exception Type | Condition |
|---|---|
| IndexOutOfRangeException | The column ordinal is outside the valid range. |
MimerDataReader Class | Mimer.Data.Client Namespace