MySqlDataReader.GetName Method


Gets the name of the specified column.

Syntax: Visual Basic

NotOverridable Public Function GetName( _
 ByVal i As Integer _
) As String _
_
 Implements IDataRecord.GetName

Syntax: C#

public string GetName(
inti
);

Parameters

Return Value

Implements

IDataRecord.GetName

See Also

MySqlDataReader Class, MySql.Data.MySqlClient Namespace

Retornar