Hello, I am using a select statement with two parameters: "enddate" and "startdate"
In WHERE clause I am using search on the column called "SomeDate". For Example, WHERE SearchDate BETWEEN enddate and startdate. How can I achieve this? It seems I cannot use parameter class for this because it will take only existing columns as parameters and not enddate and startdate.

