示例#1
0
 public int Count(Func <T, bool> predicate)
 {
     return(LeLeContext.Set <T>().Where(predicate).Count());
 }