Method Overloading in CLR Objects

I just wrote some CLR Objects with C# in Whidbey Beta 1 and Sql  Express.  I had a couple of methods named the same thing and I was going to use Method Overloading to call them given the parameters that I handed in.  I compiled and everything was fine.  I tried to deploy to my Sql Express database, and bango, multiple methods with the same name are not supported.  Is there any “good way” to simulate method overloading in Sql Express / Yukon?

Wally

1 Comment

Comments have been disabled for this content.