piaoniao/php-linq

v0.0.5 2023-04-20 05:58 UTC

This package is auto-updated.

Last update: 2024-09-20 09:16:31 UTC


README

功能

  • 生成

    • from
    • range
  • 投影和筛选

    • map
    • selectMany
    • where
  • 连接和分组

    • join
    • leftJoin
    • rightJoin
    • fullJoin
    • groupJoin
    • group
  • Select

    • page
    • select
    • find
  • 聚合

    • aggregate
    • count
    • average
    • sum
    • min
    • max
  • 集合

    • all
    • any
    • contains
    • append
    • prepend
    • insert
    • insertAll
    • concat
    • distinct
    • except
    • intersect
    • union
    • elementAt
    • first
    • last
    • single
    • indexOf
    • lastIndexOf
    • findIndex
    • findLastIndex
    • skip
    • skipWhile
    • take
    • takeWhile

感谢

https://github.com/Athari/YaLinqo