|
| Options | Name | Purpose | |
|---|---|---|---|
| LOGICAL Add (IExtent) |
/** Add the extent to the list */
|
||
| OpenEdge.DataAdmin.IExtent Get (integer) |
/** Get the extent with the specified number from the list */
|
||
| INTEGER IndexOf (IExtent) |
/* Returns the index in this list of the specified extent */
|
||
| LOGICAL Remove (IExtent) |
/** Removes the extent from the collection. Returns true if the removal was successful.
Can only be performed if the extent is not saved. */
|
LOGICAL Add (IExtent)
|
||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
OpenEdge.DataAdmin.IExtent Get (integer)
|
||||||||||||||||||
INTEGER IndexOf (IExtent)
|
||||||||||||||||||
LOGICAL Remove (IExtent)
|
||||||||||||||||||