Page 1 of 1

Contains support linq to sql

Posted: Tue 06 Mar 2012 12:49
by aseker
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?

Posted: Wed 07 Mar 2012 11:03
by MariiaI
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.

Posted: Wed 07 Mar 2012 14:51
by aseker
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.

Posted: Mon 12 Mar 2012 08:13
by MariiaI
I've sent you the sample project to the specified address, please check it.