Firebird ADO.NET Provider SDK Documentation - v1.7

FbDataReader.GetName Method 

Gets the name of the specified column.

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

Parameters

i
The zero-based column ordinal.

Return Value

The name of the column.

Implements

IDataRecord.GetName

See Also

FbDataReader Class | FirebirdSql.Data.Firebird Namespace