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

Gets or sets the SQLBoolean to be true or false.

[Visual Basic]
Public ReadOnly Property Value As Boolean
[C#]
public bool Value {get;}
[C++]
public: __property bool get_Value();
[JScript]
public function get Value() : Boolean;

Property Value

true if SQLBoolean is True, otherwise false.

Exceptions

Exception Type Condition
SQLNullValueException The property is set to null.

See Also

SQLBoolean Structure | SQLBoolean Members | System.Data.SQLTypes Namespace | False | IsTrue | IsFalse | IsNull