Is there a way to set a datetime to null. The db value is null, then if it is set I'm having a problem trying to reset it back to null.
Typically you can intercept this in the sproc and make sure 1/1/0001 doesn't get set in the db, but how can I do this with LLBGen entities?
Thanks,
Jay