문제

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