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!

SQLString.Null

Represents a null value that can be assigned to the Value property of an instance of the SQLString class.

[Visual Basic]
Public Shared ReadOnly Null As SQLString
[C#]
public static readonly SQLString Null;
[C++]
public: static readonly SQLString* Null;
[JScript]
public static var Null : SQLString;

Remarks

Null functions as a constant for the SQLString class.

See Also

SQLString Class | SQLString Members | System.Data.SQLTypes Namespace