dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleLob Class / Erase Method / Erase() Method

In This Topic
Erase() Method
In This Topic
Erases all data from the OracleLob.
Syntax
'Declaration
 
Public Overloads Function Erase() As Long
 

Return Value

The number of bytes erased.
Remarks
The OracleLob length remains the same for a OracleDbType.Blob data type, and the erased data is replaced by 0x00. OracleDbType.Clob and OracleDbType.NClob data types are replaced by spaces.
See Also