-
Notifications
You must be signed in to change notification settings - Fork 2
queries overview
Todd Thomson edited this page Sep 7, 2018
·
2 revisions
Entities.Sqlite supports Language Integrated Query (LINQ) for querying data from a data source/database. As a LINQ provider, Entities.Sqlite provides standard support for strongly typed entity queries.
- Lazy/Deferred loading. Lazy loading is the default
- Eager loading
- Select Projections to DTOs