ITenantSet methods
- Last Updated: January 17, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
ITenantSet methods
Inherits methods from IDataAdminCollection and
defines the methods listed in the following table.
| Method syntax | Description |
|---|---|
|
Adds the tenant object referenced by tenant to
the set and returns TRUE if successful. |
|
Returns TRUE if there is a tenant
object in the set that has its Id property set
to tenantId. |
|
Returns TRUE if there is a tenant
object in the set that has its Name property set
to tenantName. |
|
Returns TRUE if there is a tenant
object in the set that has its ExternalId property set
to extId. |
|
Returns TRUE if the tenant
object referenced by tenant is in the set. |
|
Returns the tenant object from the set that has its
Id property set to tenantId. Returns the Unknown
value (?) if the object is not found. |
|
Returns the tenant object from the set that has its
Name property set to tenantName. Returns the
Unknown value (?) if the object is not found. |
|
Returns the tenant object from the set that has its
ExternalId property set to extId. Returns the
Unknown value (?) if the object is not found. |
|
Removes the tenant object referenced by tenant from
the set and returns TRUE if successful. |
See also: