How to customized typedDataSet with VS designer

O

orenl

Hi,
Im using the VisualStudio 2005 designer to create typedDataSet (drag &
drop from the service explorer).
All the DataTables in the generated code inherit from
System.Data.DataTable, I would like the dataTables to inherit from
MyDataTable (a custom DataTable) instead.
How can I do that without manually editing the generated code?
 
R

RobinS

First, don't cross-post. If you're going to post to multiple
groups, post them all at once so any answers can be seen in all groups.

Second, I posted an answer to this in the other newsgroup
where you posted this question.

Robin S.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top