How to set null for DateTime field using dotconnect for orac

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Oracle
Post Reply
smuddasu
Posts: 9
Joined: Wed 16 Sep 2009 19:53

How to set null for DateTime field using dotconnect for orac

Post by smuddasu » Mon 12 Apr 2010 21:24

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.

Alladin
Posts: 149
Joined: Mon 27 Nov 2006 16:18
Contact:

Post by Alladin » Tue 13 Apr 2010 01:52

Make field nullable (DataTime?) and it'll be possible to assign null

AndreyR
Devart Team
Posts: 2919
Joined: Mon 07 Jul 2008 13:16

Post by AndreyR » Wed 14 Apr 2010 15:00

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?

Post Reply