Share via


AifSqlCdcEnabledTables::exist Method

Determines whether a particular table has been configured for SQL Change Data Capture (CDC).

Syntax

client server public static boolean exist(TableName tableName)

Run On

Called

Parameters

Return Value

Type: boolean
true if the table is configured; otherwise, false.

Remarks

This method only checks whether a table is configured for SQL CDC. It does not validate that SQL CDC has been enabled. The correct mechanism to check configuration for a given table is to use the AifSqlCdcChangeTracking class.

See Also

Reference

AifSqlCdcEnabledTables Table