Can't access stored procedure from entities
- by molgan
Hello
I'm using entity framework that came with 3.5sp1. And in visual studio I have imported function so it shows under "Function Imports" in the "Model Browser".
I have assigned all rights to the user that connects to the database.
But it doesnt show in the intellisense when I type "_entities.", only my other entities shows there.
I opened the designer file and couldnt find it there either.....
The stored procedure should return a scalar datetime value, and not an "entity"
What might be wrong here?
/M