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

GetFilter( ) method (Table policies)

Retrieves CDC policies based on the filters applied. These filters can be Name, State, Instance, Level, or TableName. Consider the following example to use filters:
GetCdcTablePolicies("TableName=~"Customer~" and Instance=~"0~"")
Return type: ICdcTablePolicySet
Access: PUBLIC
Applies to: OpenEdge.DataAdmin.DataAdminService class

Syntax

GetCdcTablePolicies( INPUT filter AS CHARACTER)