Hello,
Hopefully an easy one. I have a complex store procedure that outputs a resultset with 3 columns:
Order, Level, EmployeName
I want to show the output in a grid. I have it setup as:
When I run the application I get:
The type or namespace name 'RequiredPafApprover' does not exist in the namespace 'Hrm.Models.Sssql01' (are you missing an assembly reference?)
The generated model only has:
Any ideas as to what I may have done wrong?