Example #1
0
File: DbSet.cs Project: zmk523/CRL3
 public int Count(Expression <Func <T, bool> > expression, bool compileSp = false)
 {
     return(_BaseProvider.Count(expression, compileSp));
 }