Hi,
I am using filters for my session and would like to reload the
filter's param value. How to do that?
I am setting the filter like that
session.EnableFilter("name").SetParameter("param", 1)
now i would like to change the value from 1 to 2 for the upcoming
queries ... when i just change it to
session.EnableFilter("name").SetParameter("param", 2)
then the change is not populated somehow.
What i am doing wrong?
Thanks
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---