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

Gets whether the current Value is False.

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

Property Value

true if Value is False, otherwise false.

Remarks

If the Value is Null, this property still will be false.

See Also

SQLBoolean Structure | SQLBoolean Members | System.Data.SQLTypes Namespace | IsTrue | True | IsNull