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.Null

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;

Remarks

Null functions as a constant for the SQLMoney class.

See Also

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