VS2010/EntityFramework - Is it possible to execute generated sql for a Sqlite database?

Posted by Greg on Stack Overflow See other posts from Stack Overflow or by Greg
Published on 2010-04-30T03:18:38Z Indexed on 2010/04/30 3:27 UTC
Read the original article Hit count: 235

Filed under:
|
|

Hi,

VS2010/EntityFramework - Is it possible to execute generated sql for a Sqlite database? (like you can for SQL Server).

When I try to do this I only seem to get SQL Server type options re which database to execute the SQL against (even though my Entity Framework design was based on the initial/successful upload from a SQLite database)

© Stack Overflow or respective owner

Related posts about .NET

Related posts about entity-framework