Description of Table Mapping in ADO.NET :
Table Mapping in ADO.NET is a tutorial which describes you about the table mapping technique. The table mapping technique contains the the set of rules and parameters which controls how the SQL result sets in the DataAdapter object are mapped onto in-memory objects. This table mapping is divided into two phases such as Table mapping and Column mapping. You can clearly understand how to map the resultset in the fill method of the DataAdapter object to the in-memory objects with the help of the diagram shown in this tutorial.