I have a column like this in 1 of my database tables...DateCreated, datetime, default(GetDate()), not null
...I am trying to use the Entity Framework to do an insert on this table like this...... PlaygroundEntities context = new PlaygroundEntities(...