Test Prep
Test Prep
TEST PREP
• posProductsTableAdapter – gets data directly from the data source.
• tableAdapterManager – manages multiple tables in the database.
• posProductDataSet – gets a copy of the table from the table adapter
and keeps it in memory. The application works with the dataset
instead of working directly with the database. Instructs the table
adapter to write changes back to the database.
• posProductsBindingSource – is a component that can connect user
interface controls directly to the dataset.
Table Adapter Queries