full syntax of calling stored procedure in subsonic 3.0

Posted by maung on Stack Overflow See other posts from Stack Overflow or by maung
Published on 2010-01-19T06:32:30Z Indexed on 2010/05/09 20:28 UTC
Read the original article Hit count: 147

hi Can I know the fully syntax of stored procedure using in subsonic 3.0 ? here is my code which is not working.

DataSet ds = new DataSet();

        StoredProcedure sp = test.Usersp_Stock_Search("", 0, "");


        sp.ExecuteDataSet();
       

© Stack Overflow or respective owner

Related posts about subsonic3

Related posts about stored-procedures