M
Microsoft
I've created a Component called MyComponent. To the design surface of
MyComponent I've dragged an SqlConnection object, an SqlCommand object, and
an SqlDataAdapter object and linked these items together appropriately.
My question is this: Why are these Sql components not added to the list of
components contained by MyComponent? (These objects are not added to the
private "components" member of MyComponent.) Is there a technical reason
for this or is it just a bug in the designer? Is there any way I can get
the Designer to add these items to the collection automatically, without
having to hand-code it myself?
Thanks,
-Dave
MyComponent I've dragged an SqlConnection object, an SqlCommand object, and
an SqlDataAdapter object and linked these items together appropriately.
My question is this: Why are these Sql components not added to the list of
components contained by MyComponent? (These objects are not added to the
private "components" member of MyComponent.) Is there a technical reason
for this or is it just a bug in the designer? Is there any way I can get
the Designer to add these items to the collection automatically, without
having to hand-code it myself?
Thanks,
-Dave