IDomainSet methods
- Last Updated: January 17, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
IDomainSet methods
Inherits methods from IDataAdminCollection and
defines the methods listed in the following table.
| Method syntax | Description |
|---|---|
|
Adds the domain object referenced by domain to
the set and returns TRUE if successful. |
|
Returns TRUE if there is a domain
object in the set that has its Name property set
to name. |
|
Returns TRUE if the domain
object referenced by domain is in the set. |
|
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. |
|
Removes the domain object referenced by domain from
the set and returns TRUE if successful. |
See also: