{strip}
{if count($primaryKey) > 0}
{foreach name=construct key=seqID item=field from=$primaryKey}
$in{$textUtil->CamelText($field->getColumnName())}
{if $setNull == true} = null{/if}
{if !$smarty.foreach.construct.last}, {/if}
{/foreach}
{/if}
{/strip}