14.2.4.9 Or
This method returns the result of bitwise OR operation of two OracleBoolean instances.
Declaration
// C# public static OracleBoolean Or(OracleBoolean value1, OracleBoolean value2);
Parameters
-
value1An
OracleBooleaninstance -
value2An
OracleBooleaninstance
Return Value
An OracleBoolean that contains the value of the result of bitwise OR operation of two OracleBoolean instances.
Remarks
If either of the specified OracleBoolean instances is null, an OracleBoolean with a null value will be returned.