Click here to Skip to main content
15,908,841 members

Comments by Waleed Abukatab (Top 2 by date)

Waleed Abukatab 19-May-20 2:36am View    
i need this output using linq :
{Id=1, Name="Process 01", CostCenter="1,2,3,4" , companyID = 1 },
{Id=3, Name="Process 03", CostCenter="1,2,5" , companyID = 1 },

Waleed Abukatab 22-Mar-20 12:19pm View    
Thanks for helping me, now i have this fields (group, section, unit, section) From these fields I want to find the number of staff in the table staff ,Knowing that there are these fields in (group, section, unit, section) ..?

How can I find a solution to this issue in Linq .