I retrieve a null value from a nullable sql datacolumn but when I pull it into a property it automatically gets the current datetime.
How will I go about making sure that this value returns a null and not the currentdatetime .
How will I go about making sure that this value returns a null and not the currentdatetime .
Comment