Hi All,

I know how to execute stored procedures with Parameter Name and Parameter 
Value using var query= session.GetNamedQuery(StoredProcedureName);
query.SetParameter(ParameterName,ParameterValue).

But I need to Pass the Table Variable(contains complete table data) as a 
input Parameter to the SQL Server Stored procedure using NHibernate 
Mapping. 

Appreciate your help on this(If possible with C# example coding).

Thanks 
Satish

-- 
You received this message because you are subscribed to the Google Groups 
"nhusers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/nhusers.
For more options, visit https://groups.google.com/d/optout.

Reply via email to