I have a database at work that has tables without primary keys (Sql Server). It uses a different schema. It has a unique (sometimes compound) key for each table. I cannot modify database in any way. It is a vendor's database.
Is it ok to trick EF into thinking the unique key is the primary key? Will there be any issues with inserting or updating records?
Thanks,
Rick