Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post Apr 29, 2012 12:35 AM by TimoYang
Member
515 Points
202 Posts
Apr 27, 2012 09:09 AM|LINK
stored procedure return temp table . how to get value in entity framework.plz help me
All-Star
16797 Points
2608 Posts
MVP
Apr 27, 2012 10:32 AM|LINK
http://msdn.microsoft.com/en-us/data/gg699321
Contributor
3732 Points
1275 Posts
Apr 29, 2012 12:35 AM|LINK
rabindra_lal stored procedure return temp table . how to get value in entity framework.plz help me
Hi——
1)Create an edmx model entity first.
2)Then create a stored procdure,and remeber to return these columns mapping to the properties defined in the edmx model entity class.
3)Using the MVP's torturial step by step to use wizard to map the SP to the entity model entity.
rabindra_lal
Member
515 Points
202 Posts
stored procedure return temp table in entity framework
Apr 27, 2012 09:09 AM|LINK
stored procedure return temp table . how to get value in entity framework.plz help me
Ken Tucker
All-Star
16797 Points
2608 Posts
MVP
Re: stored procedure return temp table in entity framework
Apr 27, 2012 10:32 AM|LINK
http://msdn.microsoft.com/en-us/data/gg699321
Space Coast .Net User Group
TimoYang
Contributor
3732 Points
1275 Posts
Re: stored procedure return temp table in entity framework
Apr 29, 2012 12:35 AM|LINK
Hi——
1)Create an edmx model entity first.
2)Then create a stored procdure,and remeber to return these columns mapping to the properties defined in the edmx model entity class.
3)Using the MVP's torturial step by step to use wizard to map the SP to the entity model entity.