IDataAdminElement properties
- Last Updated: January 17, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
IDataAdminElement properties
Defines the properties listed in the following table.
| 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
|
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. |