4
Answers

How to add records of a Linq query in two-dimensional array?

a h

a h

8y
311
1
Hi all,
 
I have a linq query:
  1. var a =from b in dataclasses1.tbl_employee select b;

this query have this output:

 
I want add records of this output to a two dimensional array.
please help me.
thanks
Answers (4)