a h

a h

  • NA
  • 26
  • 5.3k

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

Aug 14 2016 1:01 AM
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)