C# MSCRM SDK QueryExpression Default Order

三世轮回 提交于 2020-01-06 07:10:54

问题


I would like to know what the default sort order of the QueryExpression object. I can't seem to find it anywhere


回答1:


I believe the default sort order will be by the ID (primary key). That's the clustered index of each entity table. When no order is specified, FetchXML returns records sorted by GUID.



来源:https://stackoverflow.com/questions/46595370/c-sharp-mscrm-sdk-queryexpression-default-order

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!