Hi everyone,
I ran into a problem while trying SnapDevelop. I am trying to create simple REST API.
I have a DataStore, which is imported from PB. It uses stored procedure as a data source. That stored procedure takes 5 arguments.
I can create the DataStore in SnapDevelop, but when I call retrieve with all 5 arguments, I get an exception:
SqlException: Procedure or function 'xxx' expects parameter '@key', which was not supplied.
How can I fix that? I don't know any other way how to supply args except as parameters of retrieve.
Thanks in advance!