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

ITenantGroupSet methods

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