Skip to content

Commit 2b60125

Browse files
committed
Use same collectionSuffix name for all SelectFragment overrides
1 parent 9a1d711 commit 2b60125

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/NHibernate/Persister/Collection/AbstractCollectionPersister.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1785,7 +1785,7 @@ public virtual string SelectFragment(IJoinable rhs, string rhsAlias, string lhsA
17851785
}
17861786

17871787
// 6.0 TODO: Make abstract
1788-
public virtual string SelectFragment(string lhsAlias, string currentCollectionSuffix, bool includeCollectionColumns, EntityLoadInfo entityInfo)
1788+
public virtual string SelectFragment(string lhsAlias, string collectionSuffix, bool includeCollectionColumns, EntityLoadInfo entityInfo)
17891789
{
17901790
throw new NotImplementedException("SelectFragment with fetching lazy properties option is not implemented by " + GetType().FullName);
17911791
}

0 commit comments

Comments
 (0)