OracleBoolean Explicit Conversion (OracleNumber to OracleBoolean)
.NET Framework (current version)
Converts the OracleNumber parameter to an OracleBoolean structure.
Assembly: System.Data.OracleClient (in System.Data.OracleClient.dll)
Parameters
- x
-
Type:
System.Data.OracleClient::OracleNumber
An OracleNumber to be converted to an OracleBoolean structure.
Return Value
Type: System.Data.OracleClient::OracleBooleanA new OracleBoolean structure whose value equals the Value property of the OracleNumber parameter.
If the value of the OracleNumber is 0, the value of OracleBoolean is false; otherwise, the value of the OracleBoolean is true.
.NET Framework
Available since 1.1
Available since 1.1
Show: