Npgsql Api Docs

NpgsqlDataReader.GetName�Method�

Return the column name of the column at index .

[Visual�Basic]
Overrides�Public�Function�GetName( _
���ByVal Index�As�Integer�_
)�As�String�_
����Implements�IDataRecord.GetName
[C#]
public�override�string�GetName(
���intIndex
);

Implements

IDataRecord.GetName

See Also

NpgsqlDataReader Class | Npgsql Namespace