Which should be be the solution to make a StoredProcedure a DynamicPaginable SQL ?Perhaps what you are needing is only add two parameters to your SP and set values, of parameters, as you are doing for the others parameters.
2008/12/17 Renso <[email protected]> > > My situation requires me to construct a complex sql query for a > generic search feature. I created a stored procedure for this. > However, seems the dynamic paging support with NH ver 2.0 is still > missing. Has anyone had similar issues and possible solutions? I did > not want to go through the trouble of creating a temp table in the > stored procedure to support paging unless there is an easier way, > perhaps a newer version of NH supports it? > > > -- Fabio Maulo --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "nhusers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nhusers?hl=en -~----------~----~----~----~------~----~------~--~---
