Before the implementation of spatial types (System.Data.Spatial.DBGeometry) in the Entity Framework we could handle the lack of spatial support using "Microsoft.SqlServer.Types.SqlGeometry". This library has the class SqlGeometryBuilder which is use to create a SqlGeometry based on different geometric points.
I decided to move on from SqlGeometry to DBGeometry, but I haven't been able to find any function which does the same that SqlGeometryBuilder used to do. Do you know if is there any function for this? or Do you know if it would be included in next releases?
Thanks in advance.