http://stackoverflow.com/questions/928847/how-to-get-the-return-value-from-a-sql-server-stored-procedure-into-nhibernate exec Investor_GetDocumentById :userId, :docId public PhysicalDocument GetDocumentPath(int userId, int docId) { var query = Session.GetNamedQue... Read More