RecordSetReturning Property

       

Specifies whether the DECommand object, when executed at run time, returns an ADO Recordset object.

Syntax

object.RecordSetReturning [=string]

Parameters

The RecordSetReturning property syntax has these parts:

Part Description
object An object expression that evaluates to an item in the Applies To list.
string A string expression that identifies the returning Recordset object.

Remarks

The RecordSetReturning property provides you with the ability to force the DECommand object to be either Recordset returning or non-Recordset returning.

If the DECommand object is non-Recordset returning, no RecordSet property is exposed from the DataEnvironment object, and "rs" does not precede it (for example, rsCommand1). Most non-Recordset returning DECommand objects are associated with stored procedures that perform updates or deletes.