IPartitionCollection methods
- Last Updated: August 23, 2021
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
Inherits methods from IDataAdminCollection
and defines the methods listed in the following table.
| Method syntax | Description |
|---|---|
|
Returns TRUE if there is a partition object in the collection for
the tenant group and an appropriate combination of table, field, and
index, each specified by name in the respective parameters to identify a
single partition, using a blank value as needed.2 |
|
Returns TRUE if there is a partition object in the collection for
the tenant and an appropriate combination of table, field, and index,
each specified by name in the respective parameters to identify a single
partition, using a blank value as needed.2 |
|
Returns TRUE if the partition object referenced by partition is in the collection. |
|
Returns the partition object from the
collection for the tenant group and an appropriate combination of table,
field, and index, each specified by name in the respective parameters,
using a blank value as needed.2 Returns the Unknown value ( |
|
Returns the partition object from the
collection for the tenant and an appropriate combination of table,
field, and index, each specified by name in the respective parameters to
identify a single partition, using a blank value as needed.2 Returns the Unknown value ( |
For more information, see:
1 Reserved for future use. In the current release, set to the empty string ("").
2 For instance, to identify
the partition for a table and a tenant, set pcTenant to the name of the tenant
(such as "EastSports"), then set pcTable to the name of the table (such as "Customer")
and set pcField and pcIndex to the empty string (""); to
identify the partition for a field in the table, set pcField to the name of a field in the
specified table (such as "CustNum") and leave pcIndex set to the empty
string.