4
Answers

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

Photo of a h

a h

8y
1.1k
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)