0

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

Eatdoku
  • 6,569
  • 13
  • 63
  • 98

1 Answers1

0

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.

David
  • 208,112
  • 36
  • 198
  • 279