Npgsql API Docs

NpgsqlDataReader.GetName Method 

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
);

Parameters

Index
Missing <param> documentation for Index

Return Value

Missing <returns> documentation for M:Npgsql.NpgsqlDataReader.GetName(System.Int32)

Implements

IDataRecord.GetName

Remarks

Missing <remarks> documentation for M:Npgsql.NpgsqlDataReader.GetName(System.Int32)

See Also

NpgsqlDataReader Class | Npgsql Namespace