Name property: Rowset class
Description
This property refers to the name of the rowset. This property returns different values, based on the type of rowset.
| Type of Rowset | Returns |
|---|---|
|
Rowset created using GetLevel0 |
returns an empty string |
|
Component buffer rowset |
returns primary record name |
|
Message rowset |
returns primary record name |
|
Component Interface rowset |
returns primary record name |
|
Application Engine rowset |
always returns AESTATE |
This property is read-only.
Example
&tmp = &ROWSET.Name;