Firebird ADO.NET Provider SDK Documentation - v1.7

FbDataReader.GetString Method 

Gets the value of the specified column as a string.

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

Parameters

i
The zero-based column ordinal.

Return Value

The value of the specified column as a string.

Implements

IDataRecord.GetString

Exceptions

Exception Type Condition
InvalidCastException The specified cast is not valid.

See Also

FbDataReader Class | FirebirdSql.Data.Firebird Namespace