DeallocateUtility class
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
DeallocateUtility class
The DeallocateUtility class allows you
to deallocate entity partitions. This is a wrapper around the PROUTIL command.
It is implemented as a utility because it is likely to be commonly
used when working with multi-tenant databases.
The class supports two constructors, which allows you to deallocate a table for a tenant and a tenant group, respectively:
Syntax
|
The following code shows how to deallocate a table for a tenant:
|
The following code shows how to deallocate a tenant group:
|