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