We need to put the where clause before the ‘select’ keyword.
return from clsCustomer Obj in objCustomer where Obj.customerCode == “001” select Obj;
Below figure shows the where clause in action.
Asked In: Many Interviews | Alert Moderator
Login to post response