public int Count(Expression <Func <blog_Table, bool> > predicate)
 {
     return(db.Set <blog_Table>().Count(predicate));
 }
Exemple #2
0
 public int Count(Expression <Func <administrator_Table, bool> > predicate)
 {
     return(db.Set <administrator_Table>().Count(predicate));
 }