From 95b4e14bc4e06ffb94199f5ec4e0d2d9bebceeff Mon Sep 17 00:00:00 2001 From: Roy Ben-Shabat Date: Sun, 18 Feb 2018 18:48:16 +0200 Subject: Working on new developer module. --- .../Utilities/Tango.DBObservablesGenerator.CLI/ObservablesGenerator.cs | 1 + 1 file changed, 1 insertion(+) (limited to 'Software/Visual_Studio/Utilities/Tango.DBObservablesGenerator.CLI') 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)); -- cgit v1.3.1