Jump to content

DataAdapter

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Mrh30 (talk | contribs) at 11:53, 29 August 2007 (Created page with 'In ADO.NET, a '''DataAdapter''' functions as a bridge between a data source, and a disconnected data class, such as a DataSet. At the simplest level it will spe...'). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

In ADO.NET, a DataAdapter functions as a bridge between a data source, and a disconnected data class, such as a DataSet. At the simplest level it will specify SQL commands that provide elementary CRUD functionality. At a more advanced level it offers all the functions required in order to create Strongly Typed DataSets, including DataRelations.