dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleLoaderRowsCopiedEventArgs Class / Abort Property

In This Topic
Abort Property
In This Topic
Specifies whether to abort the data loading operation.
Syntax
'Declaration
 
Public Property Abort As Boolean
 

Property Value

true if the data loading operation should be aborted; otherwise, false.
Remarks
Set Abort to true in the RowsCopied event handler in order to abort data loading operation. In this case OracleLoader frees all resources correctly and generates System.OperationCanceledException, which you can catch and process in your code.
See Also