Yes, and then you put input1 before input2, the rows that input2 consumes is the output of input 1
On Thu, Mar 25, 2010 at 1:16 PM, chitech <[email protected]> wrote: > It's just me. > > On Input2 I just override > > public override IEnumerable<Row> Execute(IEnumerable<Row> > rows) > > to get the row from Input1. Right? > > > On Mar 25, 11:56 am, Ayende Rahien <[email protected]> wrote: > > You chain them together. > > > > > > > > On Thu, Mar 25, 2010 at 12:54 PM, chitech <[email protected]> wrote: > > > Alo > > > > > I have a input operation that need information from another input > > > operation. Each input operation has it own connectionstring > > > > > Something like this: > > > > > input1 (connectionstring 1): > > > Select companyName from Company where id = 1 > > > > > input2 (connectionstring 2): > > > select * from SomeData where companyName = companyName > > > > > I have no problem with connectionstring but how can I extract the > > > companyName from input1 to put it in input2 query > > > > > -- > > > You received this message because you are subscribed to the Google > Groups > > > "Rhino Tools Dev" group. > > > To post to this group, send email to [email protected]. > > > To unsubscribe from this group, send email to > > > [email protected]<rhino-tools-dev%[email protected]> > <rhino-tools-dev%2Bunsubscribe@ googlegroups.com> > > > . > > > For more options, visit this group at > > >http://groups.google.com/group/rhino-tools-dev?hl=en. > > -- > You received this message because you are subscribed to the Google Groups > "Rhino Tools Dev" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<rhino-tools-dev%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/rhino-tools-dev?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Rhino Tools Dev" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rhino-tools-dev?hl=en.
