diff options
| author | Roy Ben Shabat <roy.mail.net@gmail.com> | 2025-09-09 06:51:14 +0300 |
|---|---|---|
| committer | Roy Ben Shabat <roy.mail.net@gmail.com> | 2025-09-09 06:51:14 +0300 |
| commit | 1cbef6c4d79a1db8c8d3923edfec2e50277caa51 (patch) | |
| tree | 6487fb1a2e4c85327bc74348018ad1621cc28fba /Software/Visual_Studio/Tango.DAL.Remote/DB/RemoteADO.edmx | |
| parent | 987e4992d01a0bc84170498c40dad0621542f46c (diff) | |
| download | Tango-1cbef6c4d79a1db8c8d3923edfec2e50277caa51.tar.gz Tango-1cbef6c4d79a1db8c8d3923edfec2e50277caa51.zip | |
RMl Default Liquid Factor + Machine Type + Improved RML Filter Loading.
Diffstat (limited to 'Software/Visual_Studio/Tango.DAL.Remote/DB/RemoteADO.edmx')
| -rw-r--r-- | Software/Visual_Studio/Tango.DAL.Remote/DB/RemoteADO.edmx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Software/Visual_Studio/Tango.DAL.Remote/DB/RemoteADO.edmx b/Software/Visual_Studio/Tango.DAL.Remote/DB/RemoteADO.edmx index 8ed5c4fed..93ca57214 100644 --- a/Software/Visual_Studio/Tango.DAL.Remote/DB/RemoteADO.edmx +++ b/Software/Visual_Studio/Tango.DAL.Remote/DB/RemoteADO.edmx @@ -1459,6 +1459,7 @@ <Property Name="BTSR_YARN_TYPE_GUID" Type="varchar" MaxLength="36" /> <Property Name="BTSR_TENSION_ERROR" Type="float" Nullable="false" /> <Property Name="DEFAULT_LIQUID_FACTOR" Type="float" Nullable="false" /> + <Property Name="MACHINE_TYPE" Type="int" /> </EntityType> <EntityType Name="RMLS_EXTENSIONS"> <Key> @@ -7109,6 +7110,7 @@ <Property Name="BTSR_YARN_TYPE_GUID" Type="String" MaxLength="36" FixedLength="false" Unicode="false" /> <Property Name="BTSR_TENSION_ERROR" Type="Double" Nullable="false" /> <Property Name="DEFAULT_LIQUID_FACTOR" Type="Double" Nullable="false" /> + <Property Name="MACHINE_TYPE" Type="Int32" /> <NavigationProperty Name="BTSR_APPLICATION_TYPES" Relationship="RemoteModel.FK_RMLS_BTSR_APPLICATION_TYPES" FromRole="RML" ToRole="BTSR_APPLICATION_TYPES" /> <NavigationProperty Name="BTSR_YARN_TYPES" Relationship="RemoteModel.FK_RMLS_BTSR_YARN_TYPES" FromRole="RML" ToRole="BTSR_YARN_TYPES" /> <NavigationProperty Name="CATS" Relationship="RemoteModel.FK_CATS_RMLS" FromRole="RML" ToRole="CAT" /> @@ -10593,6 +10595,7 @@ <EntitySetMapping Name="RMLS"> <EntityTypeMapping TypeName="RemoteModel.RML"> <MappingFragment StoreEntitySet="RMLS"> + <ScalarProperty Name="MACHINE_TYPE" ColumnName="MACHINE_TYPE" /> <ScalarProperty Name="DEFAULT_LIQUID_FACTOR" ColumnName="DEFAULT_LIQUID_FACTOR" /> <ScalarProperty Name="BTSR_TENSION_ERROR" ColumnName="BTSR_TENSION_ERROR" /> <ScalarProperty Name="BTSR_YARN_TYPE_GUID" ColumnName="BTSR_YARN_TYPE_GUID" /> |
