|
Options | Name | Purpose | |
---|---|---|---|
LOGICAL Add (IDomain) |
/** Add the domain to the collection */
|
||
LOGICAL CanFind (character) |
/** Return true if a Domain with the specified Name is in the collection */
|
||
LOGICAL Contains (IDomain) |
/** Return true if the Domain is in the collection */
|
||
OpenEdge.DataAdmin.IDomain Find (character) |
/** Return the Domain with the specified Name from the collection.
Returns unknown if not found. */
|
||
LOGICAL Remove (IDomain) |
/** Remove the domain from the collection */
|
LOGICAL Add (IDomain)
|
||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
LOGICAL CanFind (character)
|
||||||||||||||||||
LOGICAL Contains (IDomain)
|
||||||||||||||||||
OpenEdge.DataAdmin.IDomain Find (character)
|
||||||||||||||||||
LOGICAL Remove (IDomain)
|