Skip to content

Commit

Permalink
fixup! Add EF7 function translations
Browse files Browse the repository at this point in the history
Donuts for the markdown cop
  • Loading branch information
bricelam committed Aug 27, 2022
1 parent d5c6240 commit 5c33dc4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion entity-framework/core/providers/sql-server/spatial.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@ ConvexHull.Create(group.Select(x => x.Property)) | ConvexHullAg
UnaryUnionOp.Union(group.Select(x => x.Property)) | UnionAggregate(Property) | EF Core 7.0
EnvelopeCombiner.CombineAsGeometry(group.Select(x => x.Property)) | EnvelopeAggregate(Property) | EF Core 7.0


## Additional resources

* [Spatial Data in SQL Server](/sql/relational-databases/spatial/spatial-data-sql-server)
Expand Down

0 comments on commit 5c33dc4

Please sign in to comment.