a h

a h

  • NA
  • 26
  • 5k

How to Search a value in two-dimensional list

Aug 17 2016 5:49 AM
Hi all.
I have a list of Employee table: 
  1. List<tb_employee> lstemp=(from emp in dataclasses.tb_employee where emp.id>10).ToList();  
for example fields of tb_employee are :id,name,degree.
Now i want degree of "ali" employee(=name) in list above.
please help me.

Answers (2)