The filter is dynamic (to be enabled at run-time for certain sessions). What you are looking for exactly ?
On Tue, Oct 19, 2010 at 8:28 AM, Roger Kratz <[email protected]>wrote: > Hi > > > > If I have a default schema configured, eg like this > > <property name="default_schema">Foo.dbo</property> > > > > …I was hoping that this default_schema somehow also applied to filter > conditions… > > <filter name=”someName” condition=”exists(select 1 from Bar b where ….)”/> > > > > Can I/How do I easiest make NH send… > > […] where exists(select 1 from Foo.dbo.Bar […] > > …without hard coding this in the filter condition? Not possible > out-of-the-box? > > > > /Roger > > -- > 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]<nhusers%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/nhusers?hl=en. > -- 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.
