diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2017-12-19 14:53:03 +0200 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2017-12-19 14:53:03 +0200 |
| commit | fee2c690e1ff0b8be3a3f10e30184c76efa4c0c2 (patch) | |
| tree | 670fb9b3f84d5a4b0af1c6c7797a6f130b68e38d /Software/Visual_Studio/Tango.DAL.Remote/DB/RML.cs | |
| parent | b421701fd5cf000a16cab9b1fe9eda812ccce8c3 (diff) | |
| download | Tango-fee2c690e1ff0b8be3a3f10e30184c76efa4c0c2.tar.gz Tango-fee2c690e1ff0b8be3a3f10e30184c76efa4c0c2.zip | |
Modified several table names.
Diffstat (limited to 'Software/Visual_Studio/Tango.DAL.Remote/DB/RML.cs')
| -rw-r--r-- | Software/Visual_Studio/Tango.DAL.Remote/DB/RML.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Software/Visual_Studio/Tango.DAL.Remote/DB/RML.cs b/Software/Visual_Studio/Tango.DAL.Remote/DB/RML.cs index 3e7ff1dd4..adf1cc8d2 100644 --- a/Software/Visual_Studio/Tango.DAL.Remote/DB/RML.cs +++ b/Software/Visual_Studio/Tango.DAL.Remote/DB/RML.cs @@ -17,7 +17,7 @@ namespace Tango.DAL.Remote.DB [System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2214:DoNotCallOverridableMethodsInConstructors")] public RML() { - this.LIQUIDS_RMLS = new HashSet<LIQUIDS_RMLS>(); + this.LIQUID_TYPES_RMLS = new HashSet<LIQUID_TYPES_RMLS>(); } public int ID { get; set; } @@ -47,7 +47,7 @@ namespace Tango.DAL.Remote.DB public virtual FIBER_SYNTHS FIBER_SYNTHS { get; set; } public virtual LINEAR_MASS_DENSITY_UNITS LINEAR_MASS_DENSITY_UNITS { get; set; } [System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")] - public virtual ICollection<LIQUIDS_RMLS> LIQUIDS_RMLS { get; set; } + public virtual ICollection<LIQUID_TYPES_RMLS> LIQUID_TYPES_RMLS { get; set; } public virtual MEDIA_COLORS MEDIA_COLORS { get; set; } public virtual MEDIA_CONDITIONS MEDIA_CONDITIONS { get; set; } public virtual MEDIA_MATERIALS MEDIA_MATERIALS { get; set; } |
