ObjectRowset property: CONQRSMGR class

Description

Use this property to set or return a Rowset object. The parent record for this rowset is PSCONQRSMAPVW; its child record is PSCONQRSFLDRLVW. Use of the ObjectRowset property and its associated rowset prevents the report developer from directly manipulating the managed object itself.

Getting the ObjectRowset property returns a Rowset object with the following structure, populated with Connected Query Manager data:

ObjectRowset = CreateRowset(Record.PSCONQRSMAPVW, CreateRowset⇒
(Record.PSCONQRSFLDRLVW));

Setting the ObjectRowset property returns the rowset data back to the Connected Query Manager.

This property is read/write.