Skip to content

Commit 2b58fcc

Browse files
committed
fix issue with view
1 parent 5731880 commit 2b58fcc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/EntityFrameworkCore.Generator.Core/Parsing/MappingVisitor.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ public override void VisitInvocationExpression(InvocationExpressionSyntax node)
5757
ParseProperty(node);
5858
break;
5959
case "ToTable":
60+
case "ToView":
6061
ParseTable(node);
6162
break;
6263
}

0 commit comments

Comments
 (0)