Ejemplo n.º 1
0
 public StreamingQueryable <T> Where(Expression <Func <T, bool> > predicate)
 {
     return(new StreamingQueryable <T>(data.filter(predicate.Compile()), agent));
 }