Skip to Main Content

ODP.NET

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Is it possible to use Oracle Text "Contains" from Entity Framework?

TridusFeb 17 2015 — edited Feb 27 2015

Hi. Title says it all, really. I'm trying to do a query that ignores accents (that is, e and é are considered the same thing). I have this working with Oracle text using an index my DBA created, with the CONTAINS keyword in a query.

Is there any way to do that from an Entity Framework query in Linq? The only option I've seen so far is to create a stored procedure that does it and then import that.

If not, is this something that could be added one day? It'd be pretty useful.

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 27 2015
Added on Feb 17 2015
1 comment
1,348 views