select *, Column1,Column2,Column3,Column4 from tableA where Column1 is not null and Column1<>' ' and Column1 is not null and Column2<>' ' and Column3 is not null and Column3<>' ' and IsActive = 1
i need to covert into linq can any one help me out.
select *, Column1,Column2,Column3,Column4 from tableA where Column1 is not null and Column1<>' ' and Column1 is not null and Column2<>' ' and Column3 is not null and Column3<>' ' and IsActive = 1
i need to covert into linq can any one help me out.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Sachin SinghPosted Jun 12, 2021, 8:02 AM