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.