一般在处理循环问题的时候,大家都会选择Cursor,因为使用起来非常方便,代码也很好实现,但是使用Cursor肯能会产生性能问题。那么有什么好的替代方法吗?从网上看到的一篇文章很有借鉴意义(ReplacingCursors and While Loops),改写Cursor性能提高了几倍. 所以我们在设计代码的时候可以多考虑考虑是否不用Cursor也可以实现。 源代码和改写后的代码如下:
深入理解游标Cursors,实现数据的快速查找,插入,删除,更新 1、 查找数据Search Cursors //by yl landgis@126.com yanleigis@21cn.com 2008.7.7 [C#] //Create an envelope for the lower right portion of data IEnvelope envel