see discussion at :
https://efreversepoco.codeplex.com/discussions/645780
Comments: Hello, I still see the same problem with v2.17.2 the generated code for above stored procedure still returns an int instead of a table could the problem be related to the fact that this SP has both a table as INPUT parameter and another table as a result ? I have other sp's that just have a table as a result, that work fine : public List<p_GetListCaptionReturnModel> p_GetListCaption(int? organisationid, int? sitegroupid, int? siteid) public List<p_GetSensorInfoReturnModel> p_GetSensorInfo(int? sensorid, int? channelid) etc.