CreateRowsetCache
Mon 01 January 2018Syntax
CreateRowsetCache(&Rowset, [Rowset.]Name, Description)
Description
Use the CreateRowsetCache function to create a new RowsetCache object with the given name if it doesn't already exist.
Parameters
Field or Control |
Definition |
---|---|
&Rowset |
Specify an already instantiated and populated rowset that you want to use for creating a RowsetCache object. The RowsetCache object will have the same format and data as &Rowset . |
Record. Name |
Specify the name of the created RowsetCache object. If you just specify name , you must enclose the name in quotation marks. |
Description |
Specify a description of the RowsetCache as a string. |
Returns
A reference to the new RowsetCache object if there is not already a RowsetCache object of the given name.