REI Systems Interview Question

What is differene between TransactioScope.Requires and RequiresNew

Interview Answer

Anonymous

Mar 1, 2010

TransactionScope.Require – (Default) it will participate with callers’ transaction TransactionScooe.RequireNew – It will not participate with callers’ transaction. For ex. This setting will be used while logging to database