R
Rene
I have my object model thing going with some classes that contain properties
that are saved into a database. Some of these properties are *numeric*
properties that can be left Null in the database table.
My problem is that there does not seem to be a way to assign a Null value to
your typical numeric value type variable.
Other than using the sql variables types (which cant' be serialized), can
anyone share some practical solutions on how to go around this limitation?
In other words, how do you guys deal with numeric properties that can be
Null.
Thank you.
that are saved into a database. Some of these properties are *numeric*
properties that can be left Null in the database table.
My problem is that there does not seem to be a way to assign a Null value to
your typical numeric value type variable.
Other than using the sql variables types (which cant' be serialized), can
anyone share some practical solutions on how to go around this limitation?
In other words, how do you guys deal with numeric properties that can be
Null.
Thank you.