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

New( ) method (Table policy)

Factory method to create a CDC table policy. Calling this method returns a new object for ICDCTablePolicy instance with Name as the customary parameter. The Name property of the ICDCTablePolicy object is assigned to the _policy-name field in the database and requires Name as the input parameter.
The returned ICDCTablePolicy object can be modified before creating the table policy in the database using the DataAdminService.
Return type: ICDCTablePolicy
Access: PUBLIC
Applies to: OpenEdge.DataAdmin.DataAdminService class

Syntax

NewCDCTablePolicy( INPUT policyName AS CHARACTER )