vote up 1 vote down star

Just wanted to know if Linq to entities 4.0 have fulltext search capabilities? Thanks

flag

3 Answers

vote up 2 vote down check

There are no specific operators or support for full text directly in EF v4.0.

link|flag
vote up 1 vote down

I've been using custom stored procedures for my Sql Server 2008 FullText capabilities (eg. CONTAINS(.. .. ). Of course, EF can call stored procedures.

This is an option you can leverage off. Works great for L2S and/or EF.

HTH.

link|flag
vote up 1 vote down

I think that is a server option.

Anyways, if it does not (in EF), nothing stops you from calling the required SQL directly. :)

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.