Saturday, July 21, 2007

ADO.net DataAdapter Members and Methods

DataAdapter Members and Methods:
Public Properties:
1. TableMappings: Gets a collection that provides the master mapping between source and data table
Public Methods:
1. Fill: Adds or refreshes rows in dataset
2. GetFillParameters: Gets the parameters set by the user
3. Update: Calls the respective insert, update or delete statements

No comments: