SimpleDataset cursor()
syntax: |
simpledataset.cursor() |
|
return: |
object - the Cursor object that represents the current contents of the SimpleDataset
|
|
description: |
This method returns the Cursor object that represents the SimpleDataset. This may be useful if functionality beyond that of the SimpleDataset is required.
|
|
#include <smdtset.jsh>, Cursor object
|
| |
// get the SimpleDataset as a Cursor var curs = ds.cursor(); |
|
SimpleDataset getLastErrorCode()