OpenEdge.DataAdmin.IFieldSet
- Last Updated: January 15, 2026
- 1 minute read
- OpenEdge
- Documentation
|
Method Summary
| 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 */
|
Method Detail
LOGICAL CanFind (character)
|
||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
LOGICAL Contains (IField)
|
||||||||||||||||
OpenEdge.DataAdmin.IField Find (character)
|
||||||||||||||||