in

System.Data.SQLite

An open source ADO.NET provider for the SQLite database engine
All Tags » linq » optimize (RSS)

Browse by Tags

  • sub-optimal SQL generated for Skip(n)

    The Skip(n) method is not optimally transformed into SQL. Consider the following LINQ expression: (from e in _context.EMPLOYEE orderby e.NAME select e.NAME).Skip(9999).Take(99); This generates the following SQL: SELECT [Var_8_1].[NAME] AS [NAME] WHERE NOT (EXISTS (SELECT [Var_8_3].[NAME] AS [NAME] FROM...
    Posted to Entity Framework (Forum) by peter77 on 10-17-2008
Page 1 of 1 (1 items)
Powered by Community Server (Commercial Edition), by Telligent Systems