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

Erase() Method
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.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also