Listing out all the names of ASP.Net methods and mappings for a DataSet created in DataSet Designer

StackOverflow https://stackoverflow.com/questions/13920686

سؤال

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?

هل كانت مفيدة؟

المحلول

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.

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top