odata方法 $top 

$top1 取1个 ¥top100取100个,放在$select前,中间用&符号隔开。 

例如:

 var activeserviceReq =

"/xrmservices/2011/OrganizationData.svc/service_vehicleSet?$top=1&

$select=vehicle_service_vehicle_vehicleid/vehicle_typeid&

$expand=vehicle_service_vehicle_vehicleid&$filter=active_service/Id eq guid'"

+ activeservice[0].id + "'";

相关文章:

  • 2021-07-26
  • 2021-05-23
  • 2021-11-27
  • 2021-10-13
  • 2021-05-25
  • 2021-09-27
猜你喜欢
  • 2021-11-22
  • 2022-12-23
  • 2022-02-02
  • 2022-12-23
  • 2021-08-02
  • 2021-09-21
  • 2021-12-30
相关资源
相似解决方案