Forward mapping (Classes to Tables) is the process of taking existing classes and their fields and generating the respective database table and columns. Once mapped, you can use these classes for working with the data and persisting it in the database.

In this example we have first started with the Messages, RadProducts and Users classes and then we used the forward mapping dialog to create the respective databases.