Using EF 4.1 how could I add a default value to the underlying table? In this particular case how could I set a datetime column to the equivalent of getdate every time I in
You could (and perhaps should) do it in the table itself using a trigger or a default value.