代码之家  ›  专栏  ›  技术社区  ›  Bartzilla

OData查询选项是在服务器还是客户机上执行的?

  •  0
  • Bartzilla  · 技术社区  · 7 年前

    $filter 例如 /subscripor?$filter=age%20eq%2025

    OData documentation

    1 回复  |  直到 7 年前
        1
  •  1
  •   Bernard    7 年前

    here

    <Table noDataText="no data" id="table0" visibleRowCount="10" threshold="15"
        rows="{ path: 'yourModel>/yourDataSet', parameters: {operationMode: 'Server'} }">