Monday, June 18, 2012

Understanding Data Items

When using the example in the previous post, or in other ocasions, you may see three items, the "DataSet", "BindingSource" and "TableAdapter", so here's what they do:

DataSet:
   Stores data in memory when in "run time"

BindingSource:
   Has all the information regarding the connection and is responsible for the navigation as all the other records functionality.

TableAdapter:
   Gets data from the table and sends it to the application

No comments:

Post a Comment