- DataAdapter is a collection of commands which acts like a bridge between Dataset and Data base for transferring the data.
- DataAdapter can interact with single data table at a time.
- Syntax:
SqlDataAdapter ObjectName = new SqlDataAdapter
([SelectCommnd, ConnectionString / ConnectionObject]);
0 comments :
Post a Comment