i'm working with .net 2 and visual studio 2005
I want to know how to add/create a static method in a TabelAdapter
thanks
i'm working with .net 2 and visual studio 2005
I want to know how to add/create a static method in a TabelAdapter
thanks
Here's a blog post about implementing static "extension methods" in plain old .NET 2.0 (for those who are unable to upgrade a particular project for whatever reason). It references Scott Hanselman's post on the subject, as well as another example post.