Try OpenEdge Now
skip to main content
Programming Interfaces
Database Administration Entity Interface Reference : IDataAdminElement interface : IDataAdminElement properties
 

IDataAdminElement properties

Defines the properties listed in the following table.
Table 88. Multi-tenant Maintenance IDataAdminElement interface properties
Property name
Data type
Access
Description
Attached
LOGICAL
Read-only
Returns TRUE if the instance is in a service or collection.
ContextId
CHARACTER
Read-only
Returns the context for the instance. Used in the Equals( ) method to ensure that compared entities with the same keys and underlying data are identified as equal.
A blank value means the object has no context (yet), is new, and is not attached, in which case Equals( ) is only TRUE if it compares object references to the same IDataAdminElement instance.
RequestInfo
IRequestInfo
Read-only
Returns an optional definition for unique query criteria to find this object and any specified child collections. If no IRequestInfo object is assigned, this property has the Unknown value (?). For more information on using the IRequestInfo interface, see Filtering on a child collection using the RequestInfo class.
Service
IDataAdminService
Read-only
Returns the DataAdminService from which the object was retrieved.