Entity Framework - does it allow native SQL queries?

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.
 
M

Miha Markic

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

H5N1

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top