views:

83

answers:

2

If possible give short example or link to example, thanks.

A: 

No, unfortunately that ain't possible: https://forum.hibernate.org/viewtopic.php?f=25&t=1004105

Enrico Pallazzo
this link is not about passing TV parameters to stored procedure...
Darius Kucinskas
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