首页 > Windows开发 > 详细

[Windows Azure] Querying Tables and Entities

时间:2014-03-25 18:45:03      阅读:492      评论:0      收藏:0      [点我收藏+]
Constructing Filter Strings

When constructing a filter string, keep these rules in mind:

  • Use the logical operators defined by the OData Protocol Specification to compare a property to a value. Note that it is not possible to compare a property to a dynamic value; one side of the expression must be a constant.
  • The property name, operator, and constant value must be separated by URL-encoded spaces. A space is URL-encoded as %20.
  • All parts of the filter string are case-sensitive.
  • The constant value must be of the same data type as the property in order for the filter to return valid results. For more information about supported property types, see Understanding the Table Service Data Model.

[Windows Azure] Querying Tables and Entities,布布扣,bubuko.com

[Windows Azure] Querying Tables and Entities

原文:http://www.cnblogs.com/fengye87626/p/3622905.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!