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.
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...
for example, below is the table.
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...