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!

SQLBinary.Null

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

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

Remarks

Null functions as a constant for the SQLBinary class.

See Also

SQLBinary Class | SQLBinary Members | System.Data.SQLTypes Namespace | IsNull