QUERY-CLOSE( ) method
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
Closes a query object.
Return type: LOGICAL
Applies to: Query object handle
Syntax
|
Notes
- A
QUERY-CLOSEdoes not invalidate a previousQUERY-PREPARE. - The
QUERY-CLOSE()method cannot be used together with other assignments in a singleASSIGNstatement.