Page 1 of 1

How to set null for DateTime field using dotconnect for orac

Posted: Mon 12 Apr 2010 21:24
by smuddasu
Hi,
I have an entity that has DateTime field. I would like to set value to DBNull for that field. How can i do that with dotconnect for oracle.

Posted: Tue 13 Apr 2010 01:52
by Alladin
Make field nullable (DataTime?) and it'll be possible to assign null

Posted: Wed 14 Apr 2010 15:00
by AndreyR
Hello, smuddasu. Was the Alladin's suggestion helpful?
If no, could you please provide us some details about the scenario you are trying to implement?