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

IDomainSet methods

Inherits methods from IDataAdminCollection and defines the methods listed in the following table.
Table 125. Multi-tenant Maintenance IDomainSet interface methods
Method syntax
Description
LOGICAL Add ( domain as IDomain )
Adds the domain object referenced by domain to the set and returns TRUE if successful.
LOGICAL CanFind ( name as CHARACTER )
Returns TRUE if there is a domain object in the set that has its Name property set to name.
LOGICAL Contains ( domain as IDomain )
Returns TRUE if the domain object referenced by domain is in the set.
IDomain Find ( name as CHARACTER )
Returns the domain object from the set that has its Name property set to name. Returns the Unknown value (?) if the object is not found.
LOGICAL Remove ( domain as IDomain )
Removes the domain object referenced by domain from the set and returns TRUE if successful.
See also:
*IDataAdminCollectioninterface
*IDomain interface