how to execute Sql Raw Query in Microsoft Entity Model Framework.

Posted by kamal on Stack Overflow See other posts from Stack Overflow or by kamal
Published on 2010-04-30T12:44:01Z Indexed on 2010/04/30 12:47 UTC
Read the original article Hit count: 195

Hi

  I'm using Microsoft Entity model framework to access my database. I get an issue while i use this execute query command for executing Sql raw query. Let me know how could i resolve it. 

svdc.CreateQuery("select * from videomastertable WHERE FREETEXT(*, '"+keyword+"')").ToList();

Thanks in Advance,

Kanal

© Stack Overflow or respective owner

Related posts about entity-framework

Related posts about linq-to-entities