In This Topic
Working with Typed DataViewSet
In This Topic

ADO.NET DataExtender also provides a facility to create strongly typed view set definitions that are global for your project. Such a definition resides as a project level item and can be reused in multiple forms of your application. This feature is called typed DataViewSet and, compared to a locally defined DataViewSet, has the following benefits:

See Also