Linq in Array in c#

Linq can be implemented in array with c#, below is code example of linq with array.

 var GroupCount = Request.QueryString["AllchkIDs"].ToString().Split(',').Where(i => i != Request.QueryString["GroupBy"]).FirstOrDefault();

CATEGORIES:

Tags:

No Responses

Leave a Reply

Your email address will not be published. Required fields are marked *