Hi the example you sent me does not emulate my problem:
PLEASE LOOK AT MY PREVIOUS POST: I am using Asp.net MVC 5 application in VS2017
I am using
MySq.
Data .Data.Entity and .Web version 6.9.9 (cannot use latest version does not work)
I am using
Ado.Net Entity Data module to create classes from a MySql database that I have.
I am using
Entity Framework 6.2.0 (latest)In the grid when I try and Update or Add new record, the data that is returned to controller has nulls (json issue I think)
This problem is driving me nuts (I have a large number of tables in MySql that I need tio use in Entity Framework)
Please do not supply example with MSSQL I am using MySQL which does not work
You need to create a MsQl database and import into application using from database to code first.
I can get a MSSQL Database to work but not a MSQL database using entity framework
Regards
Edmund Herbert