Contains support linq to sql

Discussion of open issues, suggestions and bugs regarding Entity Framework support in ADO.NET Data providers
Post Reply
aseker
Posts: 2
Joined: Wed 14 Dec 2011 09:58

Contains support linq to sql

Post by aseker » Tue 06 Mar 2012 12:49

With Devart oracle provider, using oracle contains function on long raw column is possible?

I have simple test table :
ID NUMBER(10)
CONTENT LONG RAW

Here is oracle text sql :
select * from test
where contains(content, 'search text') > 0

How can I write linq to sql equivalent?

MariiaI
Devart Team
Posts: 1472
Joined: Mon 13 Feb 2012 08:17

Post by MariiaI » Wed 07 Mar 2012 11:03

The same question has already been discussed on our forum. Follow the link http://www.devart.com/forums/viewtopic.php?t=19435 for details.
I've sent you a sample project, please check that it is not blocked by your mail filter.

aseker
Posts: 2
Joined: Wed 14 Dec 2011 09:58

Post by aseker » Wed 07 Mar 2012 14:51

MariiaI wrote:The same question has already been discussed on our forum. Follow the link http://www.devart.com/forums/viewtopic.php?t=19435 for details.
I've sent you a sample project, please check that it is not blocked by your mail filter.
Can you please resend sample project to following e-mail?

[email protected]

Thanks.

MariiaI
Devart Team
Posts: 1472
Joined: Mon 13 Feb 2012 08:17

Post by MariiaI » Mon 12 Mar 2012 08:13

I've sent you the sample project to the specified address, please check it.

Post Reply