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;
true if Value is True, otherwise false.
If the Value is Null, this property still will be false.
SQLBoolean Structure | SQLBoolean Members | System.Data.SQLTypes Namespace | IsFalse | False | IsNull