Click or drag to resize

DataManagerImplRollBackToSavePoint Method

Roll back to given save point

Namespace:  Unvired.Kernel.UWP.Database
Assembly:  Unvired.Kernel.UWP (in Unvired.Kernel.UWP.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public void RollBackToSavePoint(
	string savepoint
)

Parameters

savepoint
Type: SystemString
Save point to which to rollback
See Also