Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,3 +61,8 @@ Tested with: MSSQL, PostgreSQL, and SQLite. (others should also work as standard

// Query will be executed on DB server
var = efQuery.ToList();
## References

- [Large memory grant for joined tables](https://dba.stackexchange.com/questions/302770/large-memory-grant-for-joined-tables)
- [JOIN local collection and DbSet](https://sudonull.com/post/3707-JOIN-local-collection-and-DbSet-in-the-Entity-Framework)