sqlgeometry Questions

3

Solved

Is there a simple way to convert between SqlGeometry and DbGeometry? I'm using a popular sql spatial helper library and all of the functions in there expect SqlGeometry. But when i use Entity Frame...
Geniegenii asked 18/3, 2013 at 20:9

1

I'm attempting to convert all of our C# class libraries from .NET Framework to .NET Standard projects, as we are starting to leverage .NET Core so need these to be consumable by both .NET Core and ...
Aguedaaguero asked 30/1, 2019 at 19:28

0

I understand that the SQL Server geography and geometry datatypes are not currently supported in .Net EF Core, but I'd still like to use them in standard .Net Core 2.1. The Microsoft.SqlServer.Type...
Coconut asked 8/10, 2018 at 21:17

1

Solved

A similar question has been asked here: Create geography polyline from points in T-SQL Taking that question further, I have a table schema that looks like this: CREATE TABLE [dbo].[LongAndLats](...
Pythagoras asked 13/1, 2018 at 15:50

2

Solved

If I had both SQL Server 2008 and SQL Server 2012 installed locally, I would simply try this for myself; however I only have the newer version installed and would like to keep it that way. SQL Se...

2

Solved

I'm trying to bulk copy a DataTable which has the following columns: "ID" - System.Int32 "Geom" - System.String Into a SQL database with the following columns: "Id" - int "Shape" - geometry ...
Sabba asked 26/4, 2011 at 15:15
1

© 2022 - 2024 — McMap. All rights reserved.