dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleBinary Structure / Length Property

In This Topic
Length Property (OracleBinary)
In This Topic
Gets the length of the binary data.
Syntax
'Declaration
 
Public ReadOnly Property Length As Integer
 

Property Value

The length of the binary data.
Remarks
Check the IsNull property before reading the Length property to avoid raising an exception.
See Also