Once you have connected to your database you are free to customize the many settings available within ORM.NET's Object Browser. ORM.NET creates default settings for you so that you can immediately generate your data layer without any customizations.
You can always customize the behavior of generated the data object layer within ORM.NET at a later time without losing any work.
Some of the many customizations you can make to the data object model include:
Change the name of the mapped table object and/or column properties.
Change the scope of column properties or Parent/Child objects.
Control which columns can be updated or read within the Data Layer
Require properties before a record can be created
Go to Step 4: Generate Data Layer and accept the ORM.NET default settings for the OleroTraining database schema.
Refer to the Section Customize Object and Property Settings to learn more about the settings you can customize with the ORM.NET Object Browser.