Firebird ADO.NET Provider 1.7 API Documentation

FbDataReader.GetString Method 

Gets the value of the specified column as a string.

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