2
I have a table that has the field DataRegistro
of the kind Datetime
.
I am using Entityframework to generate the database (I am not using code first) add the property Computed for the column to be filled automatically, but I keep getting message and error when trying to insert a new object.
I would like to solve directly by EF without having to add scripts/Trigger in the bank to fix the problem.