I am using a mobile service of azure.
Example:
I have the ToDoItem class that consists of 4 fields
Id, Text, Complete, State.
In the database in the cloud is only: Id, Text, Complete but the field State does not and at the time of trying to insert a data in the cloud one throws me the error 400: because the column Status is not in the scheme of the table My question is:
How can I ignore the State field when inserting a record?