How to use like in range with wildcard character in axapta    Using wildcard "Like"    //The "*" symbolises the like in the statement    static void useWildCards(Args _args)    {    Query custQuery = new Query();    QueryRun queryRun;    CustTable CustTable;    ;    custQuery.addDataSource(tablenum(CustTable)).addRange(fieldnum(CustTable, Name)).value('L*');    queryRun = new QueryRun(custQuery);    while (queryRun.next())    {    custTable = queryRun.get(tablenum(CustTable));    info(custTable.Name);    }    }     
Microsoft Dynamics Ax,AIF,Axapta, Enterprise portal,,Microsoft , United State,U.S., SharePoint , BI Tools, Performance Tuning, SSRS,Business Logic,Ax ERP Errors and solution,Dynamics 365 Errors Solution,Business software .