I just need an equivalent of this TSQL statement written in LINQ. Preferably in lambda statement but anything will work.
TSQL statement:
select *
from Table1 as t1
where t1.Column1 = a OR t1.Column2 = b
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…