I am attempting to change primary keys on a table.
Originally it was a auto-generated int which has been deleted from the
table. The entity was deleted from the LLBLGen entiies, and the resulting
project files and re-added and code regenerated.
It recognizes that the old field is no longer there, but will not recognize the new
composite key, it only takes the first field, an int, but does not recognize the
second field, a smallint.
SQL Server does show the proper primary key as being a composite but
LLBLGen will not.
Am I doing something wrong here ?