Not bale to see service methods in page load

I created one service method.

and I'm not able to see in component page load when select invoke that data source service method. then I can't see in Name.

Note: I'm able to see other service methods in the list. I'm not sure why I'm not able to see this method. please someone help if know about this.

Is it a custom method? Only methods defined in the meta will be listed as data source methods. Check this article for more info about custom methods:

It is a service method created in the service.cs file and it is not created in the component. I understood if we created in the component then we can invoke method(like custom method).

From your reply: Only methods defined in the meta will be listed as data source methods....can I know how to do this please?

Thank you for your support!

Check the article I’ve posted in my previous reply.

Thank you. I got the solution.

steps to do:
data ->select datasource -> infer schema -> expand tables in entities -> enable table which we want to generate the invoke data source method