GetInt64 Method (C1KintoneDataReader)
Gets the value of the specified column as a 64-bit signed integer.
'Declaration
Public Overridable Function GetInt64( _
ByVal As Integer _
) As Long
public virtual long GetInt64(
int
)
Parameters
- ordinal
- The zero-based column ordinal.
Return Value
The value of the specified column.