OracleBinary Properties
.NET Framework 1.1
The properties of the OracleBinary structure are listed here. For a complete list of OracleBinary structure members, see the OracleBinary Members topic.
Public Properties
IsNull | Gets a value indicating whether the Value property of the OracleBinary structure is null. |
Item | 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. |
Length | Gets the length in bytes of the Value property. This property is read-only. |
Value | Gets the value of the OracleBinary structure. This property is read-only. |
