See Also

OracleBinary Structure  | Devart.Data.Oracle Namespace

See AlsoDevart.Data.OracleSend comments on this topic.

OracleBinary Structure Members

Devart.Data.Oracle Namespace : OracleBinary Structure

OracleBinary overview

Public Constructors

Public Constructor OracleBinary ConstructorInitializes a new instance of the OracleBinary structure, setting the Value property to the provided array of bytes.

Public Fields

Public Fieldstatic (Shared in Visual Basic) NullRepresents a null value that can be assigned to the Value property of an OracleBinary structure.

Public Properties

Public Property IsNullGets a value indicating whether the Value property of the OracleBinary is Null.
Public Property ItemGets the single byte in an OracleBinary at the specified index.
Public Property LengthGets the length of the binary data.
Public Property ValueGets the value of the OracleBinary structure.

Public Methods

Public Method CompareToCompares the current OracleBinary object to the specified object and returns an integer that represents their relative values.
Public Methodstatic (Shared in Visual Basic) ConcatConcatenates two OracleBinary structures.
Public Method EqualsOverloaded. Overridden. Compares two OracleBinary structures to determine if they are equal.
Public Method GetHashCodeOverridden. Returns a hash code for the OracleBinary structure.
Public Methodstatic (Shared in Visual Basic) GreaterThanDetermines whether the first of two OracleBinary values is greater than the second.
Public Methodstatic (Shared in Visual Basic) GreaterThanOrEqualDetermines whether the first of two OracleBinary values is greater than or equal to the second.
Public Methodstatic (Shared in Visual Basic) LessThanDetermines whether the first of two OracleBinary values is less than the second.
Public Methodstatic (Shared in Visual Basic) LessThanOrEqualDetermines whether the first of two OracleBinary values is less than or equal to the second.
Public Methodstatic (Shared in Visual Basic) NotEqualsDetermines whether two OracleBinary values are not equal.
Public Methodstatic (Shared in Visual Basic) ParseConverts the specified String to its OracleBinary equivalent.
Public Method ToStringOverridden. Converts the specified OracleBinary structure to a String.
Public Methodstatic (Shared in Visual Basic) TryParse 

Operators

Public Operator AdditionConcatenates two OracleBinary values.
Public Operator EqualityCompares two OracleBinary structures to determine if they are equal.
Public Operator Explicit Type Conversion 
Public Operator Greater ThanCompares two OracleBinary structures to determine if the first is greater than the second.
Public Operator Greater Than or EqualCompares two OracleBinary structures to determine if the first is greater than or equal to the second.
Public Operator Implicit Type ConversionConverts a byte array to an OracleBinary structure.
Public Operator InequalityCompares two OracleBinary structures to determine if they are not equal.
Public Operator Less ThanCompares two OracleBinary structures to determine if the first is less than the second.
Public Operator Less Than or EqualCompares two OracleBinary structures to determine if the first is less than or equal to the second.

See Also

OracleBinary Structure  | Devart.Data.Oracle Namespace

 

 


© 2002 - 2013 Devart. All Rights Reserved.