sankeerth m

sankeerth m

  • NA
  • 484
  • 20.9k

Convert SQL to LInq

Jun 12 2021 7:52 AM

 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.


Answers (1)