Is there a way by code to check the caller method for a certain method?
i mean let's say the insert method for a table gets called from three different methods (methodA, methodB and methodC)
is there a way in the insert method of the table to say
if caller == methodA, then do sth?

Report
All responses (
Answers (