Contains support linq to sql
Posted: 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?
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?