I am using EF 6, and when I make an insert to a table, a trigger may fire.
I want to know, will my insert call wait until the trigger completes its execution before returning the call and executing the next line of my code, or does that trigger happen in a different thread of asynchronously?