Skip to content

Commit

Permalink
Update src/EFCore.Relational/Query/SqlExpressions/SelectExpression.cs
Browse files Browse the repository at this point in the history
Co-authored-by: Andriy Svyryd <AndriySvyryd@users.noreply.github.com>
  • Loading branch information
smitpatel and AndriySvyryd authored Jul 12, 2022
1 parent 4d4bd42 commit 8cc78a6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ internal SelectExpression(IEntityType entityType, ISqlExpressionFactory sqlExpre
}
else
{
// table splitting
// entity splitting
var keyProperties = entityType.FindPrimaryKey()!.Properties;
List<ColumnExpression> joinColumns = default!;
var columns = new Dictionary<IProperty, ColumnExpression>();
Expand Down

0 comments on commit 8cc78a6

Please sign in to comment.