OData how to find the method used in DPC extension

Hi,
How can I find which method is used in the DPC Extension class.
in the DPC extension class there so many methods like get_entityset, get_entity, update_entity, etc, but I don’t know which method are called first after.

How can I identify which method is used thru debug?

Scroll to Top