SQLiteConnectionRollbackTo Method |
Namespace:
Unvired.Kernel.SQLite
Assembly:
Unvired.Kernel.UWP (in Unvired.Kernel.UWP.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic void RollbackTo(
string savepoint
)
Public Sub RollbackTo (
savepoint As String
)
public:
void RollbackTo(
String^ savepoint
)
member RollbackTo :
savepoint : string -> unit
Parameters
- savepoint
- Type: SystemString
The name of the savepoint to roll back to, as returned by SaveTransactionPoint. If savepoint is null or empty, this method is equivalent to a call to Rollback
See Also