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?