DbColumnName

Name of the database table column for an attribute

Syntax

DbColumnName "value";

Description

This should be specified only when the generated column name is not a valid column name.

When not explicitly specified, the column name is generated from the model name by separating words with an underscore character and converted to uppercase.

attributes {
   public     Desc TEXT(40) AMIUL {
      DbColumnName "DESCRIPTION";
   }
}

This page is generated from IFS Developer Studio at 2021-08-13 08:48.