Skip to content

Can I check if a transaction is currently started? #4485

Answered by igor-tkachev
timbze asked this question in Q&A
Discussion options

You must be logged in to vote

Sure.

if (dataConnection.Transaction == null)
    dataConnection.Close();

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@timbze
Comment options

Answer selected by timbze
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants