Quantcast
Channel: entityframework Discussions Rss Feed
Viewing all articles
Browse latest Browse all 1793

New Post: Basic full text support,or how to roll my own binding to a native function.

$
0
0
What is preventing entity framework from exposing the CONTAINS function as a function on SqlFunctions?

It seems like something like to this should be relatively trivial:
var results = 
  from x in context.Records 
  where SqlFunctions.Contains(x.Text,"full text query") 
  select x.Id;
If anyone has any ideas on how to mock a function similar to the SqlFunctions.Contains example above, I'd be happy to hear it.

Viewing all articles
Browse latest Browse all 1793

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>