question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

what about Transactions?

See original GitHub issue

Hello,

I want to wrap in transaction 2 bulkCopy using linq2db.EntityFrameworkCore. How can I do it?

I tried, with EF db context as DbContext:

DbContext.BeginTransaction(); // method not found
var l2db = DbContext.CreateLinqToDbContext(); 
l2db.BeginTransaction(); // method not found

I use namespaces:

using LinqToDB;
using LinqToDB.Data;
using LinqToDB.EntityFrameworkCore;

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:8 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
shishmakcommented, Mar 19, 2019

Thank you for your answer and for your team work. you are doing a very powerful tool. I am very grateful for you

0reactions
sdanylivcommented, Mar 18, 2019

Also, do not forget to dispose DataConnection.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Transaction
A transaction is a completed agreement between a buyer and a seller to exchange goods, services, or financial assets in return for money....
Read more >
What is Transaction? Definition of ...
According to the transaction definition, a transaction is defined as the exchange of products and services or the transfer of money, or the...
Read more >
What Is a Transaction? Definition & Meaning in Accounting
A financial transaction is an exchange between two parties. Learn the nuances of the term “transaction” in accounting in this quick guide.
Read more >
What is a transaction in computing?
In computing, a transaction is a set of related tasks treated as a single action. Together the tasks form a logical unit of...
Read more >
Transactions Overview
A transaction is an electronic exchange of information between two parties to carry out financial or administrative activities related to ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found