Hi Stefano,
Thanks for contacting Syncfusion Support.
We have checked your reported query. We can not reproduce your reported issue in our end. And we suspect that this issue has been occurred due calling GetSqlFromRules method without giving valid rules as a parameter. We can resolve your reported issue by using GetValidRules method as like in the below code snippet.
|
private async void getSql()
{
content = QueryBuilderObj.GetSqlFromRules(QueryBuilderObj.GetValidRules());
await DialogObj.Show();
}
|
For your reference we have provided sample here.
Could you please check the above details, and get back to us, if you need assistance on this.
Regards,
Aravinthan S