Drawbacks of Using Functions

Learn about the disadvantages of using functions.

We'll cover the following...

Running transactions with functions works reasonably well, but has some drawbacks:

  • The most serious problem, demonstrated in the last section, is that we have to be careful that we call Repo functions in the correct way. When we call insert
...
Ask