







Gets the name of the specified column.
Namespace:
MySql.Data.MySqlClient
Assembly:
MySql.Data (in MySql.Data.dll) Version: 6.2.2.0
Syntax
| C# |
|---|
public override string GetName( int i ) |
| Visual Basic (Declaration) |
|---|
Public Overrides Function GetName ( _ i As Integer _ ) As String |
| Visual C++ |
|---|
public: virtual String^ GetName( int i ) override |
Parameters
- i
- Type: System..::.Int32
Return Value
Implements
IDataRecord..::.GetName(Int32)IDataRecord..::.GetName(Int32)
