B
Bob Day
Using vs2003, vb.net, msde...
I have Component Designer class that has many datasets in it. I would like
a way to iterate through the DataSets in an instantiation of the Component
Designer class, but don'see any collect available to do that.
' holds Dataset
Dim DS As DataSet
' instantiat component designer class
dim CD as new Component_Designer_Class
' will walk through all Data Sets in Component Designer class
For Each DS In CD.Collection ' *** no such collection command
exists
' code
Next
Any ideas?
Thanks Bob
I have Component Designer class that has many datasets in it. I would like
a way to iterate through the DataSets in an instantiation of the Component
Designer class, but don'see any collect available to do that.
' holds Dataset
Dim DS As DataSet
' instantiat component designer class
dim CD as new Component_Designer_Class
' will walk through all Data Sets in Component Designer class
For Each DS In CD.Collection ' *** no such collection command
exists
' code
Next
Any ideas?
Thanks Bob