Enity sql to pass parameter and get one back?

Posted by molgan on Stack Overflow See other posts from Stack Overflow or by molgan
Published on 2010-03-25T07:30:46Z Indexed on 2010/03/25 7:33 UTC
Read the original article Hit count: 265

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

© Stack Overflow or respective owner

Related posts about entity-framework

Related posts about ado.net-entity-data-model