RetailConnReplicationUtilities::hasParitionColumn Method [AX 2012]

Check if the table has partition key field

client server public static boolean hasParitionColumn(TableName _tableName)

Run On

Called

Parameters

_tableName
Type: TableName Extended Data Type
Name of the table

Return Value

Type: boolean
true if this table contains partition key field, otherwise false
Show: