Skip to content

Commit

Permalink
Use same collectionSuffix name for all SelectFragment overrides
Browse files Browse the repository at this point in the history
  • Loading branch information
bahusoid committed Aug 1, 2023
1 parent 9a1d711 commit 2b60125
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1785,7 +1785,7 @@ public virtual string SelectFragment(IJoinable rhs, string rhsAlias, string lhsA
}

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

0 comments on commit 2b60125

Please sign in to comment.