If possible give short example or link to example, thanks.
views:
83answers:
2
A:
No, unfortunately that ain't possible: https://forum.hibernate.org/viewtopic.php?f=25&t=1004105
Enrico Pallazzo
2010-10-25 17:46:56
this link is not about passing TV parameters to stored procedure...
Darius Kucinskas
2010-10-27 14:15:20
A:
Typically when I want to do something like this I pass XML into the stored procedure. I'm not sure how to achieve this with NHibernate but I'm pretty sure it can be achieved. Anything you can do with a table parameter, you can do with XML. Just pass the xml string as a parameter and load it into a table. Very simple.
Brian
2010-10-27 14:16:01