We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 674cec0 commit ea9ab6cCopy full SHA for ea9ab6c
releasenotes.txt
@@ -4,7 +4,7 @@ Build 5.0.0
4
** Highlights
5
* IO bound methods have gained an async counterpart. Not intended for parallelism, make sure to await each
6
call before further interacting with a session and its queries.
7
- * Strongly type DML operation (insert/update/delete) are now available as Linq extensions on queryables.
+ * Strongly typed DML operation (insert/update/delete) are now available as Linq extensions on queryables.
8
* Entities collections can be queried with .AsQueryable() Linq extension without being fully loaded.
9
* Reference documentation has been curated and completed, notably with a Linq section.
10
http://nhibernate.info/doc/nhibernate-reference/index.html
0 commit comments