OracleLob::EndBatch Method ()
.NET Framework (current version)
Allows server-side triggers to resume firing after performing multiple write operations.
Assembly: System.Data.OracleClient (in System.Data.OracleClient.dll)
| Exception | Condition |
|---|---|
| InvalidOperationException | The connection is closed. |
| ObjectDisposedException | The object was closed or disposed. |
| OracleException | An Oracle error has occurred. |
Call the BeginBatch method before you begin performing write operations on the OracleLob.
.NET Framework
Available since 1.1
Available since 1.1
Show: