Try OpenEdge Now
skip to main content
Programming Interfaces
Change Data Capture ABL references : API entities and entity service methods : Update( ) method (Table policies)
 

Update( ) method (Table policies)

Updates a CDC table policy collection and its field policies. This method requires ICdcTablePolicySet collection object as the input parameter to update a set of CDC Table policies. This method updates the policies in a single transaction.
Before calling this method, retrieve the policies using GetCdcTablePolicies( ) method and update the information of policies with required changes.
Return type: LOGICAL
Access: PUBLIC
Applies to: OpenEdge.DataAdmin.DataAdminService class

Syntax

UpdateCDCTablePolicies( INPUT policySet AS ICDCTablePolicySet )