07-02 Filtering(过滤 )&& 07-03 Sorting(排序 )

07-02 Filtering(过滤 )

XPO allows you to:
XPO允许您:

  • filter data items in a data store prior to retrieving data,
    在检索数据之前过滤数据存储中的数据项,
  • filter the already retrieved persistent objects on the client side.
    在客户端过滤已检索到的持久对象。

Filter Data on the Server Side(过滤服务器端的数据)

Using LINQ to XPO(使用LINQ到XPO)

The following example demonstrates how to use LINQ to XPO to query the data store for those customers who are older than 40.
以下示例演示如何使用LINQ to XPO查询40岁以上客户的数据存储。


你可能感兴趣的:(XPO,.net,linq,数据库,XPO)