I am trying to use data binding with WPF and Entity Framework.
After adding the data source to my project, I saved my project to check if everything is okay before what I did.
but I have 11 warning / informational messages with the message:
No primary key specified in table / view "MyDataBase.TableName". The key was inferred, and the definition was created as a table / read-only view.
I have 14 tables in which 4 tables have their primary keys and other tables relate to each other using foreign keys
What is the problem? Request for help
source share