Y
YunusEmre
Hi,
I have a class named MyDataAdapter that derives from
System.ComponentModel.Component and it contains all of my SqlDataAdapter
objects(around a 100).
How can I find a SqlDataAdapter in the MyDataAdapter instance at run-time by
its name.
e-mre
I have a class named MyDataAdapter that derives from
System.ComponentModel.Component and it contains all of my SqlDataAdapter
objects(around a 100).
How can I find a SqlDataAdapter in the MyDataAdapter instance at run-time by
its name.
e-mre