E
Eric Caron
Hi all,
I have a property in one of my classes that represents an optional date.
I'm trying to figure out if I can represent Null or Nothing as the value for
a Date data type. Branching in the data access layer to send a Null to the
stored procedure is no problem, but managing a Null date in the business
object is another matter. I'm thinking of using a specific date (like
01-01-0001) to define the date as being empty/Null.
Any thoughts/ideas?
Éric
I have a property in one of my classes that represents an optional date.
I'm trying to figure out if I can represent Null or Nothing as the value for
a Date data type. Branching in the data access layer to send a Null to the
stored procedure is no problem, but managing a Null date in the business
object is another matter. I'm thinking of using a specific date (like
01-01-0001) to define the date as being empty/Null.
Any thoughts/ideas?
Éric