14.2.2 OracleBoolean Constructors

The OracleBoolean constructors instantiates a new instance of the OracleBoolean structure.

Overload List:

  • OracleBoolean(bool)

    This constructor creates a new instance of the OracleBoolean structure and sets its value to the supplied Boolean value.

  • OracleBoolean(int)

    This constructor creates a new instance of the OracleBoolean structure and sets its value to the supplied Int32 value.