The DbGeopgaphy type does not support to access to the individual rings of a singe polygon having holes. Please add support to access the inner rings defining the holes via the ExteriorRing InteriorRingCount and InteriorRingAt members, like it works for DbGeometry already.
I don't understand why this is working for DbGeometry but not for DbGeography. In the SqlGeography class it works just fine, so I am forced to use the ProviderValue and SqlServer.Types assembly as a workaround which creates an unnecessary dependency in the project.
The DbSpatialServices class already offers these features so I think it would only mead adding a few lines to the DbGeography class.
Comments: **EF Team Triage:** We discussed and agreed that we should support this. Unfortunately it's not going to fit into the EF6 release so we're putting it in the Future release to prioritize for a future release. This does not exclude someone from outside the EF team contributing this feature into the EF6 release.
I don't understand why this is working for DbGeometry but not for DbGeography. In the SqlGeography class it works just fine, so I am forced to use the ProviderValue and SqlServer.Types assembly as a workaround which creates an unnecessary dependency in the project.
The DbSpatialServices class already offers these features so I think it would only mead adding a few lines to the DbGeography class.
Comments: **EF Team Triage:** We discussed and agreed that we should support this. Unfortunately it's not going to fit into the EF6 release so we're putting it in the Future release to prioritize for a future release. This does not exclude someone from outside the EF team contributing this feature into the EF6 release.