Hi all, I am continuously posting the same kind of question but no one answering. This is the happening for the first time. Please help me if any one can.
Problem:
I have mapped my database table with NHibernate to C# class. But i need to call a stored procedure with some parameters. But NHibernate calls the stored procedure with it's own wish! (i.e. NHibernate maintains an order of sequence for the stored procedure parameters). Now my question is, How do i know this order of sequence of parameters?
Iam using ASP.Net with C# in VS 2008 SP1, Oracle and NHibernate 1.2 version
Code:
<sql-insert>
call strored_proc(?,?,?,?,?,?,?,?)
</sql-insert>