0
kicks
Complex SQL conditional statements with SubSonic 2.1
Create complex SQL conditional statements in C# with SubSonic. Eg. select * from Product where IsActive = 1 and (ExpiredOn is null OR ExpiredOn <= '01/01/2020')