This topic has not yet been rated - Rate this topic

OracleBinary Properties

The properties of the OracleBinary structure are listed here. For a complete list of OracleBinary structure members, see the OracleBinary Members topic.

Public Properties

public propertyIsNull Gets a value indicating whether the Value property of the OracleBinary structure is null.
public propertyItem Gets the single byte from the Value property located at the position indicated by the integer parameter, index. If index indicates a position beyond the end of the byte array, an exception is raised.

In C#, this property is the indexer for the OracleBinary class.

public propertyLength Gets the length in bytes of the Value property. This property is read-only.
public propertyValue Gets the value of the OracleBinary structure. This property is read-only.

See Also

OracleBinary Structure | System.Data.OracleClient Namespace

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.