Update( ) method (Table policy)
- Last Updated: January 17, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
Updates a CDC table policy and its field policies. This method requires
ICdcTablePolicy object as input parameter. Each Get(
) method returns a single object instance and passes it to the
corresponding Update( ) method to commit to the database after
editing in ABL code.
Before calling this method, retrieve the policy using GetCDCTablePolicy(
) method with policy name as the input parameter and update the policy
information with required changes.
Return type: LOGICAL
Access: PUBLIC
Applies to: OpenEdge.DataAdmin.DataAdminService class
Syntax
|