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