|
Options | Name | Purpose | |
---|---|---|---|
LOGICAL CanFind (character) |
/** Return true if a Field with the specified Name is in the collection
* @param fieldName character */
|
||
LOGICAL Contains (IField) |
/** Return true if the IField is in the collection
* @param fieldReference IField */
|
||
OpenEdge.DataAdmin.IField Find (character) |
/** Return a Field with the specified Name from the collection.
* Returns unknown if not found.
* @param fieldName character */
|
LOGICAL CanFind (character)
|
||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
LOGICAL Contains (IField)
|
||||||||||||||||
OpenEdge.DataAdmin.IField Find (character)
|