iOSSQLiteDatabaseField.IntegerValue

From Xojo Documentation

Read-Only Property (As Integer )
IntegerValue = aiOSSQLiteDatabaseField.IntegerValue

Supported on Mobile (iOS).

Gets the Integer value for a column.

Sample Code

Get the Integer value of a column:

// rs is an iOSSQLiteRecordSet with an Integer column called "Quantity"
Var quantity As Integer
quantity = rs.Field("Quantity").IntegerValue