IPartitionPolicyDetailSet methods
- Last Updated: January 17, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
Inherits methods from IDataAdminCollection and
defines the methods listed in the following table.
| Method syntax | Description |
|---|---|
|
Returns TRUE if the collection
contains a partition policy detail with the specified name. |
|
Returns TRUE if the collection
contains a partition policy detail with the specified name. |
|
Returns the partition policy detail object from the set that has its
policy detail policy detail name property set to
name. Returns the Unknown value (?) if the
object is not found. |
|
Returns the partition policy object from the set that has its
integer key property set to partition-id.
Returns the Unknown value (?) if the object is not found. |
|
Returns the character partition policy detail by value. The collection defaults to be sorted by the name key. |
|
Returns the single field partition policy detail that corresponds to
the value, and of the same data type. (* = all data types) This allows the user to find the policy detail that is used to store data for a specific value when the policy is defined as a range. |
|
Returns the character values of a multi-field partition policy detail
that corresponds to the passed values. Returns the Unknown value
( |
See also: