User-2012457684 posted
Our company uses stored procedures to handle all database calls.
I have updated my model to include a certain procedure. It did not show in the model under solution explorer. So I checked the model browser and under the model it is in the function imports but not in the complex types. When
I double click on that sproc in the list and then click on the Get Column Information button it returns the message
"The selected stored procedure or function returns no columns"
I know that I am getting this message because it is a dynamic procedure. Is my solution as simple as adding a class in the model with all of the column information? If not what can i do to make this a complex type?