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

Gets whether the current Value is True.

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

Property Value

true if Value is True, otherwise false.

Remarks

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

See Also

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