OracleBoolean::False Operator (OracleBoolean)
.NET Framework (current version)
Used to test the Value of the OracleBoolean to determine whether it is false.
Assembly: System.Data.OracleClient (in System.Data.OracleClient.dll)
Parameters
- x
-
Type:
System.Data.OracleClient::OracleBoolean
The OracleBoolean structure to be tested.
Return Value
Type: System::Booleantrue if the supplied parameter OracleBoolean is false; otherwise false.
.NET Framework
Available since 1.1
Available since 1.1
Show: