Ninja Database Pro
RollbackBulkOperation Method



KellermanSoftware.NinjaDatabasePro Namespace > NinjaDbPro Class : RollbackBulkOperation Method
Undo a bulk operation in progress.
Syntax
Public Sub RollbackBulkOperation() 
Dim instance As NinjaDbPro
 
instance.RollbackBulkOperation()
public void RollbackBulkOperation()
public:
void RollbackBulkOperation(); 
Remarks
Bulk operations are used for inserting or updating thousands of records in a transaction. The difference between the similar BeginTransaction and CommitTransaction is that unused space is not recovered. Call RecalculateUnusedSpace() after a series of bulk operations to mark unused space.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

NinjaDbPro Class
NinjaDbPro Members