Wednesday, June 9, 2010

Calling SP using NHibernate with IDBCommand

If there is transaction open.
you need to supply the transaction by enlist it in NHibernate

iSession.Transaction.Enlist(sqlComm);

No comments: