Entity Framework - does it allow native SQL queries?

  • Thread starter Thread starter H5N1
  • Start date Start date
H

H5N1

Hi there

Not sure whethere it's a best place to post the question, but I'll
try:

I cannot find any resources about native sql queries in entity
framework - is it possibile at all (eg. to use Oracle 'Connect By'
functionality)?

thanks
H.
 
If you need native stuff then place it into stored procedures and call them
from within EF.
 
You're saying it from the position of good practices, or there's just
no other way to do it?

thanks
HP
If you need native stuff then place it into stored procedures and call them
from within EF.

--
Miha Markic [MVP C#, INETA Country Leader for Slovenia]
RightHand .NET consulting & developmentwww.rthand.com
Blog:http://cs.rthand.com/blogs/blog_with_righthand/


Not sure whethere it's a best place to post the question, but I'll
try:
I cannot find any resources about native sql queries in entity
framework - is it possibile at all (eg. to use Oracle 'Connect By'
functionality)?
thanks
H.
 
Back
Top