Get Specific column value based on one row element

hi @rameezimtiaz

below linQ is working for me give a try.

table:
image

Linq to get the value :slight_smile:

valueReq = Dt.Select(“[Column1]=‘text’”).ElementAt(0)(“Column2”).ToString

Regards
Ajay

2 Likes