14.2.2.1 OracleBoolean(bool)

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

Declaration

// C#
public OracleBoolean(bool value) ;

Parameters