Skip to content

Commit

Permalink
PR feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
mirol-h committed Aug 6, 2019
1 parent 0abd941 commit 903f419
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -90,7 +90,7 @@ public override IEnumerable<IAnnotation> For(IIndex index)
if (includeProperties != null)
{
var includeColumns = (IReadOnlyList<string>)includeProperties
.Select(p => index.DeclaringEntityType.FindDeclaredProperty(p).GetColumnName())
.Select(p => index.DeclaringEntityType.FindProperty(p).GetColumnName())
.ToArray();

yield return new Annotation(
Expand Down

0 comments on commit 903f419

Please sign in to comment.