OracleLob.Erase Method
.NET Framework 1.1
Note: This namespace, class, or member is supported only in version 1.1 of the .NET Framework.
Erases data from this OracleLob.
Overload List
Erases all data from this OracleLob.
[Visual Basic] Overloads Public Function Erase() As Long
[C#] public long Erase();
[C++] public: __int64 Erase();
[JScript] public function Erase() : long;
Erases the specified amount of data from this OracleLob.
[Visual Basic] Overloads Public Function Erase(Long, Long) As Long
[C#] public long Erase(long, long);
[C++] public: __int64 Erase(__int64, __int64);
[JScript] public function Erase(long, long) : long;
See Also
OracleLob Class | OracleLob Members | System.Data.OracleClient Namespace