Dataset - Ineritance

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

I have created a class called 'dsData' which inherit from a dataset.
Instance of 'dsData' is added to the windows form. I unable to open the
collection editor for tables and relations from the propery window for the
inherited class.

If Dataset is inherited, tables and relation collection editor disabled in
the property window. How to enable it ?

Regards
Indra Kumar
 
Indra,

I assume that you mean in the designer. At least you would in my opinion
have to make a component from it, so that you can drag it from your
designer.

Cor
 
Back
Top