문제

I wish to store geographic data in my table on azure, but I'm not sure about what Type to use...
Everyone suggests Microsoft.SqlServer.Geography but I don't like the idea of referencing SQL Server dll because of one single type... doesn't c# have a native type for this kind of thing?

도움이 되었습니까?

해결책

I found the System.Data.Spatial namespace which contains the DBGeography class class. Very suitable...

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top