Data Provider Integration Scenario
Because the PSQL data provider is integrated into Visual Studio, many typical data access tasks can be simplified. For example, after making the connection to the database, you can create queries using Query Builder.
The Query Builder can help you graphically design database queries.
1
2
3
Right-click Tables and select New Query.
4
5
Click Close to close the Add Table window.
6
7
Click the Execute SQL button on the toolbar.
8