aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Tango.DAL.Local/DB/ADDRESS.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Software/Visual_Studio/Tango.DAL.Local/DB/ADDRESS.cs')
-rw-r--r--Software/Visual_Studio/Tango.DAL.Local/DB/ADDRESS.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Visual_Studio/Tango.DAL.Local/DB/ADDRESS.cs b/Software/Visual_Studio/Tango.DAL.Local/DB/ADDRESS.cs
index fe7a6503a..edecaf250 100644
--- a/Software/Visual_Studio/Tango.DAL.Local/DB/ADDRESS.cs
+++ b/Software/Visual_Studio/Tango.DAL.Local/DB/ADDRESS.cs
@@ -18,7 +18,7 @@ namespace Tango.DAL.Local.DB
public string GUID { get; set; }
public System.DateTime LAST_UPDATED { get; set; }
public bool DELETED { get; set; }
- public string ADDRESS1 { get; set; }
+ public string ADDRESS_STRING { get; set; }
public string LOCALITY { get; set; }
public string COUNTRY { get; set; }
public string CITY { get; set; }