Using the Designer, you shouldn't have problem including your stored procedures in the generated code.
For reference, in adapter scenario, it will go into the RetrievalProcedures class from the DBSpecific project.
Then have a look at the section "Generated code - Fetching DataReaders and projections, Adapter" from the manual, which tells you how to retrieve DataReaders instead of the native DataTable