nHibernate Storeprocedure Call

Posted by bharat on Stack Overflow See other posts from Stack Overflow or by bharat
Published on 2010-05-26T15:06:24Z Indexed on 2010/05/26 15:21 UTC
Read the original article Hit count: 459

Filed under:

Hi

I want to call the Stored procedure from My nHibernate Application thats stored Procedure return the List and i will return back to the UI How to call the SP can any one help me on this?

© Stack Overflow or respective owner

nHibernate Storeprocedure Call

Posted by bharat on Stack Overflow See other posts from Stack Overflow or by bharat
Published on 2010-05-26T18:45:33Z Indexed on 2010/05/26 18:51 UTC
Read the original article Hit count: 459

Filed under:

I want to call the sp from the application with out specifying anything in the mapping file my sp return is a list.

public IList GetItemsByfilter(IList Filters) {

  • call sp with out using the mapping file sp returns a dataset

}

© Stack Overflow or respective owner

Related posts about nhibernate