Setup Naming Rules under Model-First Approach

This page allows you to specify the naming rules for database objects and their members that are added to the database.

Case

Changes the case of the letters in the database object name. Can take the following values:

Unchanged

Does not change the case.

Capitalized

The first letter of the database object and the first letter after each underscore in the entity name will be uppercase, other letters will be lowercase.

FirstLetterUppercase

The name of a table begins with a capital letter, case of other letters will not be changed.

Lower

All letters in the name of a table are converted to lower case.

Upper

All letters in the name of a table are converted to upper case.

Remove Preffix(es)

Removes specified prefix(es).

Remove Suffix(es)

Removes specified suffix(es).

Add Prefix

Adds specified prefix.

Add Suffix

Adds specified suffix.

Pluralization

Unchanged

Does not change the number.

Singularize

Singularizes table or table column names.

Pluralize

Pluralizes table or table column names.

Remove underscores

Select this check box to remove underscores from the names of the generated tables, views, and columns.

Example

This field shows the current and expected name in the corresponding Original and Becomes fields.

This page is characteristic for the Model-First approach.

 


Send feedback on this topic

© 2008 - 2024 Devart. All rights reserved.