views:

9

answers:

0

Hi guys,

I have many typed datasets in my project. My purpose is to set two parameters of these datasets when I instantiate any of these datasets. (RemotingFormat and ExcludeSchema)

Therefore I am looking for a solution like setting these two parameters in constructor of each dataset class. But this solution has two drawbacks: First, I have to set each parameter on each typed dataset class' designer file and second the code lines that I have added this way will be deleted when the related dataset is updated.

Is there a similar solution like creating a new Base class, etc...

I hope, I have pointed my issue clearly.

Thank you.