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)