TableAdapter Configuration Wizard - Choose Methods to Generate

Fig. 1. Table Adapter Configuration Wizard - Bind Commands to Existing Stored Procedures
Feature | What it is |
---|---|
Fill a DataTable | Creates the default Method to be used to fill the data tables in the database |
Return a DataTable | Creates the default method used to return data from a filled data table |
Create methods to send updates directly to the database | Creates the Insert, Update and delete Statements required for any changes to the data table. This option is disabled if the "use Existing Store Procedures was selected. |