Attribute.CheckIdNameConflict
(Created page with "{| class="wikitable" !#TargetType.TaggedValue !CommaSeparatedExampleValues !Short Description |- |#Attribute.CheckIdNameConflict |True,False |Avoids warning about naming confl...")
 
(Updated Edited template to July 12, 2025.)
 
(7 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<message>Write the content here to display this box</message>
{| class="wikitable"
{| class="wikitable"
!#TargetType.TaggedValue
!#TargetType.TaggedValue
Line 6: Line 7:
|#Attribute.CheckIdNameConflict
|#Attribute.CheckIdNameConflict
|True,False
|True,False
|Avoids warning about naming conflicts between a table and the automatically named ID columns when generating a SQL database
|Avoids warning about naming conflicts between a table and the automatically named ID columns when generating an SQL database.
|}
|}
This is a way to turn off the evolve feature (auto-evolve or the generate database). We usually warn the user that this name will be in conflict with the naming rules of the SQL server. If you are sure as a designer or developer that you want these names used anyway, you can set this to "false" and the evolve feature will use these probably conflicting names in your database. 
[[Category:Tagged Values]]
{{Edited|July|12|2025}}

Latest revision as of 05:46, 20 January 2025

This page was created by Stephanie@mdriven.net on 2023-05-18. Last edited by Edgar on 2025-01-20.
#TargetType.TaggedValue CommaSeparatedExampleValues Short Description
#Attribute.CheckIdNameConflict True,False Avoids warning about naming conflicts between a table and the automatically named ID columns when generating an SQL database.

This is a way to turn off the evolve feature (auto-evolve or the generate database). We usually warn the user that this name will be in conflict with the naming rules of the SQL server. If you are sure as a designer or developer that you want these names used anyway, you can set this to "false" and the evolve feature will use these probably conflicting names in your database.