Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Does DBMethods support the asynchronous design pattern and programming model of the .NET Framework?

0
Posted

Does DBMethods support the asynchronous design pattern and programming model of the .NET Framework?

0

Yes, you can define and use delegates to call the data access methods asynchronously. Doing so however will present little or no benefit since all that those methods will be doing is creating and populating a command object or returning its output parameters. The real work is done during the execution of the command, which is what you probably want to make an asynchronous operation when needed.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123