[]
        
(Showing Draft Content)

C1.DataConnector.C1DataReaderBase.GetInt64

GetInt64 Method

GetInt64(int)

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

Declaration
public override long GetInt64(int ordinal)
Parameters
Type Name Description
int ordinal

The zero-based column ordinal.

Returns
Type Description
long

The value of the specified column.

Overrides