Npgsql API Documentation

NpgsqlDataReader.GetName Method 

[This is preliminary documentation and subject to change.]

Return the column name of the column at index .

[Visual Basic]
NotOverridable Public Function GetName( _
   ByVal Index As Integer _
) As String Implements _
   IDataRecord.GetName
[C#]
public string GetName(
   int Index
);

Implements

IDataRecord.GetName

See Also

NpgsqlDataReader Class | Npgsql Namespace