OpenEdge.DataAdmin.IDatabaseOptionSet
- Last Updated: January 15, 2026
- 2 minute read
- OpenEdge
- Documentation
|
Method Summary
| Options | Name | Purpose | |
|---|---|---|---|
| LOGICAL Add (IDatabaseOption) |
/* Add a dboption to the collection
@param IDatabaseOption The dboption to add
@return logical TRUE if the option was added to the set */
|
||
| LOGICAL CanFind (character) |
/* Return true if a dboption with the specified code is in the collection
@param character The code of the DBoption
@return logical TRUE if a role with the given name exists in the collection */
|
||
| LOGICAL Contains (IDatabaseOption) |
/* Return true if the DbOption is in the collection
@param IDatabaseOption The DBOtion
@return logical TRUE if a role with the given name exists in the collection */
|
||
| OpenEdge.DataAdmin.IDatabaseOption Find (character) |
/** Return the Role with the specified Name from the collection.
Returns unknown if not found. */
|
||
| LOGICAL Remove (IDatabaseOption) |
/* Remove a role from the collection
@param IDatabaseOption The option to remove
@return logical TRUE if the option was removed from the set */
|
Method Detail
LOGICAL Add (IDatabaseOption)
|
||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
LOGICAL CanFind (character)
|
||||||||||||||||||
LOGICAL Contains (IDatabaseOption)
|
||||||||||||||||||
OpenEdge.DataAdmin.IDatabaseOption Find (character)
|
||||||||||||||||||
LOGICAL Remove (IDatabaseOption)
|
||||||||||||||||||