While drag-drop a stored procedure in dbml file I get this error:
Unknown Return Type
The return types for the following stored
Reason: Your Stored Procedure will be returning a complex type. that is, multiple results or uses a temp table.
Resolution
It entirely depends on what your Stored Procedure is doing. Useful links