OracleLob.EndBatch Method

Definition

Allows server-side triggers to resume firing after performing multiple write operations.

public:
 void EndBatch();
public void EndBatch ();
member this.EndBatch : unit -> unit
Public Sub EndBatch ()

Exceptions

The connection is closed.

The object was closed or disposed.

An Oracle error has occurred.

Remarks

Call the BeginBatch method before you begin performing write operations on the OracleLob.

Applies to