Skip to content

Commit bac1bdc

Browse files
Adjust todo
1 parent baae3af commit bac1bdc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/NHibernate/QueryOverExtensions.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
namespace NHibernate
22
{
3-
// 6.0 TODO: merge into IQueryOver<TRoot>
3+
// 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.
45
public static class QueryOverExtensions
56
{
67
/// <summary>

0 commit comments

Comments
 (0)