try to implement IEnumerable, or IListSource

解决方案 »

  1.   

    感谢思归老大。 
    我想实现的是一个StrongType DataSet,请问实现那个接口? 还是两个均可?
    再次感谢,您简直是我等菜鸟的救星~
      

  2.   

    just derive from DataSet then, try to create one based on existing data then follow the generated code, seeHOW TO: Create and Use a Typed DataSet by Using Visual C# .NET
    http://support.microsoft.com/default.aspx?scid=kb;EN-US;320714
      

  3.   

    老大,我的控件已经是从System.ComponentModel.Component继承出来了,还能直接从DataSet上面多重继承么?
      

  4.   

    >>>多重继承么? no