Translation from SQL to LinQ
Posted: Tue 17 Feb 2009 12:48
Hey
Can you please help me, to translate the following SQL to LinQ
Don't know how to use a "IfNull"
THX
Can you please help me, to translate the following SQL to LinQ
Code: Select all
Select * From Type Where (CURDATE() Between IfNull(lieferbar_ab, CurDate()) And IfNull(lieferbar_bis, CurDate()))
THX