NpgsqlDataReader.GetName Method
Return the column name of the column at index .
[Visual Basic]
Overrides Public Function GetName( _
ByVal
Index As
Integer _
) As
String _
[C#]
public override
string GetName(
int Index);
Implements
IDataRecord.GetName
See Also
NpgsqlDataReader Class | Npgsql Namespace