MySqlDataReader.GetName Method

MySQL Connector/Net

MySqlDataReaderGetName Method
Gets the name of the specified column.

Namespace: MySql.Data.MySqlClient
Assembly: MySql.Data (in MySql.Data.dll) Version: 6.9.9
Syntax
public override string GetName(
	int i
)
Public Overrides Function GetName ( 
	i As Integer
) As String
public:
virtual String^ GetName(
	int i
) override
abstract GetName : 
        i : int -> string 
override GetName : 
        i : int -> string 

Parameters

i
Type: SystemInt32

Return Value

Type: String

Implements

IDataRecordGetName(Int32)
IDataRecordGetName(Int32)
See Also