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
How does dependency injection work c#?
What is static void main in c#?
Can a sealed class be used as a base class?
what is main function of alternate teamplate of datalist?
What is the purpose of a console table?
What do you mean by the delegate in c#?
What is a cs file?
How can you read 3rd line from a text file?
What is dapper in c#?
What is a int in c#?
What does string intern do?
what is the difference between convert.tostring() and tostring() functions ?
What is the meaning of 0 in c#?
What is generic delegate in c#?
What is an event in c#?