コード例 #1
0
 public bool Any(Func <TEntity, bool> predicate)
 {
     return(DbEntitySet.Any(predicate));
 }