Skip to content
This repository has been archived by the owner on Aug 18, 2020. It is now read-only.

Supported LINQ features

Matthijs Wagemakers edited this page Dec 21, 2016 · 2 revisions

The LINQ provider supports the following LINQ features:

  • Where
  • Nesting statements using parentheses
  • Equal, GreaterThen, GreaterThanOrEqual, LessThan, LessThanOrEqual, NotEqual
  • String methods: Contains, StartsWith, EndsWith, Equals
  • OrderBy, OrderByDescending
  • ToList, ToArray
  • First, FirstOrDefault
  • Single, SingleOrDefault
  • Take
  • Skip

Make sure to also check out the current limitations.

Clone this wiki locally