You can send any number of arbitray parameters by using a .NET Hashtable class and specifying your parameterClass using one of the predefined alias "map", "hashmap" or "hashtable". http://ibatis.apache.org/docs/dotnet/datamapper/ch04s03.html#id399114
Parameter class: http://ibatis.apache.org/docs/dotnet/datamapper/ch03s03.html#id379829 On 8/31/07, Manu Juyal <[EMAIL PROTECTED]> wrote: > > 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. >

