Ivan Porto Carrero
2009-Jun-17 19:15 UTC
[Ironruby-core] is there a way to pick a method overload?
Hi Is there a way to pick a CLR method overload? var query = new Query(); UnitOfWorkScope.Current.Find<ChatMessage>(query); That find method takes a Query type or a ProcedureQuery type where ProcedureQuery would be a stored proc call. Also ProcedureQuery is a more specialized version of a Query class. Currently this method fails because IronRuby picks the overload with the ProcedureQuery and I''d like to be able to tell it to take the overload that takes Query. Can that be done? --- Met vriendelijke groeten - Best regards - Salutations Ivan Porto Carrero Blog: http://flanders.co.nz Twitter: http://twitter.com/casualjim Author of IronRuby in Action (http://manning.com/carrero) -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://rubyforge.org/pipermail/ironruby-core/attachments/20090617/a17109fb/attachment.html>