M
Mike Bridge
According to MSDN, the SqlDecimal.Null is applicable to the SqlMoney
class:
"Represents a null value that can be assigned to the Value property of
an instance of the SqlMoney class."
Why wouldn't you use the SqlMoney.Null value for SqlMoney? I realize
that I can use System.DBNull instead, but this seems like a bug to me.
I'm getting and setting these values through reflection---and I'm just
wondering why SqlDecimal seems to be a special case that I have to
test for.
-Mike
class:
"Represents a null value that can be assigned to the Value property of
an instance of the SqlMoney class."
Why wouldn't you use the SqlMoney.Null value for SqlMoney? I realize
that I can use System.DBNull instead, but this seems like a bug to me.
I'm getting and setting these values through reflection---and I'm just
wondering why SqlDecimal seems to be a special case that I have to
test for.
-Mike