GetRowSetData method: PSEvent class
Syntax
GetRowSetData()
Description
Use the GetRowSetData method to get the rowset data from the notification.
Parameters
None.
Returns
A Rowset object.
Example
The following example retrieves the rowset data.
Local Rowset &oRowset;
&oRowset = &EventObject.GetRowSetData();