Edit

Share via


OracleBoolean Constructors

Definition

Initializes a new instance of the OracleBoolean structure.

Overloads

OracleBoolean(Boolean)

Initializes a new instance of the OracleBoolean structure using the specified Boolean.

OracleBoolean(Int32)

Initializes a new instance of the OracleBoolean structure using the specified integer.

OracleBoolean(Boolean)

Initializes a new instance of the OracleBoolean structure using the specified Boolean.

public OracleBoolean(bool value);

Parameters

value
Boolean

The Boolean to be used as the initial value of the OracleBoolean structure.

Applies to

.NET Framework 4.8.1 and other versions
Product Versions
.NET Framework 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

OracleBoolean(Int32)

Initializes a new instance of the OracleBoolean structure using the specified integer.

public OracleBoolean(int value);

Parameters

value
Int32

The integer to be used as the initial value of the OracleBoolean structure.

Remarks

If value is 0, the OracleBoolean is false; otherwise it is true.

Applies to

.NET Framework 4.8.1 and other versions
Product Versions
.NET Framework 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1