Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

OracleLob::EndBatch Method ()

 

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

Namespace:   System.Data.OracleClient
Assembly:  System.Data.OracleClient (in System.Data.OracleClient.dll)

public:
void EndBatch()

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
Return to top
Show:
© 2017 Microsoft