Entity Framework with 'Get' Stored Procedure that returns Entities
- by Nick Reeve
Hello,
I am attempting to execute a stored procedure that returns data with exactly the same columns as that of a table Entity I have in my project. I set the 'Returns a Collection Of' property in the 'Add Function Import' dialog to my entity type.
I get a NullReferenceException error when executing the stored procedure and on further digging it…