Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Problem passing parameter for stored procedure in entity
Message
Information générale
Forum:
ASP.NET
Catégorie:
The Mere Mortals .NET Framework
Divers
Thread ID:
01517881
Message ID:
01517885
Vues:
38
omg THANKS!

must have been blind ...

>>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);
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform