Represents a null value that can be assigned to the Value property of an instance of the SQLMoney class.
[Visual Basic] Public Shared ReadOnly Null As SQLMoney [C#] public static readonly SQLMoney Null; [C++] public: static readonly SQLMoney Null; [JScript] public static var Null : SQLMoney;
Null functions as a constant for the SQLMoney class.
SQLMoney Structure | SQLMoney Members | System.Data.SQLTypes Namespace