Data Set Designer Drag-and-Drop Test
The Data Set Designer Drag-and-Drop test validates that third-party data source objects are successfully dropped onto the DataSet Designer from the Visual Studio Server Explorer.
-
In Visual Studio, create a new Windows Application project.
-
Add a DataSet project item.
-
Show the Server Explorer.
-
Add a connection to the database using the generic provider, using required steps for adding a database connection.
-
Drag tables and columns to the DataSet Designer and verify that TableAdapters are successfully created and properties are correctly set.
-
Drag related tables to the DataSet Designer and verify that relationships are successfully created for tables in the database.
-
Drag views and columns to the DataSet Designer and verify that TableAdapters are successfully created and that properties are correctly set.
-
Drag stored procedures, which return rowsets onto the DataSet Designer, and verify that TableAdapters are created and that properties are correctly set.
-
Drag stored procedures, which return scalar values or null values onto the DataSet Designer; verify that Queries are created and that properties are correctly set.
-
Drag functions that return rowsets to the DataSet Designer and verify that TableAdapters are created and that properties are correctly set.
-
Drag functions that return scalar or no values to the DataSet Designer and verify that Queries are created and that properties are correctly set.