Hello,
I have a stored procedure that returns an XML (uses SELECT with FOR XML). However the application sees it as a Action Stored Procedure call and not Retrieval Stored Procedure call, I guess because it does not return a Datatable. Please suggest, how can I use this stored procedure in the generated code.
Thanks,
Riyaz