14.1.4 OracleBinary Static Methods

The OracleBinary static methods are listed in Table 14-9.

Table 14-9 OracleBinary Static Methods

Methods Description

Concat

Returns the concatenation of two OracleBinary structures

Equals

Determines if two OracleBinary values are equal (Overloaded)

GetXsdType

Returns the XML Schema definition language (XSD) of the specified XmlSchemaSet

GreaterThan

Determines if the first of two OracleBinary values is greater than the second

GreaterThanOrEqual

Determines if the first of two OracleBinary values is greater than or equal to the second

LessThan

Determines if the first of two OracleBinary values is less than the second

LessThanOrEqual

Determines if the first of two OracleBinary values is less than or equal to the second

NotEquals

Determines if two OracleBinary values are not equal