aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Tango.DAL.Remote/DB/RemoteADO.edmx
diff options
context:
space:
mode:
Diffstat (limited to 'Software/Visual_Studio/Tango.DAL.Remote/DB/RemoteADO.edmx')
-rw-r--r--Software/Visual_Studio/Tango.DAL.Remote/DB/RemoteADO.edmx6
1 files changed, 6 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 0e16606a7..f27945995 100644
--- a/Software/Visual_Studio/Tango.DAL.Remote/DB/RemoteADO.edmx
+++ b/Software/Visual_Studio/Tango.DAL.Remote/DB/RemoteADO.edmx
@@ -767,6 +767,8 @@
<Property Name="END_DATE" Type="datetime2" Precision="3" Nullable="false" />
<Property Name="STATUS" Type="int" Nullable="false" />
<Property Name="JOB_LENGTH" Type="float" Nullable="false" />
+ <Property Name="JOB_LOGICAL_LENGTH" Type="float" Nullable="false" />
+ <Property Name="NUMBER_OF_UNITS" Type="int" Nullable="false" />
<Property Name="IS_GRADIENT" Type="bit" Nullable="false" />
<Property Name="GRADIENT_RESOLUTION_CM" Type="int" Nullable="false" />
<Property Name="LIQUID_QUANTITY_STRING" Type="nvarchar(max)" />
@@ -6377,6 +6379,8 @@
<Property Name="END_DATE" Type="DateTime" Nullable="false" Precision="3" />
<Property Name="STATUS" Type="Int32" Nullable="false" />
<Property Name="JOB_LENGTH" Type="Double" Nullable="false" />
+ <Property Name="JOB_LOGICAL_LENGTH" Type="Double" Nullable="false" />
+ <Property Name="NUMBER_OF_UNITS" Type="Int32" Nullable="false" />
<Property Name="IS_GRADIENT" Type="Boolean" Nullable="false" />
<Property Name="GRADIENT_RESOLUTION_CM" Type="Int32" Nullable="false" />
<Property Name="LIQUID_QUANTITY_STRING" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
@@ -9827,6 +9831,8 @@
<ScalarProperty Name="LIQUID_QUANTITY_STRING" ColumnName="LIQUID_QUANTITY_STRING" />
<ScalarProperty Name="GRADIENT_RESOLUTION_CM" ColumnName="GRADIENT_RESOLUTION_CM" />
<ScalarProperty Name="IS_GRADIENT" ColumnName="IS_GRADIENT" />
+ <ScalarProperty Name="NUMBER_OF_UNITS" ColumnName="NUMBER_OF_UNITS" />
+ <ScalarProperty Name="JOB_LOGICAL_LENGTH" ColumnName="JOB_LOGICAL_LENGTH" />
<ScalarProperty Name="JOB_LENGTH" ColumnName="JOB_LENGTH" />
<ScalarProperty Name="STATUS" ColumnName="STATUS" />
<ScalarProperty Name="END_DATE" ColumnName="END_DATE" />