Firebird ADO.NET Provider SDK Documentation - v1.7

FbDataReader.GetInt64 Method 

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

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

Parameters

i
The zero-based column ordinal.

Return Value

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

Implements

IDataRecord.GetInt64

Exceptions

Exception Type Condition
InvalidCastException The specified cast is not valid.

See Also

FbDataReader Class | FirebirdSql.Data.Firebird Namespace