I am new to MVC3 C#. I need to have a column in the database called 3DSecureStatus for legacy purposes.
3DSecureStatus
When I call the column this and insert in the applic
This is actually an Entity Framework error rather then an MVC error. It looks like from a bit of googling that underscores as the start of Code First field names are invalid and don't work. If you can, try putting a letter in front of it.