Click or drag to resize

SessionBaseCommit Method

Transaction control, commit the current transaction

Namespace:  VelocityDb.Session
Assembly:  VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax
public void Commit(
	bool doRecoveryCheck = true,
	bool isRestore = false
)

Parameters

doRecoveryCheck (Optional)
Type: SystemBoolean
Only case for not doing it is when committing a RestoreFrom(String, String, UInt32, DateTime)
isRestore (Optional)
Type: SystemBoolean
Inform session that this is part of a restore
See Also