Erase(Int64,Int64) Method
Erases the specified amount of data from the
OracleLob.
'Declaration
Public Overloads Function Erase( _
ByVal As Long, _
ByVal As Long _
) As Long
Parameters
- offset
- The offset from which to erase.
- amount
- The quantity of data, in bytes, to erase.
Return Value
The number of bytes erased.