2008/10/21 Dominik <[EMAIL PROTECTED]> > > Now, how could this be solved in NHibernate? > Probably I could use 'dbo.FuncFilterCustomerDataView' as select source > for NHibernate and use custom insert/update/deletes (haven't tried it > yet) but, where would 'someParameterToFilterBy' come from? Could it be > predefined somehow in the session? Do I have to use a custom naming > implementation? Any other ways? > > Or do we have another possibility? Or should we altogether abandon > this approach and do the filtering on the client/middle tier? >
What you are looking for are Filters. http://nhforge.org/doc/nh/en/index.html#objectstate-filters -- 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 -~----------~----~----~----~------~----~------~--~---
