execute a query into AfterInsert subscriber hook

211 Views Asked by At

There is a way to execute a query in a method with @AfterInsert decorator? I want update a column in insert transaction. I tried, but the execution did freaze.

0

There are 0 best solutions below