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!

SQLBoolean.False

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

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

Remarks

The False field is a constant for the SQLBoolean class.

See Also

SQLBoolean Structure | SQLBoolean Members | System.Data.SQLTypes Namespace | True | IsFalse | IsTrue | Null