OracleBoolean.IsFalse Property
.NET Framework 1.1
Note: This namespace, class, or member is supported only in version 1.1 of the .NET Framework.
Indicates 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.
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
.NET Framework Security:
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries From Partially Trusted Code
See Also
OracleBoolean Structure | OracleBoolean Members | System.Data.OracleClient Namespace | IsTrue | True | IsNull