From: Alexander S. <ale...@gm...> - 2010-02-22 10:07:28
|
Hello! SparqlResult doesn't support choosing element by index. As I understand the reason for that is using Dictionary as results storage (and dictionary doesn't guarantee any order). Replacing Dictionary by List could solve this problem (but maybe bring some new :) ). I think such a functionality would be useful (and I think performance would be better). Regards, Alexander |