Visual InterDev
Returns the ADO Recordset object.
Syntax
object.getRecordSource()
Parameters
object
A script object.
This method returns the ADO recordset object to allow access to properties and methods that ADO supports but that are not exposed in the Recordset script object.
To set the ADO Recordset object, call the setRecordSource method.