Enity sql to pass parameter and get one back?
- by molgan
Hello
I am using entity framework that comes with 3.5sp1, and I need to execute a stored and pass 2 parameters, @a int @b int, and get 1 @somedate datetime back.
How is that done using entity sql and c#?
/M