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

In This Topic
Length Property (OracleString)
In This Topic
Gets the length of the string that is stored in the specified OracleString structure.
Syntax
'Declaration
 
Public ReadOnly Property Length As Integer
 

Property Value

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