aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Utilities
diff options
context:
space:
mode:
Diffstat (limited to 'Software/Visual_Studio/Utilities')
-rw-r--r--Software/Visual_Studio/Utilities/Tango.DBObservablesGenerator.CLI/ObservablesGenerator.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Software/Visual_Studio/Utilities/Tango.DBObservablesGenerator.CLI/ObservablesGenerator.cs b/Software/Visual_Studio/Utilities/Tango.DBObservablesGenerator.CLI/ObservablesGenerator.cs
index cac1ac156..2522b7731 100644
--- a/Software/Visual_Studio/Utilities/Tango.DBObservablesGenerator.CLI/ObservablesGenerator.cs
+++ b/Software/Visual_Studio/Utilities/Tango.DBObservablesGenerator.CLI/ObservablesGenerator.cs
@@ -65,6 +65,7 @@ namespace Tango.DBObservablesGenerator.CLI
{
codeField.Type = DalNameToStandardName(field.PropertyType.Name).SingularizeMVC();
codeField.Name = codeField.Type;
+ codeField.XmlIgnore = true;
var fk = foreignKeys.SingleOrDefault(x => x.Contains(codeField.Name));