i'm Using subsonic 2.0 and i need to execute the below query
Select * from User where User ID = 1 and (Status = 2 Or Status = 3)
Your help will be highly appreciated.
i'm Using subsonic 2.0 and i need to execute the below query
Select * from User where User ID = 1 and (Status = 2 Or Status = 3)
Your help will be highly appreciated.
This is how I did it using and
Instatement: