Exemplo n.º 1
0
 public static IEnumerable <S> Batch <U, T, S>(this IUpdatable <U> collection, IEnumerable <T> instances, Expression <Func <IUpdatable <U>, T, S> > fnOperation)
 {
     return(collection.Batch <U, T, S>(instances, fnOperation, 50, false));
 }