DataView relation to DataSet

C

C Glenn

I've created a DataSet subclass that includes a public DataView. The
DataView is instantiated with the DataSet's DataTable in the
constructor's parameter list. Is there a way to determine the DataSet
associated with the DataView through the DataTable used in the
instantiation of the DataView?
 

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