[Windows Azure] Querying Tables and Entities

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

上一篇:win8.1远程桌面连接2008显示正在加密远程连接


下一篇:美化Windows.Forms.TreeView