public IEnumerable <T> Batch <T>(BatchContext <T> q) { return(this.ExecuteBatch(q.CommandText, q.Parameters, q.ParameterSets, q.FnProjector)); }
public IEnumerable <int> Batch(BatchContext q) { return(this.ExecuteBatch(q.CommandText, q.Parameters, q.ParameterSets)); }