|
| MySQL Connector/Net |
| MySqlDataReader..::..GetName Method |
| MySqlDataReader Class See Also Send Feedback |
|
Gets the name of the specified column.
Namespace: MySql.Data.MySqlClient
Assembly: MySql.Data (in MySql.Data.dll) Version: 6.8.4.0
Syntax
| C# |
|---|
public override string GetName( int i ) |
| Visual Basic |
|---|
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)