This repository has been archived by the owner on Feb 23, 2021. It is now read-only.
Add support for IQueryable.Count(Func<T, bool> predicate) #6
Labels
enhancement
New feature or request
Currently
.Where(predicate).Count()
works but.Count(predicate)
does not.See test case:
Invio.QueryProvider.MySql/test/Invio.QueryProvider.MySql.Test/MySqlQueryableTest.cs
Lines 75 to 81 in 03146ab
The text was updated successfully, but these errors were encountered: