Hi, I am new to Entity Framework, i tried to create code first models from existing database following a tutorial on MSDN:
https://msdn.microsoft.com/en-us/library/jj200620.aspx
I had 25 tables in my database but the models created were counted to be 17. I tried repeating the procedure but it didn't help. Can somebody tell me what is the problem?
https://msdn.microsoft.com/en-us/library/jj200620.aspx
I had 25 tables in my database but the models created were counted to be 17. I tried repeating the procedure but it didn't help. Can somebody tell me what is the problem?