iOSSQLiteDatabaseField.TextValue

From Xojo Documentation

Read-Only Property (As Text )
TextValue = aiOSSQLiteDatabaseField.TextValue

Supported on Mobile (iOS).

Gets the text value for a column.

Sample Code

Get the Text value for a a column:

// rs is an iOSSQLiteRecordSet with a Text column called "ProductName"
Var productName As Text
productName = rs.Field("ProductName").TextValue