DataSet contains the data from the DataAdapter which is the
bridge between the DataSet and Database. DataAdapter provides the way to
retrieve and save data between the DataSet and Database. It accomplishes this
by means of request to the SQL Commands made against the database.
Markdown for AI
A clean, structured version of this page for AI assistants and LLMs.
We use cookies to ensure you have the best browsing experience on our website. By using our site, you
acknowledge that you have read and understood our
Cookie Policy &
Privacy Policy.
DataAdapter helps in linking the database and connection object. DataAdapter provides communication between Dataset and data sources.
Data moves ‘in and out’ of the Dataset through DataAdapter.
The properties of DataAdapter that allow the user to control the database are:
DataSet contains the data from the DataAdapter which is the bridge between the DataSet and Database. DataAdapter provides the way to retrieve and save data between the DataSet and Database. It accomplishes this by means of request to the SQL Commands made against the database.