原来NotesView.GetAllEntriesbyKey得到的NotesviewEntryCollection是可以按View的设计排序的。而NotesView.GetAllDocumentsbyKey 得到的NotesDocumentCollection是没有排序的。但是不明白的是为什么NotesDocumentCollection类还包括了IsSort属性?作用是??
本文探讨了NotesView.GetAllEntriesbyKey与NotesView.GetAllDocumentsbyKey两种方法的区别,前者可以按照视图设计进行排序,而后者返回的文档集合则没有排序。文中还提出了对于NotesDocumentCollection类中IsSort属性作用的疑问。
原来NotesView.GetAllEntriesbyKey得到的NotesviewEntryCollection是可以按View的设计排序的。而NotesView.GetAllDocumentsbyKey 得到的NotesDocumentCollection是没有排序的。但是不明白的是为什么NotesDocumentCollection类还包括了IsSort属性?作用是??

被折叠的 条评论
为什么被折叠?