Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我希望在天蓝色的表中存储地理数据,但我不确定要使用什么类型... 每个人都建议使用Microsoft.SqlServer.Geography但我不喜欢引用 SQL Server dll 的想法,因为只有一个类型...c#没有这种东西的本机类型吗?
我找到了包含DBGeography 类的 System.Data.Spatial 命名空间。很适合...