Re: IBatisNet: Generating IDbCommand objects from IMappedStatements

2006-02-16 Thread Chad Humphries
cool. I figured that's what you were meaning/going after, I just wanted to get a clearer picture. -chad On 2/16/06, Ron Grabowski <[EMAIL PROTECTED]> wrote: > I meant something closer to this: > > // general text processing > string dynamicText = (string)mappedStatement.Process( > velocityHan

Re: IBatisNet: Generating IDbCommand objects from IMappedStatements

2006-02-15 Thread Ron Grabowski
I meant something closer to this: // general text processing string dynamicText = (string)mappedStatement.Process( velocityHandler, new int[] {5, 6, 9}); --- Chad Humphries <[EMAIL PROTECTED]> wrote: > Sounds like this would be a good extension point as a whole. One > thing stuck out in your

Re: IBatisNet: Generating IDbCommand objects from IMappedStatements

2006-02-15 Thread Chad Humphries
Sounds like this would be a good extension point as a whole. One thing stuck out in your message though. // general text processing string dynamicText = (string)mappedStatement.Process( dynamicTextHandler, new int[] {5, 6, 9}); The idea that iBatis might handle general te