Skip to content

Query.Operators

Define transformation and terminal operators for query pipelines.

  • Where
  • Select
  • Take
  • Skip
  • Count
  • First
  • CollectArray
  • Operators should compose via concrete generic wrappers.
  • Public names follow C# conventions (PascalCase).