Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Problem passing parameter for stored procedure in entity
Message
General information
Forum:
ASP.NET
Category:
The Mere Mortals .NET Framework
Miscellaneous
Thread ID:
01517881
Message ID:
01517884
Views:
55
This message has been marked as the solution to the initial question of the thread.
>That should be ok. This is similar to the MM .NET example provided in the evaluation copy:
>

The example code has a comma for the second parameter (which calls this.CreateParameter), so it's passing the object returned by this.CreateParameter.

> OrderDetailList = this.GetEntityList("GetOrderDetailByOrderID",

Your code has a semi-colon, so it's not passed.

> SubsList = this.GetEntityList("SUBSTANCESelectBySubGroupFK");
> this.CreateParameter("@GROUP_ID", groupID);
-Paul

RCS Solutions, Inc.
Blog
Twitter
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform