OracleBoolean(int)
This constructor creates a new instance of the OracleBoolean
structure and sets its value to the supplied Int32
value.
Declaration
// C#
public OracleBoolean(int value)
Parameters
-
value
The provided
Int32
value.