iOSSQLiteRecordSet.Field

From Xojo Documentation

Method

iOSSQLiteRecordSet.Field(name As Text) As iOSSQLiteDatabaseField

Supported on Mobile(iOS).

Gets the SQLiteDatabaseField information for the specified column name.


Method

iOSSQLiteRecordSet.Field(index As Integer) As iOSSQLiteDatabaseField

Supported on Mobile(iOS).

Gets the SQLiteDatabaseField information for the specified column index (0-based).

Sample Code

// results is an iOSSQLiteRecordSet
Var address As Text
address = results.Field("Address").TextValue