Hi all,
I need to call a stored procedure and Im using the following code to
do it:

session.CreateSqlQuery("exec proc_GetFunds").AddEntity(typeof(Fund));
(Not sure if this is the right way or not?)

The problem is, that I need to provide several paramters such as a
currency Id and two date periods.
But there's no option for adding params.

I cant find any specifics in the manual. Any suggestions?
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to