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

Create( ) method (Table policies)

Creates and commits CDC table policy records to the database. This method requires ICDCTablePolicySet collection object as the input parameter to create necessary database objects. This method creates multiple policies in a single transaction.
Return type: LOGICAL
Access: PUBLIC
Applies to: OpenEdge.DataAdmin.DataAdminService class

Syntax

CreateCDCTablePolicies( INPUT policySet AS ICDCTablePolicySet )