|
|
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 */
|