NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

SQLMoney.MinValue

Represents the minimum value that can be assigned to Value property of an instance of the SQLMoney class.

[Visual Basic]
Public Shared ReadOnly MinValue As SQLMoney
[C#]
public static readonly SQLMoney MinValue;
[C++]
public: static readonly SQLMoney MinValue;
[JScript]
public static var MinValue : SQLMoney;

Remarks

MinValue functions as a constant for the SQLMoney class.

See Also

SQLMoney Structure | SQLMoney Members | System.Data.SQLTypes Namespace