Unrequested $expand - mySql

Hi i have a question about the the getData functionality with mySQL datasource , even if i do not specify the expand functionality Radzen will generate a select statement with left join's. Is there an option i can use to get only the data of requested table.

Hey @RacketRebel,

You can check the code if the method in the service for more info what is executed. You can create also your own custom method that will behave exactly in the way you want or you can even alter the auto generated service methods if you add the service in the application ignore list.

Okay, does it means that if i added the the methode to the list, from that point i have to write my own code for all the instances with that get methode?