Result Row attributes
columnNames (Collection)
The columnNames attribute represents the names of the columns in the rows.
errorBlock (BlockContextTemplate)
The errorBlock attribute represents the block of code that is run when an error occurs in the data access code.
isInDatabase (Boolean)
The isInDatabase attribute indicates that the result row came from the database.
isNotInDatabase (Boolean)
The isNotInDatabase attribute indicates that the result row is a new row and did not come from the database.
lastError (<className>)
The lastError attribute is the last error that occurred. You can tear off the lastError attribute to access the error information.
self (<className>)
For more information on the self attribute, refer to Using the self attribute.
valueHolder (AbtVariable)
The valueHolder attribute holds the value of the variable or class.
<table columns>
The names of the actual columns in the table as a result of the query if it was successfully applied.
Last modified date: 01/29/2015