Question

When a typed DataSet is created using the Visual Studio DataSet Designer, several methods, etc. are generated.

Example:

DataSetStudentsAndParentsTableAdapters.DataTableTableAdapterStudentsAndParents
theTableAdapter.GetDataByStudentsAndParents

etc.

We have many DataSets created this way and it seems difficult to keep track of all names belonging to the methods and mappings.

Is there an easy way to list out all of these names for a particular DataSet created in the DataSet Designer?

Was it helpful?

Solution

All generated classes and methods should be available to you from the Class View window. To open it from the menu: View > Class View.

Or you can use the Object Browser (also in the View menu) to see all classes and methods in your project.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top