Property name
|
Data type
|
Access
|
Description
|
KeyFields
|
CHARACTER
|
Read-only
|
Returns a comma-separated list of the key field names used to instantiate RequestInfo. For example, given the following statement: requestInfo = new RequestInfo ("Name","ABXTenant").
The requestInfo:KeyFields property contains "Name".
|
Name
|
CHARACTER
|
Read-only
|
Returns the entity name of a collection passed to the RequestInfo constructor. For example, given the following statement: childInfo = new RequestInfo("Domains").
The childInfo:Name property will contains "Domains".
|
PageSize
|
INTEGER
|
Readable, Writeable
|
Reserved by OpenEdge.
|
QueryString
|
CHARACTER
|
Readable, Writeable
|
A query string on the properties of the specified entity collection, specified according to rules for filter expressions. For more information, see Filter expressions.
|
SearchString
|
CHARACTER
|
Readable, Writeable
|
Reserved by OpenEdge.
|