MSSQLCommitMode

Description

MSSQL commit mode.

namespace MSSQLCommitMode
{
	enum Type
	{
		AutoCommit,
		ManualCommit
	};
}