14.2.2.2 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
-
valueThe provided
Int32value.