OracleBoolean Constructor (Int32)
.NET Framework (current version)
Initializes a new instance of the OracleBoolean structure using the specified integer.
Assembly: System.Data.OracleClient (in System.Data.OracleClient.dll)
Parameters
- value
-
Type:
System::Int32
The integer to be used as the initial value of the OracleBoolean structure.
If value is 0, the OracleBoolean is false; otherwise it is true.
.NET Framework
Available since 1.1
Available since 1.1
Show: