How To Maintain Transaction In C#?
Answer Posted / mohit jethva
You need to create object of connection and then create
object of command and then assign a conn.begintransation to
a command object then tran.commit or tran.rollback this way
you can maintain transaction in c#
| Is This Answer Correct ? | 8 Yes | 1 No |
Post New Answer View All Answers
What does args mean in c#?
Can private virtual methods be overridden in c#.net?
Why is c# better than java?
What is meant by clr?
Define delegate?
Is c# an open source language?
Why do we need delegates in c#?
What is virtual in c#?
What is orm in c#?
What is the difference between constant and readonly in c#?
What do u meant by "SBI" of an object?
What is difference between ienumerable and ienumerator in c#?
Could you explain the difference between func vs action vs predicate?
Which compiler switch creates an xml file from xml comments in the files in an assembly?
What is the best dependency injection c#?