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

Delete( ) method

Deletes a CDC table policy and its field policies. Deleting a CDC table policy deletes all the field policies associated with the table policy from the database. The method requires Name as the input parameter to delete the CDC table policy from the database. If the CDC table policy with the specified policy name does not exist, the method will throw an error.
Return type: LOGICAL
Access: PUBLIC
Applies to: OpenEdge.DataAdmin.DataAdminService class

Syntax

DeleteCDCTablePolicy( INPUT policyName AS CHARACTER )