[Mono-dev] System.Data.Mono.Data.SqlExpressions.IExpression.Reset name change

2006-01-09 Thread Boris Kirzner
Hello all The resent change by Senga that introduces Reset method in IExpression interface presents us (Grasshopper) with the following problem: since in Java methods can not be overrided by interface, but by name only, in class RelatedDataView method Reset() inherited from DataView collides with

Re: [Mono-dev] System.Data.Mono.Data.SqlExpressions.IExpression.Reset name change

2006-01-09 Thread T Senganal
Hi If no one objects, I'd like to change the IExpression.Reset() to IExpression.ResetExpression(). If not - I'll make the mane change under #ifdef TARGET_JVM, what personally looks for me as a less clean solution. my mistake.. didn't notice the clash.. i will change the method name..