How do we get if column value contains both zero and value using LINQ C#

  • Thread starter Thread starter Gani tpt
  • Start date Start date
G

Gani tpt

Guest
Ho do we get if column value contains both zero and value using LINQ C#.

for example, below is the table.

1620518.jpg

In linq, my where condition should give only if column value contains both zero and value.

it should eliminate only if all the values is zero.

So, In this case, we can omit No "11" and It contains all zero values.

How do we write LINQ where condition using C#..?

Continue reading...
 
Back
Top