Firebird ADO.NET Provider SDK Documentation - v1.7

FbDataReader.GetValue Method 

Gets the value of the specified column in its native format.

[Visual Basic]
NotOverridable Public Function GetValue( _
   ByVal i As Integer _
) As Object _
    Implements IDataRecord.GetValue
[C#]
public object GetValue(
   int i
);

Parameters

i
The zero-based column ordinal.

Return Value

The value to return.

Implements

IDataRecord.GetValue

Remarks

This method returns null valus as DBNull.

See Also

FbDataReader Class | FirebirdSql.Data.Firebird Namespace