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;
Null functions as a constant for the SQLString class.
SQLString Class | SQLString Members | System.Data.SQLTypes Namespace