开发者

Sql 2008 geometry type and fluent nhibernate

开发者 https://www.devze.com 2023-02-13 00:08 出处:网络
I ha开发者_运维问答ve to use spatial index to search defined area on the map. I\'m having difficulties with mapping sql geometry type using c# classes and fluent nhibernate. There are some posts about

I ha开发者_运维问答ve to use spatial index to search defined area on the map. I'm having difficulties with mapping sql geometry type using c# classes and fluent nhibernate. There are some posts about this topic but nothing that helped me. Can someone please explain me the procedure?


Could you elaborate the actual issue / post some code and what you were trying to do? You can map your properties using the NHibernate.Spatial.Type.GeometryType which is included in NHibernate.Spatial extension. And this similar question could help too.

0

精彩评论

暂无评论...
验证码 换一张
取 消