iOSSQLiteDatabaseField.Int64Value

From Xojo Documentation

Read-Only Property (As Int64 )
Int64Value = aiOSSQLiteDatabaseField.Int64Value

Supported on Mobile (iOS).

Gets the Int64 value for a column.

Sample Code

Get the Int64 value of a column:

// rs is an iOSSQLiteRecordSet with an Int64 column called "ID"
Var id As Int64
id = rs.Field("ID").Int64Value