Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 .net 2 和 Visual Studio 2005
我想知道如何在 TabelAdapter 中添加/创建静态方法
谢谢
这是一篇关于在普通的旧 .NET 2.0 中实现静态“扩展方法”的博客文章(适用于那些因任何原因无法升级特定项目的人)。它引用了Scott Hanselman关于该主题的帖子,以及另一个示例帖子。