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

New( ) method (Table policies)

Factory method to create a collection object for CDC table policies. This method has no parameters and returns a new empty collection object. Add ICdcTablePolicy instances that are returned from the entity factory methods to the collection object and pass it to the corresponding Create( ) method for the collection to commit all the entities to the database in a single transaction.
Return type: ICDCTablePolicySet
Access: PUBLIC
Applies to: OpenEdge.DataAdmin.DataAdminService class

Syntax

NewCDCTablePolicies( )