Reverse mapping is the process of taking an already existing database and generating the persistent classes. The persistent classes could be then used for accessing and working with the database.
In this example we demonstrate how RadGridView is binded to all the products by using the generated Product class. The Product class is one of the classes generated when the Northwind database has been reverse mapped.