I'm trying to use transaction LINQ, but I cant' find the TransactionScope Class
.
Help please. Thanks...
The System. Transactions namespace provides a transaction framework that is fully integrated with ADO.NET and SQL Server common language runtime (CLR) integration. The System. Transactions. TransactionScope class makes a code block transactional by implicitly enlisting connections in a distributed transaction.
TransactionScope is a class of System Namespace. It can also be termed as Transactions Namespace. The TransactionScope class supports transactions from code blocks and that is why it plays a key role in the . NET development framework. This class usually manages local as well as distributed transactions from our code.
usually System.Transactions
is not part of your references, try to add it in your references by:
System.Transactions
in the .NET
references.You should find the System.Transactions
in your references.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With