Sunday 24 July 2016

LINQ to Array Example

Posted by : Manav Pandya

LINQ to Array example

As we discussed previously  in LINQ to SQL queries  , we can also specify Array with LInQ

It means query result will be forwarded to LINQ from Array object 

I have taken simple example in which i have taken 10 value as int , and specified condition and at last executed my query 

So it is simple you can try this