0

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?

4

1 回答 1

1

所有生成的类和方法都应该可以从 Class View 窗口中使用。要从菜单中打开它:View > Class View

或者您可以使用对象浏览器(也在View菜单中)查看项目中的所有类和方法。

于 2012-12-17T20:15:02.177 回答