Firebird ADO.NET Provider SDK Documentation - v1.7

FbDataReader.GetData Method 

NOT SUPPORTED.

[Visual Basic]
<EditorBrowsable(State:=EditorBrowsableState.Never)>
NotOverridable Public Function GetData( _
   ByVal i As Integer _
) As IDataReader _
    Implements IDataRecord.GetData
[C#]
[EditorBrowsable(State=EditorBrowsableState.Never)]
public IDataReader GetData(
   int i
);

Parameters

i
The zero-based column ordinal.

Return Value

Implements

IDataRecord.GetData

Exceptions

Exception Type Condition
NotSupportedException Always.

See Also

FbDataReader Class | FirebirdSql.Data.Firebird Namespace