Firebird ADO.NET Provider SDK Documentation - v1.7

FbDataReader.GetDataTypeName Method 

Gets the name of the source data type.

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

Parameters

i
The zero-based column ordinal.

Return Value

The name of the back-end Data Type

Implements

IDataRecord.GetDataTypeName

See Also

FbDataReader Class | FirebirdSql.Data.Firebird Namespace