it returns change tracking fields plus all target table fields
Note
it adds primary keys with 'PRIMARYKEY_' prefix so if target table has 'KeyID' as primary key the result will include 'PRIMARYKEY_KeyID' as a field. ct.[${primaryKeyName}] as PRIMARYKEY_${primaryKeyName}
Description
it returns change tracking fields plus all target table fields
Note
it adds primary keys with 'PRIMARYKEY_' prefix so if target table has 'KeyID' as primary key the result will include 'PRIMARYKEY_KeyID' as a field.
ct.[${primaryKeyName}] as PRIMARYKEY_${primaryKeyName}