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 baae3af commit bac1bdcCopy full SHA for bac1bdc
src/NHibernate/QueryOverExtensions.cs
@@ -1,6 +1,7 @@
1
namespace NHibernate
2
{
3
- // 6.0 TODO: merge into IQueryOver<TRoot>
+ // 6.0 TODO: consider moving other criteria delegated methods to extension methods.
4
+ // It may allow better return typing for chaining, and it is slightly less code.
5
public static class QueryOverExtensions
6
7
/// <summary>
0 commit comments