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

IDataAdminCollection properties

Defines the properties listed in the following table.
Table 123. Multi-tenant Maintenance IDataAdminCollection interface properties
Property name
Data type
Access
Description
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 IDataAdminCollection instance.
HasChanges
LOGICAL
Read-only
Returns TRUE if one or more attached entity objects have changed since they were attached.
Service
IDataAdminService
Read-only
Returns the service from which the object was retrieved.
SourceId
CHARACTER
Read-only
Returns the source for the instance. Returns the same as ContextId if this collection is for the entire context.A blank value means the object has no source (yet).