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::IsBatched Property

 

Gets a value indicating whether an application called the BeginBatch method.

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

public:
property bool IsBatched {
	bool get();
}

Property Value

Type: System::Boolean

true if application called the BeginBatch method, otherwise false.

Exception Condition
OracleException

An Oracle error has occurred.

When using an Oracle 8.0.5 server, an Oracle "ORA-00600: internal error code" exception is thrown.

.NET Framework
Available since 1.1
Return to top
Show:
© 2017 Microsoft