Firebird ADO.NET Provider SDK Documentation - v1.7

FbDataReader.GetInt32 Method 

Gets the value of the specified column as a 32-bit signed integer.

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

Parameters

i
The zero-based column ordinal.

Return Value

The value of the specified column as a 32-bit signed integer.

Implements

IDataRecord.GetInt32

Exceptions

Exception Type Condition
InvalidCastException The specified cast is not valid.

See Also

FbDataReader Class | FirebirdSql.Data.Firebird Namespace