14567 lines
1.9 MiB
14567 lines
1.9 MiB
<?xml version="1.0" encoding="utf-8"?>
|
|
<xs:schema id="EpsonDataSet1" targetNamespace="http://tempuri.org/EpsonDataSet1.xsd" xmlns:mstns="http://tempuri.org/EpsonDataSet1.xsd" xmlns="http://tempuri.org/EpsonDataSet1.xsd" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" xmlns:msprop="urn:schemas-microsoft-com:xml-msprop" attributeFormDefault="qualified" elementFormDefault="qualified">
|
|
<xs:annotation>
|
|
<xs:appinfo source="urn:schemas-microsoft-com:xml-msdatasource">
|
|
<DataSource DefaultConnectionIndex="0" FunctionsComponentName="QueriesTableAdapter" GeneratorFunctionsComponentClassName="QueriesTableAdapter" Modifier="AutoLayout, AnsiClass, Class, Public" SchemaSerializationMode="IncludeSchema" UserFunctionsComponentName="QueriesTableAdapter" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
|
|
<Connections>
|
|
<Connection AppSettingsObjectName="MySettings" AppSettingsPropertyName="EpsonConnectionString" ConnectionStringObject="" IsAppSettingsProperty="true" Modifier="Assembly" Name="EpsonConnectionString (MySettings)" ParameterPrefix="@" PropertyReference="ApplicationSettings.Mounting_Sequence.My.MySettings.GlobalReference.Default.EpsonConnectionString" Provider="System.Data.SqlClient" />
|
|
</Connections>
|
|
<Tables>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="AOIQ_TempTableAdapter" GeneratorDataComponentClassName="AOIQ_TempTableAdapter" Name="AOIQ_Temp" UserDataComponentName="AOIQ_TempTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="EpsonConnectionString (MySettings)" DbObjectName="Epson.dbo.AOIQ_Temp" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
|
<InsertCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>INSERT INTO [dbo].[AOIQ_Temp] ([Stage], [Qty]) VALUES (@Stage, @Qty)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Stage" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="Stage" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Qty" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Qty" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</InsertCommand>
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT Stage, Qty FROM dbo.AOIQ_Temp</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="Stage" DataSetColumn="Stage" />
|
|
<Mapping SourceColumn="Qty" DataSetColumn="Qty" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="batchTableAdapter" GeneratorDataComponentClassName="batchTableAdapter" Name="batch" UserDataComponentName="batchTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="EpsonConnectionString (MySettings)" DbObjectName="Epson.dbo.batch" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
|
<DeleteCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>DELETE FROM [dbo].[batch] WHERE (([batchId] = @Original_batchId) AND ((@IsNull_batchNo = 1 AND [batchNo] IS NULL) OR ([batchNo] = @Original_batchNo)) AND ((@IsNull_partNo = 1 AND [partNo] IS NULL) OR ([partNo] = @Original_partNo)) AND ((@IsNull_line = 1 AND [line] IS NULL) OR ([line] = @Original_line)) AND ((@IsNull_quantity = 1 AND [quantity] IS NULL) OR ([quantity] = @Original_quantity)) AND ((@IsNull_prefix = 1 AND [prefix] IS NULL) OR ([prefix] = @Original_prefix)) AND ((@IsNull_suffix = 1 AND [suffix] IS NULL) OR ([suffix] = @Original_suffix)) AND ((@IsNull_lastupdatedby = 1 AND [lastupdatedby] IS NULL) OR ([lastupdatedby] = @Original_lastupdatedby)) AND ((@IsNull_lastupdate = 1 AND [lastupdate] IS NULL) OR ([lastupdate] = @Original_lastupdate)))</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_batchId" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="batchId" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_batchNo" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="batchNo" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_batchNo" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="batchNo" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_partNo" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="partNo" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_partNo" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="partNo" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_line" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="line" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_line" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="line" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_quantity" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="quantity" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_quantity" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="quantity" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_prefix" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="prefix" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_prefix" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="prefix" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_suffix" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="suffix" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_suffix" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="suffix" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_lastupdatedby" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_lastupdatedby" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_lastupdate" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_lastupdate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</DeleteCommand>
|
|
<InsertCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>INSERT INTO [dbo].[batch] ([batchNo], [partNo], [line], [quantity], [prefix], [suffix], [lastupdatedby], [lastupdate]) VALUES (@batchNo, @partNo, @line, @quantity, @prefix, @suffix, @lastupdatedby, @lastupdate);
|
|
SELECT batchId, batchNo, partNo, line, quantity, prefix, suffix, lastupdatedby, lastupdate FROM batch WHERE (batchId = SCOPE_IDENTITY())</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@batchNo" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="batchNo" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@partNo" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="partNo" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@line" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="line" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@quantity" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="quantity" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@prefix" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="prefix" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@suffix" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="suffix" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@lastupdatedby" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@lastupdate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</InsertCommand>
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT batchId, batchNo, partNo, line, quantity, prefix, suffix, lastupdatedby, lastupdate FROM dbo.batch</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
<UpdateCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>UPDATE [dbo].[batch] SET [batchNo] = @batchNo, [partNo] = @partNo, [line] = @line, [quantity] = @quantity, [prefix] = @prefix, [suffix] = @suffix, [lastupdatedby] = @lastupdatedby, [lastupdate] = @lastupdate WHERE (([batchId] = @Original_batchId) AND ((@IsNull_batchNo = 1 AND [batchNo] IS NULL) OR ([batchNo] = @Original_batchNo)) AND ((@IsNull_partNo = 1 AND [partNo] IS NULL) OR ([partNo] = @Original_partNo)) AND ((@IsNull_line = 1 AND [line] IS NULL) OR ([line] = @Original_line)) AND ((@IsNull_quantity = 1 AND [quantity] IS NULL) OR ([quantity] = @Original_quantity)) AND ((@IsNull_prefix = 1 AND [prefix] IS NULL) OR ([prefix] = @Original_prefix)) AND ((@IsNull_suffix = 1 AND [suffix] IS NULL) OR ([suffix] = @Original_suffix)) AND ((@IsNull_lastupdatedby = 1 AND [lastupdatedby] IS NULL) OR ([lastupdatedby] = @Original_lastupdatedby)) AND ((@IsNull_lastupdate = 1 AND [lastupdate] IS NULL) OR ([lastupdate] = @Original_lastupdate)));
|
|
SELECT batchId, batchNo, partNo, line, quantity, prefix, suffix, lastupdatedby, lastupdate FROM batch WHERE (batchId = @batchId)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@batchNo" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="batchNo" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@partNo" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="partNo" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@line" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="line" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@quantity" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="quantity" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@prefix" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="prefix" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@suffix" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="suffix" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@lastupdatedby" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@lastupdate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_batchId" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="batchId" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_batchNo" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="batchNo" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_batchNo" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="batchNo" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_partNo" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="partNo" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_partNo" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="partNo" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_line" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="line" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_line" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="line" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_quantity" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="quantity" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_quantity" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="quantity" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_prefix" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="prefix" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_prefix" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="prefix" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_suffix" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="suffix" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_suffix" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="suffix" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_lastupdatedby" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_lastupdatedby" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_lastupdate" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_lastupdate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="batchId" ColumnName="batchId" DataSourceName="Epson.dbo.batch" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@batchId" Precision="0" ProviderType="Int" Scale="0" Size="4" SourceColumn="batchId" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</UpdateCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="batchId" DataSetColumn="batchId" />
|
|
<Mapping SourceColumn="batchNo" DataSetColumn="batchNo" />
|
|
<Mapping SourceColumn="partNo" DataSetColumn="partNo" />
|
|
<Mapping SourceColumn="line" DataSetColumn="line" />
|
|
<Mapping SourceColumn="quantity" DataSetColumn="quantity" />
|
|
<Mapping SourceColumn="prefix" DataSetColumn="prefix" />
|
|
<Mapping SourceColumn="suffix" DataSetColumn="suffix" />
|
|
<Mapping SourceColumn="lastupdatedby" DataSetColumn="lastupdatedby" />
|
|
<Mapping SourceColumn="lastupdate" DataSetColumn="lastupdate" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="cardTableAdapter" GeneratorDataComponentClassName="cardTableAdapter" Name="card" UserDataComponentName="cardTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="EpsonConnectionString (MySettings)" DbObjectName="Epson.dbo.card" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
|
<DeleteCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>DELETE FROM [dbo].[card] WHERE (([cardno] = @Original_cardno) AND ((@IsNull_serialno = 1 AND [serialno] IS NULL) OR ([serialno] = @Original_serialno)) AND ((@IsNull_ptno = 1 AND [ptno] IS NULL) OR ([ptno] = @Original_ptno)) AND ((@IsNull_lotno = 1 AND [lotno] IS NULL) OR ([lotno] = @Original_lotno)) AND ((@IsNull_partno = 1 AND [partno] IS NULL) OR ([partno] = @Original_partno)) AND ((@IsNull_revision = 1 AND [revision] IS NULL) OR ([revision] = @Original_revision)) AND ((@IsNull_linecode = 1 AND [linecode] IS NULL) OR ([linecode] = @Original_linecode)) AND ((@IsNull_holdflag = 1 AND [holdflag] IS NULL) OR ([holdflag] = @Original_holdflag)) AND ((@IsNull_packflag = 1 AND [packflag] IS NULL) OR ([packflag] = @Original_packflag)) AND ((@IsNull_shipflag = 1 AND [shipflag] IS NULL) OR ([shipflag] = @Original_shipflag)) AND ((@IsNull_status = 1 AND [status] IS NULL) OR ([status] = @Original_status)) AND ((@IsNull_lottype = 1 AND [lottype] IS NULL) OR ([lottype] = @Original_lottype)) AND ((@IsNull_curtstage = 1 AND [curtstage] IS NULL) OR ([curtstage] = @Original_curtstage)) AND ((@IsNull_starttime = 1 AND [starttime] IS NULL) OR ([starttime] = @Original_starttime)) AND ((@IsNull_starttimeRef = 1 AND [starttimeRef] IS NULL) OR ([starttimeRef] = @Original_starttimeRef)) AND ((@IsNull_lastupdate = 1 AND [lastupdate] IS NULL) OR ([lastupdate] = @Original_lastupdate)) AND ((@IsNull_lastupdatedby = 1 AND [lastupdatedby] IS NULL) OR ([lastupdatedby] = @Original_lastupdatedby)))</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_cardno" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="cardno" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_serialno" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="serialno" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_serialno" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="serialno" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_ptno" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="ptno" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_ptno" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="ptno" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_lotno" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="lotno" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_lotno" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="lotno" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_partno" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="partno" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_partno" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="partno" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_revision" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="revision" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_revision" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="revision" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_linecode" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="linecode" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_linecode" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="linecode" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_holdflag" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="holdflag" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_holdflag" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="holdflag" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_packflag" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="packflag" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_packflag" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="packflag" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_shipflag" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="shipflag" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_shipflag" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="shipflag" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_status" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="status" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_status" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="status" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_lottype" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="lottype" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_lottype" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="lottype" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_curtstage" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="curtstage" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_curtstage" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="curtstage" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_starttime" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="starttime" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_starttime" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="starttime" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_starttimeRef" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="starttimeRef" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_starttimeRef" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="starttimeRef" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_lastupdate" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_lastupdate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_lastupdatedby" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_lastupdatedby" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</DeleteCommand>
|
|
<InsertCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>INSERT INTO [dbo].[card] ([cardno], [serialno], [ptno], [lotno], [partno], [revision], [linecode], [holdflag], [packflag], [shipflag], [status], [lottype], [curtstage], [starttime], [starttimeRef], [lastupdate], [lastupdatedby]) VALUES (@cardno, @serialno, @ptno, @lotno, @partno, @revision, @linecode, @holdflag, @packflag, @shipflag, @status, @lottype, @curtstage, @starttime, @starttimeRef, @lastupdate, @lastupdatedby);
|
|
SELECT cardno, serialno, ptno, lotno, partno, revision, linecode, holdflag, packflag, shipflag, status, lottype, curtstage, starttime, starttimeRef, lastupdate, lastupdatedby FROM card WHERE (cardno = @cardno)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@cardno" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="cardno" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@serialno" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="serialno" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@ptno" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="ptno" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@lotno" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="lotno" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@partno" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="partno" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@revision" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="revision" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@linecode" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="linecode" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@holdflag" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="holdflag" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@packflag" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="packflag" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@shipflag" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="shipflag" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@status" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="status" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@lottype" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="lottype" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@curtstage" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="curtstage" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@starttime" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="starttime" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@starttimeRef" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="starttimeRef" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@lastupdate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@lastupdatedby" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</InsertCommand>
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT cardno, serialno, ptno, lotno, partno, revision, linecode, holdflag, packflag, shipflag, status, lottype, curtstage, starttime, starttimeRef, lastupdate, lastupdatedby FROM dbo.card</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
<UpdateCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>UPDATE [dbo].[card] SET [cardno] = @cardno, [serialno] = @serialno, [ptno] = @ptno, [lotno] = @lotno, [partno] = @partno, [revision] = @revision, [linecode] = @linecode, [holdflag] = @holdflag, [packflag] = @packflag, [shipflag] = @shipflag, [status] = @status, [lottype] = @lottype, [curtstage] = @curtstage, [starttime] = @starttime, [starttimeRef] = @starttimeRef, [lastupdate] = @lastupdate, [lastupdatedby] = @lastupdatedby WHERE (([cardno] = @Original_cardno) AND ((@IsNull_serialno = 1 AND [serialno] IS NULL) OR ([serialno] = @Original_serialno)) AND ((@IsNull_ptno = 1 AND [ptno] IS NULL) OR ([ptno] = @Original_ptno)) AND ((@IsNull_lotno = 1 AND [lotno] IS NULL) OR ([lotno] = @Original_lotno)) AND ((@IsNull_partno = 1 AND [partno] IS NULL) OR ([partno] = @Original_partno)) AND ((@IsNull_revision = 1 AND [revision] IS NULL) OR ([revision] = @Original_revision)) AND ((@IsNull_linecode = 1 AND [linecode] IS NULL) OR ([linecode] = @Original_linecode)) AND ((@IsNull_holdflag = 1 AND [holdflag] IS NULL) OR ([holdflag] = @Original_holdflag)) AND ((@IsNull_packflag = 1 AND [packflag] IS NULL) OR ([packflag] = @Original_packflag)) AND ((@IsNull_shipflag = 1 AND [shipflag] IS NULL) OR ([shipflag] = @Original_shipflag)) AND ((@IsNull_status = 1 AND [status] IS NULL) OR ([status] = @Original_status)) AND ((@IsNull_lottype = 1 AND [lottype] IS NULL) OR ([lottype] = @Original_lottype)) AND ((@IsNull_curtstage = 1 AND [curtstage] IS NULL) OR ([curtstage] = @Original_curtstage)) AND ((@IsNull_starttime = 1 AND [starttime] IS NULL) OR ([starttime] = @Original_starttime)) AND ((@IsNull_starttimeRef = 1 AND [starttimeRef] IS NULL) OR ([starttimeRef] = @Original_starttimeRef)) AND ((@IsNull_lastupdate = 1 AND [lastupdate] IS NULL) OR ([lastupdate] = @Original_lastupdate)) AND ((@IsNull_lastupdatedby = 1 AND [lastupdatedby] IS NULL) OR ([lastupdatedby] = @Original_lastupdatedby)));
|
|
SELECT cardno, serialno, ptno, lotno, partno, revision, linecode, holdflag, packflag, shipflag, status, lottype, curtstage, starttime, starttimeRef, lastupdate, lastupdatedby FROM card WHERE (cardno = @cardno)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@cardno" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="cardno" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@serialno" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="serialno" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@ptno" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="ptno" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@lotno" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="lotno" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@partno" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="partno" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@revision" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="revision" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@linecode" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="linecode" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@holdflag" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="holdflag" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@packflag" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="packflag" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@shipflag" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="shipflag" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@status" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="status" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@lottype" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="lottype" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@curtstage" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="curtstage" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@starttime" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="starttime" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@starttimeRef" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="starttimeRef" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@lastupdate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@lastupdatedby" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_cardno" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="cardno" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_serialno" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="serialno" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_serialno" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="serialno" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_ptno" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="ptno" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_ptno" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="ptno" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_lotno" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="lotno" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_lotno" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="lotno" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_partno" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="partno" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_partno" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="partno" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_revision" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="revision" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_revision" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="revision" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_linecode" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="linecode" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_linecode" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="linecode" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_holdflag" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="holdflag" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_holdflag" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="holdflag" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_packflag" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="packflag" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_packflag" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="packflag" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_shipflag" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="shipflag" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_shipflag" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="shipflag" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_status" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="status" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_status" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="status" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_lottype" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="lottype" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_lottype" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="lottype" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_curtstage" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="curtstage" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_curtstage" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="curtstage" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_starttime" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="starttime" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_starttime" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="starttime" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_starttimeRef" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="starttimeRef" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_starttimeRef" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="starttimeRef" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_lastupdate" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_lastupdate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_lastupdatedby" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_lastupdatedby" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</UpdateCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="cardno" DataSetColumn="cardno" />
|
|
<Mapping SourceColumn="serialno" DataSetColumn="serialno" />
|
|
<Mapping SourceColumn="ptno" DataSetColumn="ptno" />
|
|
<Mapping SourceColumn="lotno" DataSetColumn="lotno" />
|
|
<Mapping SourceColumn="partno" DataSetColumn="partno" />
|
|
<Mapping SourceColumn="revision" DataSetColumn="revision" />
|
|
<Mapping SourceColumn="linecode" DataSetColumn="linecode" />
|
|
<Mapping SourceColumn="holdflag" DataSetColumn="holdflag" />
|
|
<Mapping SourceColumn="packflag" DataSetColumn="packflag" />
|
|
<Mapping SourceColumn="shipflag" DataSetColumn="shipflag" />
|
|
<Mapping SourceColumn="status" DataSetColumn="status" />
|
|
<Mapping SourceColumn="lottype" DataSetColumn="lottype" />
|
|
<Mapping SourceColumn="curtstage" DataSetColumn="curtstage" />
|
|
<Mapping SourceColumn="starttime" DataSetColumn="starttime" />
|
|
<Mapping SourceColumn="starttimeRef" DataSetColumn="starttimeRef" />
|
|
<Mapping SourceColumn="lastupdate" DataSetColumn="lastupdate" />
|
|
<Mapping SourceColumn="lastupdatedby" DataSetColumn="lastupdatedby" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="card_backupTableAdapter" GeneratorDataComponentClassName="card_backupTableAdapter" Name="card_backup" UserDataComponentName="card_backupTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="EpsonConnectionString (MySettings)" DbObjectName="Epson.dbo.card_backup" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
|
<InsertCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>INSERT INTO [dbo].[card_backup] ([cardno], [serialno], [ptno], [lotno], [partno], [revision], [linecode], [holdflag], [packflag], [shipflag], [status], [lottype], [curtstage], [starttime], [starttimeRef], [lastupdate], [lastupdatedby]) VALUES (@cardno, @serialno, @ptno, @lotno, @partno, @revision, @linecode, @holdflag, @packflag, @shipflag, @status, @lottype, @curtstage, @starttime, @starttimeRef, @lastupdate, @lastupdatedby)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@cardno" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="cardno" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@serialno" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="serialno" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@ptno" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="ptno" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@lotno" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="lotno" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@partno" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="partno" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@revision" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="revision" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@linecode" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="linecode" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@holdflag" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="holdflag" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@packflag" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="packflag" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@shipflag" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="shipflag" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@status" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="status" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@lottype" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="lottype" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@curtstage" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="curtstage" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@starttime" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="starttime" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@starttimeRef" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="starttimeRef" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@lastupdate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@lastupdatedby" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</InsertCommand>
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT cardno, serialno, ptno, lotno, partno, revision, linecode, holdflag, packflag, shipflag, status, lottype, curtstage, starttime, starttimeRef, lastupdate, lastupdatedby FROM dbo.card_backup</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="cardno" DataSetColumn="cardno" />
|
|
<Mapping SourceColumn="serialno" DataSetColumn="serialno" />
|
|
<Mapping SourceColumn="ptno" DataSetColumn="ptno" />
|
|
<Mapping SourceColumn="lotno" DataSetColumn="lotno" />
|
|
<Mapping SourceColumn="partno" DataSetColumn="partno" />
|
|
<Mapping SourceColumn="revision" DataSetColumn="revision" />
|
|
<Mapping SourceColumn="linecode" DataSetColumn="linecode" />
|
|
<Mapping SourceColumn="holdflag" DataSetColumn="holdflag" />
|
|
<Mapping SourceColumn="packflag" DataSetColumn="packflag" />
|
|
<Mapping SourceColumn="shipflag" DataSetColumn="shipflag" />
|
|
<Mapping SourceColumn="status" DataSetColumn="status" />
|
|
<Mapping SourceColumn="lottype" DataSetColumn="lottype" />
|
|
<Mapping SourceColumn="curtstage" DataSetColumn="curtstage" />
|
|
<Mapping SourceColumn="starttime" DataSetColumn="starttime" />
|
|
<Mapping SourceColumn="starttimeRef" DataSetColumn="starttimeRef" />
|
|
<Mapping SourceColumn="lastupdate" DataSetColumn="lastupdate" />
|
|
<Mapping SourceColumn="lastupdatedby" DataSetColumn="lastupdatedby" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="card_HistTableAdapter" GeneratorDataComponentClassName="card_HistTableAdapter" Name="card_Hist" UserDataComponentName="card_HistTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="EpsonConnectionString (MySettings)" DbObjectName="Epson.dbo.card_Hist" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
|
<InsertCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>INSERT INTO [dbo].[card_Hist] ([cardno], [serialno], [ptno], [lotno], [partno], [revision], [linecode], [holdflag], [packflag], [shipflag], [status], [lottype], [curtstage], [starttime], [starttimeRef], [lastupdate], [lastupdatedby]) VALUES (@cardno, @serialno, @ptno, @lotno, @partno, @revision, @linecode, @holdflag, @packflag, @shipflag, @status, @lottype, @curtstage, @starttime, @starttimeRef, @lastupdate, @lastupdatedby)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@cardno" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="cardno" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@serialno" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="serialno" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@ptno" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="ptno" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@lotno" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="lotno" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@partno" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="partno" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@revision" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="revision" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@linecode" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="linecode" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@holdflag" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="holdflag" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@packflag" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="packflag" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@shipflag" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="shipflag" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@status" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="status" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@lottype" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="lottype" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@curtstage" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="curtstage" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@starttime" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="starttime" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@starttimeRef" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="starttimeRef" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@lastupdate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@lastupdatedby" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</InsertCommand>
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT cardno, serialno, ptno, lotno, partno, revision, linecode, holdflag, packflag, shipflag, status, lottype, curtstage, starttime, starttimeRef, lastupdate, lastupdatedby FROM dbo.card_Hist</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="cardno" DataSetColumn="cardno" />
|
|
<Mapping SourceColumn="serialno" DataSetColumn="serialno" />
|
|
<Mapping SourceColumn="ptno" DataSetColumn="ptno" />
|
|
<Mapping SourceColumn="lotno" DataSetColumn="lotno" />
|
|
<Mapping SourceColumn="partno" DataSetColumn="partno" />
|
|
<Mapping SourceColumn="revision" DataSetColumn="revision" />
|
|
<Mapping SourceColumn="linecode" DataSetColumn="linecode" />
|
|
<Mapping SourceColumn="holdflag" DataSetColumn="holdflag" />
|
|
<Mapping SourceColumn="packflag" DataSetColumn="packflag" />
|
|
<Mapping SourceColumn="shipflag" DataSetColumn="shipflag" />
|
|
<Mapping SourceColumn="status" DataSetColumn="status" />
|
|
<Mapping SourceColumn="lottype" DataSetColumn="lottype" />
|
|
<Mapping SourceColumn="curtstage" DataSetColumn="curtstage" />
|
|
<Mapping SourceColumn="starttime" DataSetColumn="starttime" />
|
|
<Mapping SourceColumn="starttimeRef" DataSetColumn="starttimeRef" />
|
|
<Mapping SourceColumn="lastupdate" DataSetColumn="lastupdate" />
|
|
<Mapping SourceColumn="lastupdatedby" DataSetColumn="lastupdatedby" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="cardHistTableAdapter" GeneratorDataComponentClassName="cardHistTableAdapter" Name="cardHist" UserDataComponentName="cardHistTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="EpsonConnectionString (MySettings)" DbObjectName="Epson.dbo.cardHist" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
|
<DeleteCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>DELETE FROM [dbo].[cardHist] WHERE (([lineNum] = @Original_lineNum) AND ((@IsNull_cardno = 1 AND [cardno] IS NULL) OR ([cardno] = @Original_cardno)) AND ((@IsNull_serialno = 1 AND [serialno] IS NULL) OR ([serialno] = @Original_serialno)) AND ((@IsNull_partno = 1 AND [partno] IS NULL) OR ([partno] = @Original_partno)) AND ((@IsNull_revision = 1 AND [revision] IS NULL) OR ([revision] = @Original_revision)) AND ((@IsNull_linecode = 1 AND [linecode] IS NULL) OR ([linecode] = @Original_linecode)) AND ((@IsNull_holdflag = 1 AND [holdflag] IS NULL) OR ([holdflag] = @Original_holdflag)) AND ((@IsNull_packflag = 1 AND [packflag] IS NULL) OR ([packflag] = @Original_packflag)) AND ((@IsNull_shipflag = 1 AND [shipflag] IS NULL) OR ([shipflag] = @Original_shipflag)) AND ((@IsNull_status = 1 AND [status] IS NULL) OR ([status] = @Original_status)) AND ((@IsNull_lottype = 1 AND [lottype] IS NULL) OR ([lottype] = @Original_lottype)) AND ((@IsNull_curtstage = 1 AND [curtstage] IS NULL) OR ([curtstage] = @Original_curtstage)) AND ((@IsNull_starttime = 1 AND [starttime] IS NULL) OR ([starttime] = @Original_starttime)) AND ((@IsNull_starttimeRef = 1 AND [starttimeRef] IS NULL) OR ([starttimeRef] = @Original_starttimeRef)) AND ((@IsNull_action = 1 AND [action] IS NULL) OR ([action] = @Original_action)) AND ((@IsNull_lastupdate = 1 AND [lastupdate] IS NULL) OR ([lastupdate] = @Original_lastupdate)) AND ((@IsNull_lastupdatedby = 1 AND [lastupdatedby] IS NULL) OR ([lastupdatedby] = @Original_lastupdatedby)))</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@Original_lineNum" Precision="0" ProviderType="BigInt" Scale="0" Size="0" SourceColumn="lineNum" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_cardno" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="cardno" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_cardno" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="cardno" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_serialno" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="serialno" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_serialno" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="serialno" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_partno" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="partno" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_partno" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="partno" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_revision" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="revision" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_revision" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="revision" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_linecode" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="linecode" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_linecode" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="linecode" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_holdflag" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="holdflag" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_holdflag" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="holdflag" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_packflag" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="packflag" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_packflag" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="packflag" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_shipflag" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="shipflag" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_shipflag" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="shipflag" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_status" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="status" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_status" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="status" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_lottype" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="lottype" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_lottype" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="lottype" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_curtstage" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="curtstage" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_curtstage" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="curtstage" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_starttime" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="starttime" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_starttime" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="starttime" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_starttimeRef" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="starttimeRef" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_starttimeRef" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="starttimeRef" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_action" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="action" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_action" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="action" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_lastupdate" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_lastupdate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_lastupdatedby" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_lastupdatedby" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</DeleteCommand>
|
|
<InsertCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>INSERT INTO [dbo].[cardHist] ([cardno], [serialno], [partno], [revision], [linecode], [holdflag], [packflag], [shipflag], [status], [lottype], [curtstage], [starttime], [starttimeRef], [action], [lastupdate], [lastupdatedby]) VALUES (@cardno, @serialno, @partno, @revision, @linecode, @holdflag, @packflag, @shipflag, @status, @lottype, @curtstage, @starttime, @starttimeRef, @action, @lastupdate, @lastupdatedby);
|
|
SELECT lineNum, cardno, serialno, partno, revision, linecode, holdflag, packflag, shipflag, status, lottype, curtstage, starttime, starttimeRef, action, lastupdate, lastupdatedby FROM cardHist WHERE (lineNum = SCOPE_IDENTITY())</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@cardno" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="cardno" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@serialno" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="serialno" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@partno" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="partno" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@revision" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="revision" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@linecode" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="linecode" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@holdflag" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="holdflag" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@packflag" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="packflag" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@shipflag" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="shipflag" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@status" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="status" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@lottype" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="lottype" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@curtstage" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="curtstage" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@starttime" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="starttime" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@starttimeRef" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="starttimeRef" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@action" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="action" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@lastupdate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@lastupdatedby" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</InsertCommand>
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT lineNum, cardno, serialno, partno, revision, linecode, holdflag, packflag, shipflag, status, lottype, curtstage, starttime, starttimeRef, action, lastupdate, lastupdatedby FROM dbo.cardHist</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
<UpdateCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>UPDATE [dbo].[cardHist] SET [cardno] = @cardno, [serialno] = @serialno, [partno] = @partno, [revision] = @revision, [linecode] = @linecode, [holdflag] = @holdflag, [packflag] = @packflag, [shipflag] = @shipflag, [status] = @status, [lottype] = @lottype, [curtstage] = @curtstage, [starttime] = @starttime, [starttimeRef] = @starttimeRef, [action] = @action, [lastupdate] = @lastupdate, [lastupdatedby] = @lastupdatedby WHERE (([lineNum] = @Original_lineNum) AND ((@IsNull_cardno = 1 AND [cardno] IS NULL) OR ([cardno] = @Original_cardno)) AND ((@IsNull_serialno = 1 AND [serialno] IS NULL) OR ([serialno] = @Original_serialno)) AND ((@IsNull_partno = 1 AND [partno] IS NULL) OR ([partno] = @Original_partno)) AND ((@IsNull_revision = 1 AND [revision] IS NULL) OR ([revision] = @Original_revision)) AND ((@IsNull_linecode = 1 AND [linecode] IS NULL) OR ([linecode] = @Original_linecode)) AND ((@IsNull_holdflag = 1 AND [holdflag] IS NULL) OR ([holdflag] = @Original_holdflag)) AND ((@IsNull_packflag = 1 AND [packflag] IS NULL) OR ([packflag] = @Original_packflag)) AND ((@IsNull_shipflag = 1 AND [shipflag] IS NULL) OR ([shipflag] = @Original_shipflag)) AND ((@IsNull_status = 1 AND [status] IS NULL) OR ([status] = @Original_status)) AND ((@IsNull_lottype = 1 AND [lottype] IS NULL) OR ([lottype] = @Original_lottype)) AND ((@IsNull_curtstage = 1 AND [curtstage] IS NULL) OR ([curtstage] = @Original_curtstage)) AND ((@IsNull_starttime = 1 AND [starttime] IS NULL) OR ([starttime] = @Original_starttime)) AND ((@IsNull_starttimeRef = 1 AND [starttimeRef] IS NULL) OR ([starttimeRef] = @Original_starttimeRef)) AND ((@IsNull_action = 1 AND [action] IS NULL) OR ([action] = @Original_action)) AND ((@IsNull_lastupdate = 1 AND [lastupdate] IS NULL) OR ([lastupdate] = @Original_lastupdate)) AND ((@IsNull_lastupdatedby = 1 AND [lastupdatedby] IS NULL) OR ([lastupdatedby] = @Original_lastupdatedby)));
|
|
SELECT lineNum, cardno, serialno, partno, revision, linecode, holdflag, packflag, shipflag, status, lottype, curtstage, starttime, starttimeRef, action, lastupdate, lastupdatedby FROM cardHist WHERE (lineNum = @lineNum)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@cardno" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="cardno" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@serialno" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="serialno" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@partno" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="partno" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@revision" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="revision" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@linecode" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="linecode" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@holdflag" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="holdflag" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@packflag" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="packflag" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@shipflag" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="shipflag" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@status" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="status" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@lottype" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="lottype" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@curtstage" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="curtstage" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@starttime" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="starttime" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@starttimeRef" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="starttimeRef" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@action" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="action" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@lastupdate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@lastupdatedby" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@Original_lineNum" Precision="0" ProviderType="BigInt" Scale="0" Size="0" SourceColumn="lineNum" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_cardno" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="cardno" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_cardno" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="cardno" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_serialno" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="serialno" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_serialno" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="serialno" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_partno" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="partno" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_partno" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="partno" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_revision" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="revision" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_revision" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="revision" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_linecode" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="linecode" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_linecode" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="linecode" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_holdflag" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="holdflag" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_holdflag" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="holdflag" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_packflag" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="packflag" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_packflag" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="packflag" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_shipflag" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="shipflag" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_shipflag" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="shipflag" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_status" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="status" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_status" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="status" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_lottype" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="lottype" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_lottype" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="lottype" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_curtstage" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="curtstage" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_curtstage" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="curtstage" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_starttime" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="starttime" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_starttime" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="starttime" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_starttimeRef" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="starttimeRef" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_starttimeRef" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="starttimeRef" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_action" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="action" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_action" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="action" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_lastupdate" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_lastupdate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_lastupdatedby" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_lastupdatedby" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="lineNum" ColumnName="lineNum" DataSourceName="Epson.dbo.cardHist" DataTypeServer="bigint" DbType="Int64" Direction="Input" ParameterName="@lineNum" Precision="0" ProviderType="BigInt" Scale="0" Size="8" SourceColumn="lineNum" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</UpdateCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="lineNum" DataSetColumn="lineNum" />
|
|
<Mapping SourceColumn="cardno" DataSetColumn="cardno" />
|
|
<Mapping SourceColumn="serialno" DataSetColumn="serialno" />
|
|
<Mapping SourceColumn="partno" DataSetColumn="partno" />
|
|
<Mapping SourceColumn="revision" DataSetColumn="revision" />
|
|
<Mapping SourceColumn="linecode" DataSetColumn="linecode" />
|
|
<Mapping SourceColumn="holdflag" DataSetColumn="holdflag" />
|
|
<Mapping SourceColumn="packflag" DataSetColumn="packflag" />
|
|
<Mapping SourceColumn="shipflag" DataSetColumn="shipflag" />
|
|
<Mapping SourceColumn="status" DataSetColumn="status" />
|
|
<Mapping SourceColumn="lottype" DataSetColumn="lottype" />
|
|
<Mapping SourceColumn="curtstage" DataSetColumn="curtstage" />
|
|
<Mapping SourceColumn="starttime" DataSetColumn="starttime" />
|
|
<Mapping SourceColumn="starttimeRef" DataSetColumn="starttimeRef" />
|
|
<Mapping SourceColumn="action" DataSetColumn="action" />
|
|
<Mapping SourceColumn="lastupdate" DataSetColumn="lastupdate" />
|
|
<Mapping SourceColumn="lastupdatedby" DataSetColumn="lastupdatedby" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="component_partsTableAdapter" GeneratorDataComponentClassName="component_partsTableAdapter" Name="component_parts" UserDataComponentName="component_partsTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="EpsonConnectionString (MySettings)" DbObjectName="Epson.dbo.component_parts" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
|
<InsertCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>INSERT INTO [dbo].[component_parts] ([parent], [component]) VALUES (@parent, @component)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@parent" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="parent" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@component" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="component" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</InsertCommand>
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT parent, component FROM dbo.component_parts</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="parent" DataSetColumn="parent" />
|
|
<Mapping SourceColumn="component" DataSetColumn="component" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="CTSTableAdapter" GeneratorDataComponentClassName="CTSTableAdapter" Name="CTS" UserDataComponentName="CTSTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="EpsonConnectionString (MySettings)" DbObjectName="Epson.dbo.CTS" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
|
<InsertCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>INSERT INTO [dbo].[CTS] ([serialno], [location], [partno], [lotnumber], [lastupdate], [lastupdatedby]) VALUES (@serialno, @location, @partno, @lotnumber, @lastupdate, @lastupdatedby)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@serialno" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="serialno" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@location" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="location" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@partno" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="partno" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@lotnumber" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="lotnumber" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@lastupdate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@lastupdatedby" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</InsertCommand>
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT serialno, location, partno, lotnumber, lastupdate, lastupdatedby FROM dbo.CTS</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="serialno" DataSetColumn="serialno" />
|
|
<Mapping SourceColumn="location" DataSetColumn="location" />
|
|
<Mapping SourceColumn="partno" DataSetColumn="partno" />
|
|
<Mapping SourceColumn="lotnumber" DataSetColumn="lotnumber" />
|
|
<Mapping SourceColumn="lastupdate" DataSetColumn="lastupdate" />
|
|
<Mapping SourceColumn="lastupdatedby" DataSetColumn="lastupdatedby" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="defectCatProdTableAdapter" GeneratorDataComponentClassName="defectCatProdTableAdapter" Name="defectCatProd" UserDataComponentName="defectCatProdTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="EpsonConnectionString (MySettings)" DbObjectName="Epson.dbo.defectCatProd" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
|
<DeleteCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>DELETE FROM [dbo].[defectCatProd] WHERE (([defectCatCode] = @Original_defectCatCode) AND ((@IsNull_description = 1 AND [description] IS NULL) OR ([description] = @Original_description)) AND ((@IsNull_active = 1 AND [active] IS NULL) OR ([active] = @Original_active)) AND ((@IsNull_lastupdate = 1 AND [lastupdate] IS NULL) OR ([lastupdate] = @Original_lastupdate)) AND ((@IsNull_lastupdatedby = 1 AND [lastupdatedby] IS NULL) OR ([lastupdatedby] = @Original_lastupdatedby)))</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_defectCatCode" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="defectCatCode" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_description" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="description" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_description" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="description" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_active" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="active" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_active" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="active" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_lastupdate" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_lastupdate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_lastupdatedby" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_lastupdatedby" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</DeleteCommand>
|
|
<InsertCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>INSERT INTO [dbo].[defectCatProd] ([defectCatCode], [description], [active], [lastupdate], [lastupdatedby]) VALUES (@defectCatCode, @description, @active, @lastupdate, @lastupdatedby);
|
|
SELECT defectCatCode, description, active, lastupdate, lastupdatedby FROM defectCatProd WHERE (defectCatCode = @defectCatCode)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@defectCatCode" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="defectCatCode" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@description" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="description" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@active" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="active" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@lastupdate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@lastupdatedby" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</InsertCommand>
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT defectCatCode, description, active, lastupdate, lastupdatedby FROM dbo.defectCatProd</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
<UpdateCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>UPDATE [dbo].[defectCatProd] SET [defectCatCode] = @defectCatCode, [description] = @description, [active] = @active, [lastupdate] = @lastupdate, [lastupdatedby] = @lastupdatedby WHERE (([defectCatCode] = @Original_defectCatCode) AND ((@IsNull_description = 1 AND [description] IS NULL) OR ([description] = @Original_description)) AND ((@IsNull_active = 1 AND [active] IS NULL) OR ([active] = @Original_active)) AND ((@IsNull_lastupdate = 1 AND [lastupdate] IS NULL) OR ([lastupdate] = @Original_lastupdate)) AND ((@IsNull_lastupdatedby = 1 AND [lastupdatedby] IS NULL) OR ([lastupdatedby] = @Original_lastupdatedby)));
|
|
SELECT defectCatCode, description, active, lastupdate, lastupdatedby FROM defectCatProd WHERE (defectCatCode = @defectCatCode)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@defectCatCode" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="defectCatCode" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@description" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="description" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@active" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="active" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@lastupdate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@lastupdatedby" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_defectCatCode" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="defectCatCode" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_description" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="description" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_description" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="description" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_active" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="active" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_active" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="active" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_lastupdate" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_lastupdate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_lastupdatedby" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_lastupdatedby" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</UpdateCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="defectCatCode" DataSetColumn="defectCatCode" />
|
|
<Mapping SourceColumn="description" DataSetColumn="description" />
|
|
<Mapping SourceColumn="active" DataSetColumn="active" />
|
|
<Mapping SourceColumn="lastupdate" DataSetColumn="lastupdate" />
|
|
<Mapping SourceColumn="lastupdatedby" DataSetColumn="lastupdatedby" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="defectCatProdHistTableAdapter" GeneratorDataComponentClassName="defectCatProdHistTableAdapter" Name="defectCatProdHist" UserDataComponentName="defectCatProdHistTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="EpsonConnectionString (MySettings)" DbObjectName="Epson.dbo.defectCatProdHist" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
|
<DeleteCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>DELETE FROM [dbo].[defectCatProdHist] WHERE (([lineNum] = @Original_lineNum) AND ((@IsNull_defectCatCode = 1 AND [defectCatCode] IS NULL) OR ([defectCatCode] = @Original_defectCatCode)) AND ((@IsNull_description = 1 AND [description] IS NULL) OR ([description] = @Original_description)) AND ((@IsNull_active = 1 AND [active] IS NULL) OR ([active] = @Original_active)) AND ((@IsNull_status = 1 AND [status] IS NULL) OR ([status] = @Original_status)) AND ((@IsNull_lastupdate = 1 AND [lastupdate] IS NULL) OR ([lastupdate] = @Original_lastupdate)) AND ((@IsNull_lastupdatedby = 1 AND [lastupdatedby] IS NULL) OR ([lastupdatedby] = @Original_lastupdatedby)))</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@Original_lineNum" Precision="0" ProviderType="BigInt" Scale="0" Size="0" SourceColumn="lineNum" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_defectCatCode" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="defectCatCode" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_defectCatCode" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="defectCatCode" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_description" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="description" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_description" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="description" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_active" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="active" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_active" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="active" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_status" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="status" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_status" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="status" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_lastupdate" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_lastupdate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_lastupdatedby" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_lastupdatedby" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</DeleteCommand>
|
|
<InsertCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>INSERT INTO [dbo].[defectCatProdHist] ([defectCatCode], [description], [active], [status], [lastupdate], [lastupdatedby]) VALUES (@defectCatCode, @description, @active, @status, @lastupdate, @lastupdatedby);
|
|
SELECT lineNum, defectCatCode, description, active, status, lastupdate, lastupdatedby FROM defectCatProdHist WHERE (lineNum = SCOPE_IDENTITY())</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@defectCatCode" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="defectCatCode" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@description" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="description" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@active" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="active" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@status" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="status" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@lastupdate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@lastupdatedby" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</InsertCommand>
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT lineNum, defectCatCode, description, active, status, lastupdate, lastupdatedby FROM dbo.defectCatProdHist</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
<UpdateCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>UPDATE [dbo].[defectCatProdHist] SET [defectCatCode] = @defectCatCode, [description] = @description, [active] = @active, [status] = @status, [lastupdate] = @lastupdate, [lastupdatedby] = @lastupdatedby WHERE (([lineNum] = @Original_lineNum) AND ((@IsNull_defectCatCode = 1 AND [defectCatCode] IS NULL) OR ([defectCatCode] = @Original_defectCatCode)) AND ((@IsNull_description = 1 AND [description] IS NULL) OR ([description] = @Original_description)) AND ((@IsNull_active = 1 AND [active] IS NULL) OR ([active] = @Original_active)) AND ((@IsNull_status = 1 AND [status] IS NULL) OR ([status] = @Original_status)) AND ((@IsNull_lastupdate = 1 AND [lastupdate] IS NULL) OR ([lastupdate] = @Original_lastupdate)) AND ((@IsNull_lastupdatedby = 1 AND [lastupdatedby] IS NULL) OR ([lastupdatedby] = @Original_lastupdatedby)));
|
|
SELECT lineNum, defectCatCode, description, active, status, lastupdate, lastupdatedby FROM defectCatProdHist WHERE (lineNum = @lineNum)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@defectCatCode" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="defectCatCode" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@description" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="description" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@active" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="active" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@status" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="status" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@lastupdate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@lastupdatedby" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@Original_lineNum" Precision="0" ProviderType="BigInt" Scale="0" Size="0" SourceColumn="lineNum" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_defectCatCode" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="defectCatCode" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_defectCatCode" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="defectCatCode" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_description" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="description" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_description" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="description" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_active" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="active" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_active" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="active" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_status" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="status" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_status" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="status" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_lastupdate" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_lastupdate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_lastupdatedby" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_lastupdatedby" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="lineNum" ColumnName="lineNum" DataSourceName="Epson.dbo.defectCatProdHist" DataTypeServer="bigint" DbType="Int64" Direction="Input" ParameterName="@lineNum" Precision="0" ProviderType="BigInt" Scale="0" Size="8" SourceColumn="lineNum" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</UpdateCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="lineNum" DataSetColumn="lineNum" />
|
|
<Mapping SourceColumn="defectCatCode" DataSetColumn="defectCatCode" />
|
|
<Mapping SourceColumn="description" DataSetColumn="description" />
|
|
<Mapping SourceColumn="active" DataSetColumn="active" />
|
|
<Mapping SourceColumn="status" DataSetColumn="status" />
|
|
<Mapping SourceColumn="lastupdate" DataSetColumn="lastupdate" />
|
|
<Mapping SourceColumn="lastupdatedby" DataSetColumn="lastupdatedby" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="defectCatQCTableAdapter" GeneratorDataComponentClassName="defectCatQCTableAdapter" Name="defectCatQC" UserDataComponentName="defectCatQCTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="EpsonConnectionString (MySettings)" DbObjectName="Epson.dbo.defectCatQC" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
|
<DeleteCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>DELETE FROM [dbo].[defectCatQC] WHERE (([defectCatCode] = @Original_defectCatCode) AND ((@IsNull_description = 1 AND [description] IS NULL) OR ([description] = @Original_description)) AND ((@IsNull_active = 1 AND [active] IS NULL) OR ([active] = @Original_active)) AND ((@IsNull_lastupdate = 1 AND [lastupdate] IS NULL) OR ([lastupdate] = @Original_lastupdate)) AND ((@IsNull_lastupdatedby = 1 AND [lastupdatedby] IS NULL) OR ([lastupdatedby] = @Original_lastupdatedby)))</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_defectCatCode" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="defectCatCode" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_description" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="description" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_description" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="description" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_active" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="active" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_active" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="active" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_lastupdate" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_lastupdate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_lastupdatedby" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_lastupdatedby" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</DeleteCommand>
|
|
<InsertCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>INSERT INTO [dbo].[defectCatQC] ([defectCatCode], [description], [active], [lastupdate], [lastupdatedby]) VALUES (@defectCatCode, @description, @active, @lastupdate, @lastupdatedby);
|
|
SELECT defectCatCode, description, active, lastupdate, lastupdatedby FROM defectCatQC WHERE (defectCatCode = @defectCatCode)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@defectCatCode" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="defectCatCode" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@description" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="description" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@active" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="active" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@lastupdate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@lastupdatedby" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</InsertCommand>
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT defectCatCode, description, active, lastupdate, lastupdatedby FROM dbo.defectCatQC</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
<UpdateCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>UPDATE [dbo].[defectCatQC] SET [defectCatCode] = @defectCatCode, [description] = @description, [active] = @active, [lastupdate] = @lastupdate, [lastupdatedby] = @lastupdatedby WHERE (([defectCatCode] = @Original_defectCatCode) AND ((@IsNull_description = 1 AND [description] IS NULL) OR ([description] = @Original_description)) AND ((@IsNull_active = 1 AND [active] IS NULL) OR ([active] = @Original_active)) AND ((@IsNull_lastupdate = 1 AND [lastupdate] IS NULL) OR ([lastupdate] = @Original_lastupdate)) AND ((@IsNull_lastupdatedby = 1 AND [lastupdatedby] IS NULL) OR ([lastupdatedby] = @Original_lastupdatedby)));
|
|
SELECT defectCatCode, description, active, lastupdate, lastupdatedby FROM defectCatQC WHERE (defectCatCode = @defectCatCode)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@defectCatCode" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="defectCatCode" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@description" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="description" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@active" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="active" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@lastupdate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@lastupdatedby" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_defectCatCode" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="defectCatCode" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_description" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="description" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_description" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="description" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_active" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="active" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_active" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="active" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_lastupdate" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_lastupdate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_lastupdatedby" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_lastupdatedby" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</UpdateCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="defectCatCode" DataSetColumn="defectCatCode" />
|
|
<Mapping SourceColumn="description" DataSetColumn="description" />
|
|
<Mapping SourceColumn="active" DataSetColumn="active" />
|
|
<Mapping SourceColumn="lastupdate" DataSetColumn="lastupdate" />
|
|
<Mapping SourceColumn="lastupdatedby" DataSetColumn="lastupdatedby" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="defectCatQCHistTableAdapter" GeneratorDataComponentClassName="defectCatQCHistTableAdapter" Name="defectCatQCHist" UserDataComponentName="defectCatQCHistTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="EpsonConnectionString (MySettings)" DbObjectName="Epson.dbo.defectCatQCHist" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
|
<DeleteCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>DELETE FROM [dbo].[defectCatQCHist] WHERE (([lineNum] = @Original_lineNum) AND ((@IsNull_defectCatCode = 1 AND [defectCatCode] IS NULL) OR ([defectCatCode] = @Original_defectCatCode)) AND ((@IsNull_description = 1 AND [description] IS NULL) OR ([description] = @Original_description)) AND ((@IsNull_active = 1 AND [active] IS NULL) OR ([active] = @Original_active)) AND ((@IsNull_status = 1 AND [status] IS NULL) OR ([status] = @Original_status)) AND ((@IsNull_lastupdate = 1 AND [lastupdate] IS NULL) OR ([lastupdate] = @Original_lastupdate)) AND ((@IsNull_lastupdatedby = 1 AND [lastupdatedby] IS NULL) OR ([lastupdatedby] = @Original_lastupdatedby)))</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@Original_lineNum" Precision="0" ProviderType="BigInt" Scale="0" Size="0" SourceColumn="lineNum" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_defectCatCode" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="defectCatCode" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_defectCatCode" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="defectCatCode" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_description" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="description" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_description" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="description" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_active" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="active" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_active" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="active" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_status" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="status" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_status" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="status" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_lastupdate" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_lastupdate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_lastupdatedby" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_lastupdatedby" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</DeleteCommand>
|
|
<InsertCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>INSERT INTO [dbo].[defectCatQCHist] ([defectCatCode], [description], [active], [status], [lastupdate], [lastupdatedby]) VALUES (@defectCatCode, @description, @active, @status, @lastupdate, @lastupdatedby);
|
|
SELECT lineNum, defectCatCode, description, active, status, lastupdate, lastupdatedby FROM defectCatQCHist WHERE (lineNum = SCOPE_IDENTITY())</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@defectCatCode" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="defectCatCode" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@description" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="description" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@active" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="active" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@status" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="status" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@lastupdate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@lastupdatedby" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</InsertCommand>
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT lineNum, defectCatCode, description, active, status, lastupdate, lastupdatedby FROM dbo.defectCatQCHist</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
<UpdateCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>UPDATE [dbo].[defectCatQCHist] SET [defectCatCode] = @defectCatCode, [description] = @description, [active] = @active, [status] = @status, [lastupdate] = @lastupdate, [lastupdatedby] = @lastupdatedby WHERE (([lineNum] = @Original_lineNum) AND ((@IsNull_defectCatCode = 1 AND [defectCatCode] IS NULL) OR ([defectCatCode] = @Original_defectCatCode)) AND ((@IsNull_description = 1 AND [description] IS NULL) OR ([description] = @Original_description)) AND ((@IsNull_active = 1 AND [active] IS NULL) OR ([active] = @Original_active)) AND ((@IsNull_status = 1 AND [status] IS NULL) OR ([status] = @Original_status)) AND ((@IsNull_lastupdate = 1 AND [lastupdate] IS NULL) OR ([lastupdate] = @Original_lastupdate)) AND ((@IsNull_lastupdatedby = 1 AND [lastupdatedby] IS NULL) OR ([lastupdatedby] = @Original_lastupdatedby)));
|
|
SELECT lineNum, defectCatCode, description, active, status, lastupdate, lastupdatedby FROM defectCatQCHist WHERE (lineNum = @lineNum)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@defectCatCode" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="defectCatCode" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@description" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="description" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@active" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="active" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@status" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="status" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@lastupdate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@lastupdatedby" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@Original_lineNum" Precision="0" ProviderType="BigInt" Scale="0" Size="0" SourceColumn="lineNum" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_defectCatCode" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="defectCatCode" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_defectCatCode" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="defectCatCode" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_description" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="description" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_description" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="description" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_active" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="active" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_active" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="active" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_status" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="status" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_status" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="status" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_lastupdate" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_lastupdate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_lastupdatedby" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_lastupdatedby" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="lineNum" ColumnName="lineNum" DataSourceName="Epson.dbo.defectCatQCHist" DataTypeServer="bigint" DbType="Int64" Direction="Input" ParameterName="@lineNum" Precision="0" ProviderType="BigInt" Scale="0" Size="8" SourceColumn="lineNum" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</UpdateCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="lineNum" DataSetColumn="lineNum" />
|
|
<Mapping SourceColumn="defectCatCode" DataSetColumn="defectCatCode" />
|
|
<Mapping SourceColumn="description" DataSetColumn="description" />
|
|
<Mapping SourceColumn="active" DataSetColumn="active" />
|
|
<Mapping SourceColumn="status" DataSetColumn="status" />
|
|
<Mapping SourceColumn="lastupdate" DataSetColumn="lastupdate" />
|
|
<Mapping SourceColumn="lastupdatedby" DataSetColumn="lastupdatedby" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="defectProdTableAdapter" GeneratorDataComponentClassName="defectProdTableAdapter" Name="defectProd" UserDataComponentName="defectProdTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="EpsonConnectionString (MySettings)" DbObjectName="Epson.dbo.defectProd" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
|
<DeleteCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>DELETE FROM [dbo].[defectProd] WHERE (([defectCode] = @Original_defectCode) AND ((@IsNull_description = 1 AND [description] IS NULL) OR ([description] = @Original_description)) AND ((@IsNull_active = 1 AND [active] IS NULL) OR ([active] = @Original_active)) AND ((@IsNull_lastupdate = 1 AND [lastupdate] IS NULL) OR ([lastupdate] = @Original_lastupdate)) AND ((@IsNull_lastupdatedby = 1 AND [lastupdatedby] IS NULL) OR ([lastupdatedby] = @Original_lastupdatedby)))</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_defectCode" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="defectCode" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_description" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="description" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_description" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="description" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_active" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="active" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_active" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="active" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_lastupdate" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_lastupdate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_lastupdatedby" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_lastupdatedby" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</DeleteCommand>
|
|
<InsertCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>INSERT INTO [dbo].[defectProd] ([defectCode], [description], [active], [lastupdate], [lastupdatedby]) VALUES (@defectCode, @description, @active, @lastupdate, @lastupdatedby);
|
|
SELECT defectCode, description, active, lastupdate, lastupdatedby FROM defectProd WHERE (defectCode = @defectCode)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@defectCode" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="defectCode" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@description" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="description" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@active" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="active" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@lastupdate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@lastupdatedby" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</InsertCommand>
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT defectCode, description, active, lastupdate, lastupdatedby FROM dbo.defectProd</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
<UpdateCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>UPDATE [dbo].[defectProd] SET [defectCode] = @defectCode, [description] = @description, [active] = @active, [lastupdate] = @lastupdate, [lastupdatedby] = @lastupdatedby WHERE (([defectCode] = @Original_defectCode) AND ((@IsNull_description = 1 AND [description] IS NULL) OR ([description] = @Original_description)) AND ((@IsNull_active = 1 AND [active] IS NULL) OR ([active] = @Original_active)) AND ((@IsNull_lastupdate = 1 AND [lastupdate] IS NULL) OR ([lastupdate] = @Original_lastupdate)) AND ((@IsNull_lastupdatedby = 1 AND [lastupdatedby] IS NULL) OR ([lastupdatedby] = @Original_lastupdatedby)));
|
|
SELECT defectCode, description, active, lastupdate, lastupdatedby FROM defectProd WHERE (defectCode = @defectCode)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@defectCode" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="defectCode" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@description" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="description" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@active" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="active" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@lastupdate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@lastupdatedby" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_defectCode" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="defectCode" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_description" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="description" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_description" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="description" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_active" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="active" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_active" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="active" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_lastupdate" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_lastupdate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_lastupdatedby" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_lastupdatedby" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</UpdateCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="defectCode" DataSetColumn="defectCode" />
|
|
<Mapping SourceColumn="description" DataSetColumn="description" />
|
|
<Mapping SourceColumn="active" DataSetColumn="active" />
|
|
<Mapping SourceColumn="lastupdate" DataSetColumn="lastupdate" />
|
|
<Mapping SourceColumn="lastupdatedby" DataSetColumn="lastupdatedby" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="defectProdHistTableAdapter" GeneratorDataComponentClassName="defectProdHistTableAdapter" Name="defectProdHist" UserDataComponentName="defectProdHistTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="EpsonConnectionString (MySettings)" DbObjectName="Epson.dbo.defectProdHist" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
|
<DeleteCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>DELETE FROM [dbo].[defectProdHist] WHERE (([lineNum] = @Original_lineNum) AND ((@IsNull_defectCode = 1 AND [defectCode] IS NULL) OR ([defectCode] = @Original_defectCode)) AND ((@IsNull_description = 1 AND [description] IS NULL) OR ([description] = @Original_description)) AND ((@IsNull_active = 1 AND [active] IS NULL) OR ([active] = @Original_active)) AND ((@IsNull_status = 1 AND [status] IS NULL) OR ([status] = @Original_status)) AND ((@IsNull_lastupdate = 1 AND [lastupdate] IS NULL) OR ([lastupdate] = @Original_lastupdate)) AND ((@IsNull_lastupdatedby = 1 AND [lastupdatedby] IS NULL) OR ([lastupdatedby] = @Original_lastupdatedby)))</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@Original_lineNum" Precision="0" ProviderType="BigInt" Scale="0" Size="0" SourceColumn="lineNum" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_defectCode" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="defectCode" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_defectCode" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="defectCode" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_description" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="description" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_description" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="description" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_active" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="active" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_active" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="active" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_status" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="status" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_status" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="status" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_lastupdate" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_lastupdate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_lastupdatedby" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_lastupdatedby" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</DeleteCommand>
|
|
<InsertCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>INSERT INTO [dbo].[defectProdHist] ([defectCode], [description], [active], [status], [lastupdate], [lastupdatedby]) VALUES (@defectCode, @description, @active, @status, @lastupdate, @lastupdatedby);
|
|
SELECT lineNum, defectCode, description, active, status, lastupdate, lastupdatedby FROM defectProdHist WHERE (lineNum = SCOPE_IDENTITY())</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@defectCode" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="defectCode" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@description" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="description" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@active" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="active" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@status" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="status" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@lastupdate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@lastupdatedby" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</InsertCommand>
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT lineNum, defectCode, description, active, status, lastupdate, lastupdatedby FROM dbo.defectProdHist</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
<UpdateCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>UPDATE [dbo].[defectProdHist] SET [defectCode] = @defectCode, [description] = @description, [active] = @active, [status] = @status, [lastupdate] = @lastupdate, [lastupdatedby] = @lastupdatedby WHERE (([lineNum] = @Original_lineNum) AND ((@IsNull_defectCode = 1 AND [defectCode] IS NULL) OR ([defectCode] = @Original_defectCode)) AND ((@IsNull_description = 1 AND [description] IS NULL) OR ([description] = @Original_description)) AND ((@IsNull_active = 1 AND [active] IS NULL) OR ([active] = @Original_active)) AND ((@IsNull_status = 1 AND [status] IS NULL) OR ([status] = @Original_status)) AND ((@IsNull_lastupdate = 1 AND [lastupdate] IS NULL) OR ([lastupdate] = @Original_lastupdate)) AND ((@IsNull_lastupdatedby = 1 AND [lastupdatedby] IS NULL) OR ([lastupdatedby] = @Original_lastupdatedby)));
|
|
SELECT lineNum, defectCode, description, active, status, lastupdate, lastupdatedby FROM defectProdHist WHERE (lineNum = @lineNum)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@defectCode" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="defectCode" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@description" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="description" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@active" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="active" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@status" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="status" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@lastupdate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@lastupdatedby" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@Original_lineNum" Precision="0" ProviderType="BigInt" Scale="0" Size="0" SourceColumn="lineNum" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_defectCode" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="defectCode" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_defectCode" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="defectCode" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_description" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="description" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_description" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="description" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_active" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="active" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_active" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="active" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_status" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="status" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_status" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="status" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_lastupdate" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_lastupdate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_lastupdatedby" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_lastupdatedby" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="lineNum" ColumnName="lineNum" DataSourceName="Epson.dbo.defectProdHist" DataTypeServer="bigint" DbType="Int64" Direction="Input" ParameterName="@lineNum" Precision="0" ProviderType="BigInt" Scale="0" Size="8" SourceColumn="lineNum" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</UpdateCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="lineNum" DataSetColumn="lineNum" />
|
|
<Mapping SourceColumn="defectCode" DataSetColumn="defectCode" />
|
|
<Mapping SourceColumn="description" DataSetColumn="description" />
|
|
<Mapping SourceColumn="active" DataSetColumn="active" />
|
|
<Mapping SourceColumn="status" DataSetColumn="status" />
|
|
<Mapping SourceColumn="lastupdate" DataSetColumn="lastupdate" />
|
|
<Mapping SourceColumn="lastupdatedby" DataSetColumn="lastupdatedby" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="defectQCTableAdapter" GeneratorDataComponentClassName="defectQCTableAdapter" Name="defectQC" UserDataComponentName="defectQCTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="EpsonConnectionString (MySettings)" DbObjectName="Epson.dbo.defectQC" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
|
<DeleteCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>DELETE FROM [dbo].[defectQC] WHERE (([defectCode] = @Original_defectCode) AND ((@IsNull_description = 1 AND [description] IS NULL) OR ([description] = @Original_description)) AND ((@IsNull_active = 1 AND [active] IS NULL) OR ([active] = @Original_active)) AND ((@IsNull_lastupdate = 1 AND [lastupdate] IS NULL) OR ([lastupdate] = @Original_lastupdate)) AND ((@IsNull_lastupdatedby = 1 AND [lastupdatedby] IS NULL) OR ([lastupdatedby] = @Original_lastupdatedby)))</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_defectCode" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="defectCode" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_description" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="description" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_description" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="description" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_active" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="active" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_active" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="active" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_lastupdate" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_lastupdate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_lastupdatedby" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_lastupdatedby" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</DeleteCommand>
|
|
<InsertCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>INSERT INTO [dbo].[defectQC] ([defectCode], [description], [active], [lastupdate], [lastupdatedby]) VALUES (@defectCode, @description, @active, @lastupdate, @lastupdatedby);
|
|
SELECT defectCode, description, active, lastupdate, lastupdatedby FROM defectQC WHERE (defectCode = @defectCode)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@defectCode" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="defectCode" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@description" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="description" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@active" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="active" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@lastupdate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@lastupdatedby" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</InsertCommand>
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT defectCode, description, active, lastupdate, lastupdatedby FROM dbo.defectQC</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
<UpdateCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>UPDATE [dbo].[defectQC] SET [defectCode] = @defectCode, [description] = @description, [active] = @active, [lastupdate] = @lastupdate, [lastupdatedby] = @lastupdatedby WHERE (([defectCode] = @Original_defectCode) AND ((@IsNull_description = 1 AND [description] IS NULL) OR ([description] = @Original_description)) AND ((@IsNull_active = 1 AND [active] IS NULL) OR ([active] = @Original_active)) AND ((@IsNull_lastupdate = 1 AND [lastupdate] IS NULL) OR ([lastupdate] = @Original_lastupdate)) AND ((@IsNull_lastupdatedby = 1 AND [lastupdatedby] IS NULL) OR ([lastupdatedby] = @Original_lastupdatedby)));
|
|
SELECT defectCode, description, active, lastupdate, lastupdatedby FROM defectQC WHERE (defectCode = @defectCode)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@defectCode" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="defectCode" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@description" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="description" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@active" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="active" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@lastupdate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@lastupdatedby" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_defectCode" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="defectCode" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_description" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="description" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_description" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="description" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_active" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="active" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_active" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="active" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_lastupdate" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_lastupdate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_lastupdatedby" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_lastupdatedby" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</UpdateCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="defectCode" DataSetColumn="defectCode" />
|
|
<Mapping SourceColumn="description" DataSetColumn="description" />
|
|
<Mapping SourceColumn="active" DataSetColumn="active" />
|
|
<Mapping SourceColumn="lastupdate" DataSetColumn="lastupdate" />
|
|
<Mapping SourceColumn="lastupdatedby" DataSetColumn="lastupdatedby" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="defectQCHistTableAdapter" GeneratorDataComponentClassName="defectQCHistTableAdapter" Name="defectQCHist" UserDataComponentName="defectQCHistTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="EpsonConnectionString (MySettings)" DbObjectName="Epson.dbo.defectQCHist" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
|
<DeleteCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>DELETE FROM [dbo].[defectQCHist] WHERE (([lineNum] = @Original_lineNum) AND ((@IsNull_defectCode = 1 AND [defectCode] IS NULL) OR ([defectCode] = @Original_defectCode)) AND ((@IsNull_description = 1 AND [description] IS NULL) OR ([description] = @Original_description)) AND ((@IsNull_active = 1 AND [active] IS NULL) OR ([active] = @Original_active)) AND ((@IsNull_status = 1 AND [status] IS NULL) OR ([status] = @Original_status)) AND ((@IsNull_lastupdate = 1 AND [lastupdate] IS NULL) OR ([lastupdate] = @Original_lastupdate)) AND ((@IsNull_lastupdatedby = 1 AND [lastupdatedby] IS NULL) OR ([lastupdatedby] = @Original_lastupdatedby)))</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@Original_lineNum" Precision="0" ProviderType="BigInt" Scale="0" Size="0" SourceColumn="lineNum" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_defectCode" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="defectCode" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_defectCode" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="defectCode" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_description" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="description" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_description" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="description" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_active" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="active" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_active" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="active" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_status" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="status" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_status" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="status" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_lastupdate" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_lastupdate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_lastupdatedby" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_lastupdatedby" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</DeleteCommand>
|
|
<InsertCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>INSERT INTO [dbo].[defectQCHist] ([defectCode], [description], [active], [status], [lastupdate], [lastupdatedby]) VALUES (@defectCode, @description, @active, @status, @lastupdate, @lastupdatedby);
|
|
SELECT lineNum, defectCode, description, active, status, lastupdate, lastupdatedby FROM defectQCHist WHERE (lineNum = SCOPE_IDENTITY())</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@defectCode" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="defectCode" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@description" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="description" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@active" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="active" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@status" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="status" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@lastupdate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@lastupdatedby" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</InsertCommand>
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT lineNum, defectCode, description, active, status, lastupdate, lastupdatedby FROM dbo.defectQCHist</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
<UpdateCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>UPDATE [dbo].[defectQCHist] SET [defectCode] = @defectCode, [description] = @description, [active] = @active, [status] = @status, [lastupdate] = @lastupdate, [lastupdatedby] = @lastupdatedby WHERE (([lineNum] = @Original_lineNum) AND ((@IsNull_defectCode = 1 AND [defectCode] IS NULL) OR ([defectCode] = @Original_defectCode)) AND ((@IsNull_description = 1 AND [description] IS NULL) OR ([description] = @Original_description)) AND ((@IsNull_active = 1 AND [active] IS NULL) OR ([active] = @Original_active)) AND ((@IsNull_status = 1 AND [status] IS NULL) OR ([status] = @Original_status)) AND ((@IsNull_lastupdate = 1 AND [lastupdate] IS NULL) OR ([lastupdate] = @Original_lastupdate)) AND ((@IsNull_lastupdatedby = 1 AND [lastupdatedby] IS NULL) OR ([lastupdatedby] = @Original_lastupdatedby)));
|
|
SELECT lineNum, defectCode, description, active, status, lastupdate, lastupdatedby FROM defectQCHist WHERE (lineNum = @lineNum)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@defectCode" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="defectCode" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@description" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="description" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@active" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="active" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@status" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="status" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@lastupdate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@lastupdatedby" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@Original_lineNum" Precision="0" ProviderType="BigInt" Scale="0" Size="0" SourceColumn="lineNum" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_defectCode" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="defectCode" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_defectCode" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="defectCode" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_description" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="description" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_description" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="description" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_active" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="active" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_active" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="active" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_status" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="status" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_status" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="status" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_lastupdate" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_lastupdate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_lastupdatedby" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_lastupdatedby" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="lineNum" ColumnName="lineNum" DataSourceName="Epson.dbo.defectQCHist" DataTypeServer="bigint" DbType="Int64" Direction="Input" ParameterName="@lineNum" Precision="0" ProviderType="BigInt" Scale="0" Size="8" SourceColumn="lineNum" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</UpdateCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="lineNum" DataSetColumn="lineNum" />
|
|
<Mapping SourceColumn="defectCode" DataSetColumn="defectCode" />
|
|
<Mapping SourceColumn="description" DataSetColumn="description" />
|
|
<Mapping SourceColumn="active" DataSetColumn="active" />
|
|
<Mapping SourceColumn="status" DataSetColumn="status" />
|
|
<Mapping SourceColumn="lastupdate" DataSetColumn="lastupdate" />
|
|
<Mapping SourceColumn="lastupdatedby" DataSetColumn="lastupdatedby" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="FA_NewPTTableAdapter" GeneratorDataComponentClassName="FA_NewPTTableAdapter" Name="FA_NewPT" UserDataComponentName="FA_NewPTTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="EpsonConnectionString (MySettings)" DbObjectName="Epson.dbo.FA_NewPT" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
|
<InsertCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>INSERT INTO [dbo].[FA_NewPT] ([PTno], [FAno], [Quantity], [RegisteredBy], [RegisteredDate]) VALUES (@PTno, @FAno, @Quantity, @RegisteredBy, @RegisteredDate)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@PTno" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="PTno" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@FAno" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="FAno" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Quantity" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Quantity" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@RegisteredBy" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="RegisteredBy" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@RegisteredDate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="RegisteredDate" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</InsertCommand>
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT PTno, FAno, Quantity, RegisteredBy, RegisteredDate FROM dbo.FA_NewPT</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="PTno" DataSetColumn="PTno" />
|
|
<Mapping SourceColumn="FAno" DataSetColumn="FAno" />
|
|
<Mapping SourceColumn="Quantity" DataSetColumn="Quantity" />
|
|
<Mapping SourceColumn="RegisteredBy" DataSetColumn="RegisteredBy" />
|
|
<Mapping SourceColumn="RegisteredDate" DataSetColumn="RegisteredDate" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="faNoTableAdapter" GeneratorDataComponentClassName="faNoTableAdapter" Name="faNo" UserDataComponentName="faNoTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="EpsonConnectionString (MySettings)" DbObjectName="Epson.dbo.faNo" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
|
<DeleteCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>DELETE FROM [dbo].[faNo] WHERE (([faId] = @Original_faId) AND ((@IsNull_faNo = 1 AND [faNo] IS NULL) OR ([faNo] = @Original_faNo)) AND ((@IsNull_ptNo = 1 AND [ptNo] IS NULL) OR ([ptNo] = @Original_ptNo)) AND ((@IsNull_suffix = 1 AND [suffix] IS NULL) OR ([suffix] = @Original_suffix)) AND ((@IsNull_stage = 1 AND [stage] IS NULL) OR ([stage] = @Original_stage)) AND ((@IsNull_lastupdate = 1 AND [lastupdate] IS NULL) OR ([lastupdate] = @Original_lastupdate)) AND ((@IsNull_lastupdatedby = 1 AND [lastupdatedby] IS NULL) OR ([lastupdatedby] = @Original_lastupdatedby)) AND ((@IsNull_Quantity = 1 AND [Quantity] IS NULL) OR ([Quantity] = @Original_Quantity)) AND ((@IsNull_status = 1 AND [status] IS NULL) OR ([status] = @Original_status)))</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_faId" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="faId" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_faNo" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="faNo" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_faNo" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="faNo" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_ptNo" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="ptNo" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_ptNo" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="ptNo" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_suffix" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="suffix" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_suffix" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="suffix" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_stage" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="stage" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_stage" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="stage" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_lastupdate" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_lastupdate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_lastupdatedby" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_lastupdatedby" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Quantity" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Quantity" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_Quantity" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Quantity" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_status" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="status" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_status" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="status" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</DeleteCommand>
|
|
<InsertCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>INSERT INTO [dbo].[faNo] ([faNo], [ptNo], [suffix], [stage], [lastupdate], [lastupdatedby], [Quantity], [status]) VALUES (@faNo, @ptNo, @suffix, @stage, @lastupdate, @lastupdatedby, @Quantity, @status);
|
|
SELECT faId, faNo, ptNo, suffix, stage, lastupdate, lastupdatedby, Quantity, status FROM faNo WHERE (faId = SCOPE_IDENTITY())</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@faNo" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="faNo" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@ptNo" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="ptNo" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@suffix" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="suffix" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@stage" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="stage" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@lastupdate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@lastupdatedby" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Quantity" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Quantity" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@status" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="status" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</InsertCommand>
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT faId, faNo, ptNo, suffix, stage, lastupdate, lastupdatedby, Quantity, status FROM dbo.faNo</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
<UpdateCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>UPDATE [dbo].[faNo] SET [faNo] = @faNo, [ptNo] = @ptNo, [suffix] = @suffix, [stage] = @stage, [lastupdate] = @lastupdate, [lastupdatedby] = @lastupdatedby, [Quantity] = @Quantity, [status] = @status WHERE (([faId] = @Original_faId) AND ((@IsNull_faNo = 1 AND [faNo] IS NULL) OR ([faNo] = @Original_faNo)) AND ((@IsNull_ptNo = 1 AND [ptNo] IS NULL) OR ([ptNo] = @Original_ptNo)) AND ((@IsNull_suffix = 1 AND [suffix] IS NULL) OR ([suffix] = @Original_suffix)) AND ((@IsNull_stage = 1 AND [stage] IS NULL) OR ([stage] = @Original_stage)) AND ((@IsNull_lastupdate = 1 AND [lastupdate] IS NULL) OR ([lastupdate] = @Original_lastupdate)) AND ((@IsNull_lastupdatedby = 1 AND [lastupdatedby] IS NULL) OR ([lastupdatedby] = @Original_lastupdatedby)) AND ((@IsNull_Quantity = 1 AND [Quantity] IS NULL) OR ([Quantity] = @Original_Quantity)) AND ((@IsNull_status = 1 AND [status] IS NULL) OR ([status] = @Original_status)));
|
|
SELECT faId, faNo, ptNo, suffix, stage, lastupdate, lastupdatedby, Quantity, status FROM faNo WHERE (faId = @faId)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@faNo" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="faNo" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@ptNo" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="ptNo" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@suffix" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="suffix" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@stage" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="stage" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@lastupdate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@lastupdatedby" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Quantity" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Quantity" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@status" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="status" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_faId" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="faId" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_faNo" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="faNo" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_faNo" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="faNo" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_ptNo" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="ptNo" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_ptNo" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="ptNo" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_suffix" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="suffix" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_suffix" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="suffix" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_stage" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="stage" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_stage" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="stage" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_lastupdate" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_lastupdate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_lastupdatedby" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_lastupdatedby" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Quantity" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Quantity" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_Quantity" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Quantity" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_status" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="status" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_status" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="status" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="faId" ColumnName="faId" DataSourceName="Epson.dbo.faNo" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@faId" Precision="0" ProviderType="Int" Scale="0" Size="4" SourceColumn="faId" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</UpdateCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="faId" DataSetColumn="faId" />
|
|
<Mapping SourceColumn="faNo" DataSetColumn="faNo" />
|
|
<Mapping SourceColumn="ptNo" DataSetColumn="ptNo" />
|
|
<Mapping SourceColumn="suffix" DataSetColumn="suffix" />
|
|
<Mapping SourceColumn="stage" DataSetColumn="stage" />
|
|
<Mapping SourceColumn="lastupdate" DataSetColumn="lastupdate" />
|
|
<Mapping SourceColumn="lastupdatedby" DataSetColumn="lastupdatedby" />
|
|
<Mapping SourceColumn="Quantity" DataSetColumn="Quantity" />
|
|
<Mapping SourceColumn="status" DataSetColumn="status" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="KITTINGTableAdapter" GeneratorDataComponentClassName="KITTINGTableAdapter" Name="KITTING" UserDataComponentName="KITTINGTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="EpsonConnectionString (MySettings)" DbObjectName="Epson.dbo.KITTING" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
|
<InsertCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>INSERT INTO [dbo].[KITTING] ([REV], [PARTNO], [DESC1], [USAGE], [SPQ], [OPERATOR], [KITTINGDATE], [QTY], [FEEDER], [ACCOUNT], [MACHINE], [MODEL], [TYPE], [LINE], [EOH]) VALUES (@REV, @PARTNO, @DESC1, @USAGE, @SPQ, @OPERATOR, @KITTINGDATE, @QTY, @FEEDER, @ACCOUNT, @MACHINE, @MODEL, @TYPE, @LINE, @EOH)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@REV" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="REV" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@PARTNO" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="PARTNO" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@DESC1" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="DESC1" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@USAGE" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="USAGE" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@SPQ" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="SPQ" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@OPERATOR" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="OPERATOR" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@KITTINGDATE" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="KITTINGDATE" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@QTY" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="QTY" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@FEEDER" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="FEEDER" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@ACCOUNT" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="ACCOUNT" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@MACHINE" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="MACHINE" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@MODEL" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="MODEL" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@TYPE" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="TYPE" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@LINE" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="LINE" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@EOH" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="EOH" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</InsertCommand>
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT REV, PARTNO, DESC1, USAGE, SPQ, OPERATOR, KITTINGDATE, QTY, FEEDER, ACCOUNT, MACHINE, MODEL, TYPE, LINE, EOH FROM dbo.KITTING</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="REV" DataSetColumn="REV" />
|
|
<Mapping SourceColumn="PARTNO" DataSetColumn="PARTNO" />
|
|
<Mapping SourceColumn="DESC1" DataSetColumn="DESC1" />
|
|
<Mapping SourceColumn="USAGE" DataSetColumn="USAGE" />
|
|
<Mapping SourceColumn="SPQ" DataSetColumn="SPQ" />
|
|
<Mapping SourceColumn="OPERATOR" DataSetColumn="OPERATOR" />
|
|
<Mapping SourceColumn="KITTINGDATE" DataSetColumn="KITTINGDATE" />
|
|
<Mapping SourceColumn="QTY" DataSetColumn="QTY" />
|
|
<Mapping SourceColumn="FEEDER" DataSetColumn="FEEDER" />
|
|
<Mapping SourceColumn="ACCOUNT" DataSetColumn="ACCOUNT" />
|
|
<Mapping SourceColumn="MACHINE" DataSetColumn="MACHINE" />
|
|
<Mapping SourceColumn="MODEL" DataSetColumn="MODEL" />
|
|
<Mapping SourceColumn="TYPE" DataSetColumn="TYPE" />
|
|
<Mapping SourceColumn="LINE" DataSetColumn="LINE" />
|
|
<Mapping SourceColumn="EOH" DataSetColumn="EOH" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="KMOUNTINGTableAdapter" GeneratorDataComponentClassName="KMOUNTINGTableAdapter" Name="KMOUNTING" UserDataComponentName="KMOUNTINGTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="EpsonConnectionString (MySettings)" DbObjectName="Epson.dbo.KMOUNTING" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
|
<InsertCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>INSERT INTO [dbo].[KMOUNTING] ([KMTDATE], [KMTMACHINE], [KMTREVISION], [KMTFEEDER], [KMTPARTNO], [KMTQTY], [KMTLOT], [KMTOPERATOR], [KMTVERIFY], [KMT3PL], [KSEQUENCENO]) VALUES (@KMTDATE, @KMTMACHINE, @KMTREVISION, @KMTFEEDER, @KMTPARTNO, @KMTQTY, @KMTLOT, @KMTOPERATOR, @KMTVERIFY, @KMT3PL, @KSEQUENCENO)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@KMTDATE" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="KMTDATE" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@KMTMACHINE" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="KMTMACHINE" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@KMTREVISION" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="KMTREVISION" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@KMTFEEDER" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="KMTFEEDER" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@KMTPARTNO" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="KMTPARTNO" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@KMTQTY" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="KMTQTY" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@KMTLOT" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="KMTLOT" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@KMTOPERATOR" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="KMTOPERATOR" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@KMTVERIFY" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="KMTVERIFY" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@KMT3PL" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="KMT3PL" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@KSEQUENCENO" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="KSEQUENCENO" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</InsertCommand>
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT KMTDATE, KMTMACHINE, KMTREVISION, KMTFEEDER, KMTPARTNO, KMTQTY, KMTLOT, KMTOPERATOR, KMTVERIFY, KMT3PL, KSEQUENCENO FROM dbo.KMOUNTING</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="KMTDATE" DataSetColumn="KMTDATE" />
|
|
<Mapping SourceColumn="KMTMACHINE" DataSetColumn="KMTMACHINE" />
|
|
<Mapping SourceColumn="KMTREVISION" DataSetColumn="KMTREVISION" />
|
|
<Mapping SourceColumn="KMTFEEDER" DataSetColumn="KMTFEEDER" />
|
|
<Mapping SourceColumn="KMTPARTNO" DataSetColumn="KMTPARTNO" />
|
|
<Mapping SourceColumn="KMTQTY" DataSetColumn="KMTQTY" />
|
|
<Mapping SourceColumn="KMTLOT" DataSetColumn="KMTLOT" />
|
|
<Mapping SourceColumn="KMTOPERATOR" DataSetColumn="KMTOPERATOR" />
|
|
<Mapping SourceColumn="KMTVERIFY" DataSetColumn="KMTVERIFY" />
|
|
<Mapping SourceColumn="KMT3PL" DataSetColumn="KMT3PL" />
|
|
<Mapping SourceColumn="KSEQUENCENO" DataSetColumn="KSEQUENCENO" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="KSEQUENCE_DETAILTableAdapter" GeneratorDataComponentClassName="KSEQUENCE_DETAILTableAdapter" Name="KSEQUENCE_DETAIL" UserDataComponentName="KSEQUENCE_DETAILTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="EpsonConnectionString (MySettings)" DbObjectName="Epson.dbo.KSEQUENCE_DETAIL" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
|
<InsertCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>INSERT INTO [dbo].[KSEQUENCE_DETAIL] ([KSQMODULE], [KSQFEEDERNO], [KSQFEEDERTYP], [KSQPARTNO], [KSQTOPSDLOC], [KSQFSBSQTY], [KSQDESC1], [KSQDESC2], [KSQTOPMARK], [KSQREMARKS], [KSEQUENCENO]) VALUES (@KSQMODULE, @KSQFEEDERNO, @KSQFEEDERTYP, @KSQPARTNO, @KSQTOPSDLOC, @KSQFSBSQTY, @KSQDESC1, @KSQDESC2, @KSQTOPMARK, @KSQREMARKS, @KSEQUENCENO)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@KSQMODULE" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="KSQMODULE" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@KSQFEEDERNO" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="KSQFEEDERNO" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@KSQFEEDERTYP" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="KSQFEEDERTYP" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@KSQPARTNO" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="KSQPARTNO" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@KSQTOPSDLOC" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="KSQTOPSDLOC" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@KSQFSBSQTY" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="KSQFSBSQTY" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@KSQDESC1" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="KSQDESC1" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@KSQDESC2" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="KSQDESC2" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@KSQTOPMARK" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="KSQTOPMARK" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@KSQREMARKS" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="KSQREMARKS" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@KSEQUENCENO" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="KSEQUENCENO" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</InsertCommand>
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT KSQMODULE, KSQFEEDERNO, KSQFEEDERTYP, KSQPARTNO, KSQTOPSDLOC, KSQFSBSQTY, KSQDESC1, KSQDESC2, KSQTOPMARK, KSQREMARKS, KSEQUENCENO FROM dbo.KSEQUENCE_DETAIL</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="KSQMODULE" DataSetColumn="KSQMODULE" />
|
|
<Mapping SourceColumn="KSQFEEDERNO" DataSetColumn="KSQFEEDERNO" />
|
|
<Mapping SourceColumn="KSQFEEDERTYP" DataSetColumn="KSQFEEDERTYP" />
|
|
<Mapping SourceColumn="KSQPARTNO" DataSetColumn="KSQPARTNO" />
|
|
<Mapping SourceColumn="KSQTOPSDLOC" DataSetColumn="KSQTOPSDLOC" />
|
|
<Mapping SourceColumn="KSQFSBSQTY" DataSetColumn="KSQFSBSQTY" />
|
|
<Mapping SourceColumn="KSQDESC1" DataSetColumn="KSQDESC1" />
|
|
<Mapping SourceColumn="KSQDESC2" DataSetColumn="KSQDESC2" />
|
|
<Mapping SourceColumn="KSQTOPMARK" DataSetColumn="KSQTOPMARK" />
|
|
<Mapping SourceColumn="KSQREMARKS" DataSetColumn="KSQREMARKS" />
|
|
<Mapping SourceColumn="KSEQUENCENO" DataSetColumn="KSEQUENCENO" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="KSEQUENCE_HEADERTableAdapter" GeneratorDataComponentClassName="KSEQUENCE_HEADERTableAdapter" Name="KSEQUENCE_HEADER" UserDataComponentName="KSEQUENCE_HEADERTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="EpsonConnectionString (MySettings)" DbObjectName="Epson.dbo.KSEQUENCE_HEADER" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
|
<InsertCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>INSERT INTO [dbo].[KSEQUENCE_HEADER] ([KSACCOUNT], [KSQREVISION], [KSQMACHINE], [KSQPCBSIDE], [KSQPREPBY], [KSQCHECKBY], [KSQCHKDATE], [KSQMODEL], [KUPDTTIME], [KSQSTATUS], [KSQLINE], [KSEQUENCENO]) VALUES (@KSACCOUNT, @KSQREVISION, @KSQMACHINE, @KSQPCBSIDE, @KSQPREPBY, @KSQCHECKBY, @KSQCHKDATE, @KSQMODEL, @KUPDTTIME, @KSQSTATUS, @KSQLINE, @KSEQUENCENO)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@KSACCOUNT" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="KSACCOUNT" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@KSQREVISION" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="KSQREVISION" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@KSQMACHINE" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="KSQMACHINE" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@KSQPCBSIDE" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="KSQPCBSIDE" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@KSQPREPBY" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="KSQPREPBY" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@KSQCHECKBY" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="KSQCHECKBY" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@KSQCHKDATE" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="KSQCHKDATE" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@KSQMODEL" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="KSQMODEL" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@KUPDTTIME" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="KUPDTTIME" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@KSQSTATUS" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="KSQSTATUS" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@KSQLINE" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="KSQLINE" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@KSEQUENCENO" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="KSEQUENCENO" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</InsertCommand>
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT KSACCOUNT, KSQREVISION, KSQMACHINE, KSQPCBSIDE, KSQPREPBY, KSQCHECKBY, KSQCHKDATE, KSQMODEL, KUPDTTIME, KSQSTATUS, KSQLINE, KSEQUENCENO FROM dbo.KSEQUENCE_HEADER</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="KSACCOUNT" DataSetColumn="KSACCOUNT" />
|
|
<Mapping SourceColumn="KSQREVISION" DataSetColumn="KSQREVISION" />
|
|
<Mapping SourceColumn="KSQMACHINE" DataSetColumn="KSQMACHINE" />
|
|
<Mapping SourceColumn="KSQPCBSIDE" DataSetColumn="KSQPCBSIDE" />
|
|
<Mapping SourceColumn="KSQPREPBY" DataSetColumn="KSQPREPBY" />
|
|
<Mapping SourceColumn="KSQCHECKBY" DataSetColumn="KSQCHECKBY" />
|
|
<Mapping SourceColumn="KSQCHKDATE" DataSetColumn="KSQCHKDATE" />
|
|
<Mapping SourceColumn="KSQMODEL" DataSetColumn="KSQMODEL" />
|
|
<Mapping SourceColumn="KUPDTTIME" DataSetColumn="KUPDTTIME" />
|
|
<Mapping SourceColumn="KSQSTATUS" DataSetColumn="KSQSTATUS" />
|
|
<Mapping SourceColumn="KSQLINE" DataSetColumn="KSQLINE" />
|
|
<Mapping SourceColumn="KSEQUENCENO" DataSetColumn="KSEQUENCENO" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="KSETTINGSTableAdapter" GeneratorDataComponentClassName="KSETTINGSTableAdapter" Name="KSETTINGS" UserDataComponentName="KSETTINGSTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="EpsonConnectionString (MySettings)" DbObjectName="Epson.dbo.KSETTINGS" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
|
<InsertCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>INSERT INTO [dbo].[KSETTINGS] ([line], [ksequence]) VALUES (@line, @ksequence)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@line" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="line" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@ksequence" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="ksequence" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</InsertCommand>
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT set_id, line, ksequence FROM dbo.KSETTINGS</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="set_id" DataSetColumn="set_id" />
|
|
<Mapping SourceColumn="line" DataSetColumn="line" />
|
|
<Mapping SourceColumn="ksequence" DataSetColumn="ksequence" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="LabelDefTableAdapter" GeneratorDataComponentClassName="LabelDefTableAdapter" Name="LabelDef" UserDataComponentName="LabelDefTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="EpsonConnectionString (MySettings)" DbObjectName="Epson.dbo.LabelDef" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
|
<DeleteCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>DELETE FROM [dbo].[LabelDef] WHERE (([labelFormat1] = @Original_labelFormat1) AND ([labelFormat2] = @Original_labelFormat2) AND ((@IsNull_bartenderFile = 1 AND [bartenderFile] IS NULL) OR ([bartenderFile] = @Original_bartenderFile)) AND ((@IsNull_lastupdate = 1 AND [lastupdate] IS NULL) OR ([lastupdate] = @Original_lastupdate)) AND ((@IsNull_lastupdatedby = 1 AND [lastupdatedby] IS NULL) OR ([lastupdatedby] = @Original_lastupdatedby)))</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_labelFormat1" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="labelFormat1" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_labelFormat2" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="labelFormat2" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_bartenderFile" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="bartenderFile" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_bartenderFile" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="bartenderFile" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_lastupdate" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_lastupdate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_lastupdatedby" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_lastupdatedby" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</DeleteCommand>
|
|
<InsertCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>INSERT INTO [dbo].[LabelDef] ([labelFormat1], [labelFormat2], [bartenderFile], [lastupdate], [lastupdatedby]) VALUES (@labelFormat1, @labelFormat2, @bartenderFile, @lastupdate, @lastupdatedby);
|
|
SELECT labelFormat1, labelFormat2, bartenderFile, lastupdate, lastupdatedby FROM LabelDef WHERE (labelFormat1 = @labelFormat1) AND (labelFormat2 = @labelFormat2)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@labelFormat1" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="labelFormat1" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@labelFormat2" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="labelFormat2" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@bartenderFile" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="bartenderFile" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@lastupdate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@lastupdatedby" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</InsertCommand>
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT labelFormat1, labelFormat2, bartenderFile, lastupdate, lastupdatedby FROM dbo.LabelDef</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
<UpdateCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>UPDATE [dbo].[LabelDef] SET [labelFormat1] = @labelFormat1, [labelFormat2] = @labelFormat2, [bartenderFile] = @bartenderFile, [lastupdate] = @lastupdate, [lastupdatedby] = @lastupdatedby WHERE (([labelFormat1] = @Original_labelFormat1) AND ([labelFormat2] = @Original_labelFormat2) AND ((@IsNull_bartenderFile = 1 AND [bartenderFile] IS NULL) OR ([bartenderFile] = @Original_bartenderFile)) AND ((@IsNull_lastupdate = 1 AND [lastupdate] IS NULL) OR ([lastupdate] = @Original_lastupdate)) AND ((@IsNull_lastupdatedby = 1 AND [lastupdatedby] IS NULL) OR ([lastupdatedby] = @Original_lastupdatedby)));
|
|
SELECT labelFormat1, labelFormat2, bartenderFile, lastupdate, lastupdatedby FROM LabelDef WHERE (labelFormat1 = @labelFormat1) AND (labelFormat2 = @labelFormat2)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@labelFormat1" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="labelFormat1" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@labelFormat2" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="labelFormat2" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@bartenderFile" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="bartenderFile" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@lastupdate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@lastupdatedby" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_labelFormat1" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="labelFormat1" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_labelFormat2" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="labelFormat2" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_bartenderFile" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="bartenderFile" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_bartenderFile" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="bartenderFile" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_lastupdate" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_lastupdate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_lastupdatedby" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_lastupdatedby" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</UpdateCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="labelFormat1" DataSetColumn="labelFormat1" />
|
|
<Mapping SourceColumn="labelFormat2" DataSetColumn="labelFormat2" />
|
|
<Mapping SourceColumn="bartenderFile" DataSetColumn="bartenderFile" />
|
|
<Mapping SourceColumn="lastupdate" DataSetColumn="lastupdate" />
|
|
<Mapping SourceColumn="lastupdatedby" DataSetColumn="lastupdatedby" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="LabelDefHistTableAdapter" GeneratorDataComponentClassName="LabelDefHistTableAdapter" Name="LabelDefHist" UserDataComponentName="LabelDefHistTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="EpsonConnectionString (MySettings)" DbObjectName="Epson.dbo.LabelDefHist" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
|
<DeleteCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>DELETE FROM [dbo].[LabelDefHist] WHERE (([lineNum] = @Original_lineNum) AND ((@IsNull_labelFormat1 = 1 AND [labelFormat1] IS NULL) OR ([labelFormat1] = @Original_labelFormat1)) AND ((@IsNull_labelFormat2 = 1 AND [labelFormat2] IS NULL) OR ([labelFormat2] = @Original_labelFormat2)) AND ((@IsNull_bartenderFile = 1 AND [bartenderFile] IS NULL) OR ([bartenderFile] = @Original_bartenderFile)) AND ((@IsNull_status = 1 AND [status] IS NULL) OR ([status] = @Original_status)) AND ((@IsNull_lastupdate = 1 AND [lastupdate] IS NULL) OR ([lastupdate] = @Original_lastupdate)) AND ((@IsNull_lastupdatedby = 1 AND [lastupdatedby] IS NULL) OR ([lastupdatedby] = @Original_lastupdatedby)))</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@Original_lineNum" Precision="0" ProviderType="BigInt" Scale="0" Size="0" SourceColumn="lineNum" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_labelFormat1" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="labelFormat1" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_labelFormat1" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="labelFormat1" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_labelFormat2" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="labelFormat2" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_labelFormat2" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="labelFormat2" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_bartenderFile" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="bartenderFile" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_bartenderFile" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="bartenderFile" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_status" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="status" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_status" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="status" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_lastupdate" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_lastupdate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_lastupdatedby" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_lastupdatedby" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</DeleteCommand>
|
|
<InsertCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>INSERT INTO [dbo].[LabelDefHist] ([labelFormat1], [labelFormat2], [bartenderFile], [status], [lastupdate], [lastupdatedby]) VALUES (@labelFormat1, @labelFormat2, @bartenderFile, @status, @lastupdate, @lastupdatedby);
|
|
SELECT lineNum, labelFormat1, labelFormat2, bartenderFile, status, lastupdate, lastupdatedby FROM LabelDefHist WHERE (lineNum = SCOPE_IDENTITY())</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@labelFormat1" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="labelFormat1" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@labelFormat2" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="labelFormat2" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@bartenderFile" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="bartenderFile" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@status" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="status" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@lastupdate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@lastupdatedby" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</InsertCommand>
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT lineNum, labelFormat1, labelFormat2, bartenderFile, status, lastupdate, lastupdatedby FROM dbo.LabelDefHist</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
<UpdateCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>UPDATE [dbo].[LabelDefHist] SET [labelFormat1] = @labelFormat1, [labelFormat2] = @labelFormat2, [bartenderFile] = @bartenderFile, [status] = @status, [lastupdate] = @lastupdate, [lastupdatedby] = @lastupdatedby WHERE (([lineNum] = @Original_lineNum) AND ((@IsNull_labelFormat1 = 1 AND [labelFormat1] IS NULL) OR ([labelFormat1] = @Original_labelFormat1)) AND ((@IsNull_labelFormat2 = 1 AND [labelFormat2] IS NULL) OR ([labelFormat2] = @Original_labelFormat2)) AND ((@IsNull_bartenderFile = 1 AND [bartenderFile] IS NULL) OR ([bartenderFile] = @Original_bartenderFile)) AND ((@IsNull_status = 1 AND [status] IS NULL) OR ([status] = @Original_status)) AND ((@IsNull_lastupdate = 1 AND [lastupdate] IS NULL) OR ([lastupdate] = @Original_lastupdate)) AND ((@IsNull_lastupdatedby = 1 AND [lastupdatedby] IS NULL) OR ([lastupdatedby] = @Original_lastupdatedby)));
|
|
SELECT lineNum, labelFormat1, labelFormat2, bartenderFile, status, lastupdate, lastupdatedby FROM LabelDefHist WHERE (lineNum = @lineNum)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@labelFormat1" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="labelFormat1" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@labelFormat2" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="labelFormat2" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@bartenderFile" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="bartenderFile" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@status" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="status" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@lastupdate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@lastupdatedby" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@Original_lineNum" Precision="0" ProviderType="BigInt" Scale="0" Size="0" SourceColumn="lineNum" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_labelFormat1" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="labelFormat1" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_labelFormat1" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="labelFormat1" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_labelFormat2" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="labelFormat2" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_labelFormat2" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="labelFormat2" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_bartenderFile" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="bartenderFile" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_bartenderFile" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="bartenderFile" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_status" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="status" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_status" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="status" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_lastupdate" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_lastupdate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_lastupdatedby" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_lastupdatedby" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="lineNum" ColumnName="lineNum" DataSourceName="Epson.dbo.LabelDefHist" DataTypeServer="bigint" DbType="Int64" Direction="Input" ParameterName="@lineNum" Precision="0" ProviderType="BigInt" Scale="0" Size="8" SourceColumn="lineNum" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</UpdateCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="lineNum" DataSetColumn="lineNum" />
|
|
<Mapping SourceColumn="labelFormat1" DataSetColumn="labelFormat1" />
|
|
<Mapping SourceColumn="labelFormat2" DataSetColumn="labelFormat2" />
|
|
<Mapping SourceColumn="bartenderFile" DataSetColumn="bartenderFile" />
|
|
<Mapping SourceColumn="status" DataSetColumn="status" />
|
|
<Mapping SourceColumn="lastupdate" DataSetColumn="lastupdate" />
|
|
<Mapping SourceColumn="lastupdatedby" DataSetColumn="lastupdatedby" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="log_actionTableAdapter" GeneratorDataComponentClassName="log_actionTableAdapter" Name="log_action" UserDataComponentName="log_actionTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="EpsonConnectionString (MySettings)" DbObjectName="Epson.dbo.log_action" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
|
<InsertCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>INSERT INTO [dbo].[log_action] ([trackingno], [reference], [refType], [serialno], [reason], [lastupdate], [lastupdatedby]) VALUES (@trackingno, @reference, @refType, @serialno, @reason, @lastupdate, @lastupdatedby)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@trackingno" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="trackingno" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@reference" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="reference" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@refType" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="refType" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@serialno" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="serialno" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@reason" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="reason" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@lastupdate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@lastupdatedby" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</InsertCommand>
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT trackingno, reference, refType, serialno, reason, lastupdate, lastupdatedby FROM dbo.log_action</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="trackingno" DataSetColumn="trackingno" />
|
|
<Mapping SourceColumn="reference" DataSetColumn="reference" />
|
|
<Mapping SourceColumn="refType" DataSetColumn="refType" />
|
|
<Mapping SourceColumn="serialno" DataSetColumn="serialno" />
|
|
<Mapping SourceColumn="reason" DataSetColumn="reason" />
|
|
<Mapping SourceColumn="lastupdate" DataSetColumn="lastupdate" />
|
|
<Mapping SourceColumn="lastupdatedby" DataSetColumn="lastupdatedby" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="log_alvarion_serialTableAdapter" GeneratorDataComponentClassName="log_alvarion_serialTableAdapter" Name="log_alvarion_serial" UserDataComponentName="log_alvarion_serialTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="EpsonConnectionString (MySettings)" DbObjectName="Epson.dbo.log_alvarion_serial" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
|
<DeleteCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>DELETE FROM [dbo].[log_alvarion_serial] WHERE (([batchno] = @Original_batchno) AND ((@IsNull_serialStart = 1 AND [serialStart] IS NULL) OR ([serialStart] = @Original_serialStart)) AND ((@IsNull_serialEnd = 1 AND [serialEnd] IS NULL) OR ([serialEnd] = @Original_serialEnd)) AND ((@IsNull_serialStartHex = 1 AND [serialStartHex] IS NULL) OR ([serialStartHex] = @Original_serialStartHex)) AND ((@IsNull_serialEndHex = 1 AND [serialEndHex] IS NULL) OR ([serialEndHex] = @Original_serialEndHex)) AND ((@IsNull_model = 1 AND [model] IS NULL) OR ([model] = @Original_model)) AND ((@IsNull_revision = 1 AND [revision] IS NULL) OR ([revision] = @Original_revision)) AND ((@IsNull_quantity = 1 AND [quantity] IS NULL) OR ([quantity] = @Original_quantity)) AND ((@IsNull_generated = 1 AND [generated] IS NULL) OR ([generated] = @Original_generated)) AND ((@IsNull_generatedby = 1 AND [generatedby] IS NULL) OR ([generatedby] = @Original_generatedby)) AND ((@IsNull_family = 1 AND [family] IS NULL) OR ([family] = @Original_family)))</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_batchno" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="batchno" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_serialStart" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="serialStart" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_serialStart" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="serialStart" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_serialEnd" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="serialEnd" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_serialEnd" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="serialEnd" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_serialStartHex" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="serialStartHex" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_serialStartHex" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="serialStartHex" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_serialEndHex" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="serialEndHex" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_serialEndHex" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="serialEndHex" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_model" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="model" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_model" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="model" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_revision" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="revision" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_revision" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="revision" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_quantity" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="quantity" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_quantity" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="quantity" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_generated" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="generated" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_generated" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="generated" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_generatedby" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="generatedby" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_generatedby" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="generatedby" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_family" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="family" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_family" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="family" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</DeleteCommand>
|
|
<InsertCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>INSERT INTO [dbo].[log_alvarion_serial] ([batchno], [serialStart], [serialEnd], [serialStartHex], [serialEndHex], [model], [revision], [quantity], [generated], [generatedby], [family]) VALUES (@batchno, @serialStart, @serialEnd, @serialStartHex, @serialEndHex, @model, @revision, @quantity, @generated, @generatedby, @family);
|
|
SELECT batchno, serialStart, serialEnd, serialStartHex, serialEndHex, model, revision, quantity, generated, generatedby, family FROM log_alvarion_serial WHERE (batchno = @batchno)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@batchno" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="batchno" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@serialStart" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="serialStart" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@serialEnd" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="serialEnd" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@serialStartHex" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="serialStartHex" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@serialEndHex" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="serialEndHex" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@model" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="model" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@revision" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="revision" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@quantity" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="quantity" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@generated" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="generated" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@generatedby" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="generatedby" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@family" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="family" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</InsertCommand>
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT batchno, serialStart, serialEnd, serialStartHex, serialEndHex, model, revision, quantity, generated, generatedby, family FROM dbo.log_alvarion_serial</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
<UpdateCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>UPDATE [dbo].[log_alvarion_serial] SET [batchno] = @batchno, [serialStart] = @serialStart, [serialEnd] = @serialEnd, [serialStartHex] = @serialStartHex, [serialEndHex] = @serialEndHex, [model] = @model, [revision] = @revision, [quantity] = @quantity, [generated] = @generated, [generatedby] = @generatedby, [family] = @family WHERE (([batchno] = @Original_batchno) AND ((@IsNull_serialStart = 1 AND [serialStart] IS NULL) OR ([serialStart] = @Original_serialStart)) AND ((@IsNull_serialEnd = 1 AND [serialEnd] IS NULL) OR ([serialEnd] = @Original_serialEnd)) AND ((@IsNull_serialStartHex = 1 AND [serialStartHex] IS NULL) OR ([serialStartHex] = @Original_serialStartHex)) AND ((@IsNull_serialEndHex = 1 AND [serialEndHex] IS NULL) OR ([serialEndHex] = @Original_serialEndHex)) AND ((@IsNull_model = 1 AND [model] IS NULL) OR ([model] = @Original_model)) AND ((@IsNull_revision = 1 AND [revision] IS NULL) OR ([revision] = @Original_revision)) AND ((@IsNull_quantity = 1 AND [quantity] IS NULL) OR ([quantity] = @Original_quantity)) AND ((@IsNull_generated = 1 AND [generated] IS NULL) OR ([generated] = @Original_generated)) AND ((@IsNull_generatedby = 1 AND [generatedby] IS NULL) OR ([generatedby] = @Original_generatedby)) AND ((@IsNull_family = 1 AND [family] IS NULL) OR ([family] = @Original_family)));
|
|
SELECT batchno, serialStart, serialEnd, serialStartHex, serialEndHex, model, revision, quantity, generated, generatedby, family FROM log_alvarion_serial WHERE (batchno = @batchno)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@batchno" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="batchno" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@serialStart" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="serialStart" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@serialEnd" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="serialEnd" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@serialStartHex" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="serialStartHex" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@serialEndHex" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="serialEndHex" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@model" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="model" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@revision" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="revision" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@quantity" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="quantity" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@generated" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="generated" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@generatedby" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="generatedby" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@family" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="family" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_batchno" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="batchno" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_serialStart" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="serialStart" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_serialStart" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="serialStart" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_serialEnd" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="serialEnd" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_serialEnd" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="serialEnd" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_serialStartHex" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="serialStartHex" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_serialStartHex" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="serialStartHex" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_serialEndHex" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="serialEndHex" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_serialEndHex" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="serialEndHex" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_model" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="model" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_model" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="model" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_revision" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="revision" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_revision" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="revision" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_quantity" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="quantity" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_quantity" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="quantity" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_generated" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="generated" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_generated" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="generated" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_generatedby" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="generatedby" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_generatedby" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="generatedby" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_family" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="family" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_family" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="family" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</UpdateCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="batchno" DataSetColumn="batchno" />
|
|
<Mapping SourceColumn="serialStart" DataSetColumn="serialStart" />
|
|
<Mapping SourceColumn="serialEnd" DataSetColumn="serialEnd" />
|
|
<Mapping SourceColumn="serialStartHex" DataSetColumn="serialStartHex" />
|
|
<Mapping SourceColumn="serialEndHex" DataSetColumn="serialEndHex" />
|
|
<Mapping SourceColumn="model" DataSetColumn="model" />
|
|
<Mapping SourceColumn="revision" DataSetColumn="revision" />
|
|
<Mapping SourceColumn="quantity" DataSetColumn="quantity" />
|
|
<Mapping SourceColumn="generated" DataSetColumn="generated" />
|
|
<Mapping SourceColumn="generatedby" DataSetColumn="generatedby" />
|
|
<Mapping SourceColumn="family" DataSetColumn="family" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="log_ATE_errorTableAdapter" GeneratorDataComponentClassName="log_ATE_errorTableAdapter" Name="log_ATE_error" UserDataComponentName="log_ATE_errorTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="EpsonConnectionString (MySettings)" DbObjectName="Epson.dbo.log_ATE_error" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
|
<InsertCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>INSERT INTO [dbo].[log_ATE_error] ([serialno], [result], [station], [pc_name], [errormsg], [checked_pn], [mac], [timestamp]) VALUES (@serialno, @result, @station, @pc_name, @errormsg, @checked_pn, @mac, @timestamp)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@serialno" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="serialno" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@result" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="result" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@station" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="station" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@pc_name" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="pc_name" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@errormsg" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="errormsg" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@checked_pn" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="checked_pn" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@mac" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="mac" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@timestamp" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="timestamp" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</InsertCommand>
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT serialno, result, station, pc_name, errormsg, checked_pn, mac, timestamp FROM dbo.log_ATE_error</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="serialno" DataSetColumn="serialno" />
|
|
<Mapping SourceColumn="result" DataSetColumn="result" />
|
|
<Mapping SourceColumn="station" DataSetColumn="station" />
|
|
<Mapping SourceColumn="pc_name" DataSetColumn="pc_name" />
|
|
<Mapping SourceColumn="errormsg" DataSetColumn="errormsg" />
|
|
<Mapping SourceColumn="checked_pn" DataSetColumn="checked_pn" />
|
|
<Mapping SourceColumn="mac" DataSetColumn="mac" />
|
|
<Mapping SourceColumn="timestamp" DataSetColumn="timestamp" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="log_BL_DetailTableAdapter" GeneratorDataComponentClassName="log_BL_DetailTableAdapter" Name="log_BL_Detail" UserDataComponentName="log_BL_DetailTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="EpsonConnectionString (MySettings)" DbObjectName="Epson.dbo.log_BL_Detail" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
|
<InsertCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>INSERT INTO [dbo].[log_BL_Detail] ([boxno], [cardno], [serialno], [qty], [model], [modelWt], [lastupdate], [lastupdatedby]) VALUES (@boxno, @cardno, @serialno, @qty, @model, @modelWt, @lastupdate, @lastupdatedby)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@boxno" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="boxno" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@cardno" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="cardno" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@serialno" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="serialno" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@qty" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="qty" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@model" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="model" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@modelWt" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="modelWt" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@lastupdate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@lastupdatedby" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</InsertCommand>
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT boxno, cardno, serialno, qty, model, modelWt, lastupdate, lastupdatedby FROM dbo.log_BL_Detail</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="boxno" DataSetColumn="boxno" />
|
|
<Mapping SourceColumn="cardno" DataSetColumn="cardno" />
|
|
<Mapping SourceColumn="serialno" DataSetColumn="serialno" />
|
|
<Mapping SourceColumn="qty" DataSetColumn="qty" />
|
|
<Mapping SourceColumn="model" DataSetColumn="model" />
|
|
<Mapping SourceColumn="modelWt" DataSetColumn="modelWt" />
|
|
<Mapping SourceColumn="lastupdate" DataSetColumn="lastupdate" />
|
|
<Mapping SourceColumn="lastupdatedby" DataSetColumn="lastupdatedby" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="log_BL_Detail_HistTableAdapter" GeneratorDataComponentClassName="log_BL_Detail_HistTableAdapter" Name="log_BL_Detail_Hist" UserDataComponentName="log_BL_Detail_HistTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="EpsonConnectionString (MySettings)" DbObjectName="Epson.dbo.log_BL_Detail_Hist" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
|
<DeleteCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>DELETE FROM [dbo].[log_BL_Detail_Hist] WHERE (([lineNum] = @Original_lineNum) AND ((@IsNull_boxno = 1 AND [boxno] IS NULL) OR ([boxno] = @Original_boxno)) AND ((@IsNull_cardno = 1 AND [cardno] IS NULL) OR ([cardno] = @Original_cardno)) AND ((@IsNull_serialno = 1 AND [serialno] IS NULL) OR ([serialno] = @Original_serialno)) AND ((@IsNull_qty = 1 AND [qty] IS NULL) OR ([qty] = @Original_qty)) AND ((@IsNull_model = 1 AND [model] IS NULL) OR ([model] = @Original_model)) AND ((@IsNull_modelWt = 1 AND [modelWt] IS NULL) OR ([modelWt] = @Original_modelWt)) AND ((@IsNull_status = 1 AND [status] IS NULL) OR ([status] = @Original_status)) AND ((@IsNull_lastupdate = 1 AND [lastupdate] IS NULL) OR ([lastupdate] = @Original_lastupdate)) AND ((@IsNull_lastupdatedby = 1 AND [lastupdatedby] IS NULL) OR ([lastupdatedby] = @Original_lastupdatedby)))</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@Original_lineNum" Precision="0" ProviderType="BigInt" Scale="0" Size="0" SourceColumn="lineNum" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_boxno" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="boxno" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_boxno" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="boxno" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_cardno" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="cardno" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_cardno" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="cardno" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_serialno" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="serialno" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_serialno" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="serialno" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_qty" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="qty" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_qty" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="qty" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_model" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="model" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_model" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="model" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_modelWt" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="modelWt" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Single" Direction="Input" ParameterName="@Original_modelWt" Precision="0" ProviderType="Real" Scale="0" Size="0" SourceColumn="modelWt" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_status" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="status" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_status" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="status" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_lastupdate" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_lastupdate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_lastupdatedby" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_lastupdatedby" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</DeleteCommand>
|
|
<InsertCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>INSERT INTO [dbo].[log_BL_Detail_Hist] ([boxno], [cardno], [serialno], [qty], [model], [modelWt], [status], [lastupdate], [lastupdatedby]) VALUES (@boxno, @cardno, @serialno, @qty, @model, @modelWt, @status, @lastupdate, @lastupdatedby);
|
|
SELECT lineNum, boxno, cardno, serialno, qty, model, modelWt, status, lastupdate, lastupdatedby FROM log_BL_Detail_Hist WHERE (lineNum = SCOPE_IDENTITY())</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@boxno" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="boxno" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@cardno" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="cardno" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@serialno" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="serialno" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@qty" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="qty" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@model" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="model" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Single" Direction="Input" ParameterName="@modelWt" Precision="0" ProviderType="Real" Scale="0" Size="0" SourceColumn="modelWt" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@status" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="status" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@lastupdate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@lastupdatedby" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</InsertCommand>
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT lineNum, boxno, cardno, serialno, qty, model, modelWt, status, lastupdate, lastupdatedby FROM dbo.log_BL_Detail_Hist</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
<UpdateCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>UPDATE [dbo].[log_BL_Detail_Hist] SET [boxno] = @boxno, [cardno] = @cardno, [serialno] = @serialno, [qty] = @qty, [model] = @model, [modelWt] = @modelWt, [status] = @status, [lastupdate] = @lastupdate, [lastupdatedby] = @lastupdatedby WHERE (([lineNum] = @Original_lineNum) AND ((@IsNull_boxno = 1 AND [boxno] IS NULL) OR ([boxno] = @Original_boxno)) AND ((@IsNull_cardno = 1 AND [cardno] IS NULL) OR ([cardno] = @Original_cardno)) AND ((@IsNull_serialno = 1 AND [serialno] IS NULL) OR ([serialno] = @Original_serialno)) AND ((@IsNull_qty = 1 AND [qty] IS NULL) OR ([qty] = @Original_qty)) AND ((@IsNull_model = 1 AND [model] IS NULL) OR ([model] = @Original_model)) AND ((@IsNull_modelWt = 1 AND [modelWt] IS NULL) OR ([modelWt] = @Original_modelWt)) AND ((@IsNull_status = 1 AND [status] IS NULL) OR ([status] = @Original_status)) AND ((@IsNull_lastupdate = 1 AND [lastupdate] IS NULL) OR ([lastupdate] = @Original_lastupdate)) AND ((@IsNull_lastupdatedby = 1 AND [lastupdatedby] IS NULL) OR ([lastupdatedby] = @Original_lastupdatedby)));
|
|
SELECT lineNum, boxno, cardno, serialno, qty, model, modelWt, status, lastupdate, lastupdatedby FROM log_BL_Detail_Hist WHERE (lineNum = @lineNum)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@boxno" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="boxno" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@cardno" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="cardno" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@serialno" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="serialno" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@qty" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="qty" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@model" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="model" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Single" Direction="Input" ParameterName="@modelWt" Precision="0" ProviderType="Real" Scale="0" Size="0" SourceColumn="modelWt" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@status" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="status" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@lastupdate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@lastupdatedby" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@Original_lineNum" Precision="0" ProviderType="BigInt" Scale="0" Size="0" SourceColumn="lineNum" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_boxno" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="boxno" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_boxno" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="boxno" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_cardno" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="cardno" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_cardno" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="cardno" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_serialno" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="serialno" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_serialno" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="serialno" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_qty" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="qty" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_qty" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="qty" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_model" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="model" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_model" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="model" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_modelWt" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="modelWt" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Single" Direction="Input" ParameterName="@Original_modelWt" Precision="0" ProviderType="Real" Scale="0" Size="0" SourceColumn="modelWt" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_status" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="status" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_status" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="status" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_lastupdate" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_lastupdate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_lastupdatedby" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_lastupdatedby" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="lineNum" ColumnName="lineNum" DataSourceName="Epson.dbo.log_BL_Detail_Hist" DataTypeServer="bigint" DbType="Int64" Direction="Input" ParameterName="@lineNum" Precision="0" ProviderType="BigInt" Scale="0" Size="8" SourceColumn="lineNum" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</UpdateCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="lineNum" DataSetColumn="lineNum" />
|
|
<Mapping SourceColumn="boxno" DataSetColumn="boxno" />
|
|
<Mapping SourceColumn="cardno" DataSetColumn="cardno" />
|
|
<Mapping SourceColumn="serialno" DataSetColumn="serialno" />
|
|
<Mapping SourceColumn="qty" DataSetColumn="qty" />
|
|
<Mapping SourceColumn="model" DataSetColumn="model" />
|
|
<Mapping SourceColumn="modelWt" DataSetColumn="modelWt" />
|
|
<Mapping SourceColumn="status" DataSetColumn="status" />
|
|
<Mapping SourceColumn="lastupdate" DataSetColumn="lastupdate" />
|
|
<Mapping SourceColumn="lastupdatedby" DataSetColumn="lastupdatedby" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="log_BL_HeaderTableAdapter" GeneratorDataComponentClassName="log_BL_HeaderTableAdapter" Name="log_BL_Header" UserDataComponentName="log_BL_HeaderTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="EpsonConnectionString (MySettings)" DbObjectName="Epson.dbo.log_BL_Header" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
|
<DeleteCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>DELETE FROM [dbo].[log_BL_Header] WHERE (([boxno] = @Original_boxno) AND ((@IsNull_model = 1 AND [model] IS NULL) OR ([model] = @Original_model)) AND ((@IsNull_po = 1 AND [po] IS NULL) OR ([po] = @Original_po)) AND ((@IsNull_poLine = 1 AND [poLine] IS NULL) OR ([poLine] = @Original_poLine)) AND ((@IsNull_pkType = 1 AND [pkType] IS NULL) OR ([pkType] = @Original_pkType)) AND ((@IsNull_maxQty = 1 AND [maxQty] IS NULL) OR ([maxQty] = @Original_maxQty)) AND ((@IsNull_boxWt = 1 AND [boxWt] IS NULL) OR ([boxWt] = @Original_boxWt)) AND ((@IsNull_boxDim = 1 AND [boxDim] IS NULL) OR ([boxDim] = @Original_boxDim)) AND ((@IsNull_lastupdate = 1 AND [lastupdate] IS NULL) OR ([lastupdate] = @Original_lastupdate)) AND ((@IsNull_lastupdatedby = 1 AND [lastupdatedby] IS NULL) OR ([lastupdatedby] = @Original_lastupdatedby)))</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_boxno" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="boxno" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_model" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="model" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_model" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="model" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_po" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="po" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_po" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="po" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_poLine" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="poLine" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_poLine" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="poLine" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_pkType" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="pkType" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_pkType" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="pkType" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_maxQty" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="maxQty" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_maxQty" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="maxQty" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_boxWt" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="boxWt" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Single" Direction="Input" ParameterName="@Original_boxWt" Precision="0" ProviderType="Real" Scale="0" Size="0" SourceColumn="boxWt" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_boxDim" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="boxDim" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_boxDim" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="boxDim" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_lastupdate" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_lastupdate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_lastupdatedby" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_lastupdatedby" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</DeleteCommand>
|
|
<InsertCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>INSERT INTO [dbo].[log_BL_Header] ([boxno], [model], [po], [poLine], [pkType], [maxQty], [boxWt], [boxDim], [lastupdate], [lastupdatedby]) VALUES (@boxno, @model, @po, @poLine, @pkType, @maxQty, @boxWt, @boxDim, @lastupdate, @lastupdatedby);
|
|
SELECT boxno, model, po, poLine, pkType, maxQty, boxWt, boxDim, lastupdate, lastupdatedby FROM log_BL_Header WHERE (boxno = @boxno)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@boxno" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="boxno" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@model" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="model" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@po" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="po" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@poLine" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="poLine" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@pkType" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="pkType" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@maxQty" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="maxQty" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Single" Direction="Input" ParameterName="@boxWt" Precision="0" ProviderType="Real" Scale="0" Size="0" SourceColumn="boxWt" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@boxDim" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="boxDim" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@lastupdate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@lastupdatedby" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</InsertCommand>
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT boxno, model, po, poLine, pkType, maxQty, boxWt, boxDim, lastupdate, lastupdatedby FROM dbo.log_BL_Header</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
<UpdateCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>UPDATE [dbo].[log_BL_Header] SET [boxno] = @boxno, [model] = @model, [po] = @po, [poLine] = @poLine, [pkType] = @pkType, [maxQty] = @maxQty, [boxWt] = @boxWt, [boxDim] = @boxDim, [lastupdate] = @lastupdate, [lastupdatedby] = @lastupdatedby WHERE (([boxno] = @Original_boxno) AND ((@IsNull_model = 1 AND [model] IS NULL) OR ([model] = @Original_model)) AND ((@IsNull_po = 1 AND [po] IS NULL) OR ([po] = @Original_po)) AND ((@IsNull_poLine = 1 AND [poLine] IS NULL) OR ([poLine] = @Original_poLine)) AND ((@IsNull_pkType = 1 AND [pkType] IS NULL) OR ([pkType] = @Original_pkType)) AND ((@IsNull_maxQty = 1 AND [maxQty] IS NULL) OR ([maxQty] = @Original_maxQty)) AND ((@IsNull_boxWt = 1 AND [boxWt] IS NULL) OR ([boxWt] = @Original_boxWt)) AND ((@IsNull_boxDim = 1 AND [boxDim] IS NULL) OR ([boxDim] = @Original_boxDim)) AND ((@IsNull_lastupdate = 1 AND [lastupdate] IS NULL) OR ([lastupdate] = @Original_lastupdate)) AND ((@IsNull_lastupdatedby = 1 AND [lastupdatedby] IS NULL) OR ([lastupdatedby] = @Original_lastupdatedby)));
|
|
SELECT boxno, model, po, poLine, pkType, maxQty, boxWt, boxDim, lastupdate, lastupdatedby FROM log_BL_Header WHERE (boxno = @boxno)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@boxno" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="boxno" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@model" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="model" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@po" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="po" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@poLine" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="poLine" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@pkType" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="pkType" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@maxQty" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="maxQty" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Single" Direction="Input" ParameterName="@boxWt" Precision="0" ProviderType="Real" Scale="0" Size="0" SourceColumn="boxWt" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@boxDim" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="boxDim" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@lastupdate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@lastupdatedby" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_boxno" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="boxno" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_model" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="model" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_model" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="model" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_po" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="po" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_po" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="po" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_poLine" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="poLine" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_poLine" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="poLine" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_pkType" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="pkType" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_pkType" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="pkType" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_maxQty" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="maxQty" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_maxQty" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="maxQty" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_boxWt" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="boxWt" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Single" Direction="Input" ParameterName="@Original_boxWt" Precision="0" ProviderType="Real" Scale="0" Size="0" SourceColumn="boxWt" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_boxDim" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="boxDim" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_boxDim" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="boxDim" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_lastupdate" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_lastupdate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_lastupdatedby" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_lastupdatedby" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</UpdateCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="boxno" DataSetColumn="boxno" />
|
|
<Mapping SourceColumn="model" DataSetColumn="model" />
|
|
<Mapping SourceColumn="po" DataSetColumn="po" />
|
|
<Mapping SourceColumn="poLine" DataSetColumn="poLine" />
|
|
<Mapping SourceColumn="pkType" DataSetColumn="pkType" />
|
|
<Mapping SourceColumn="maxQty" DataSetColumn="maxQty" />
|
|
<Mapping SourceColumn="boxWt" DataSetColumn="boxWt" />
|
|
<Mapping SourceColumn="boxDim" DataSetColumn="boxDim" />
|
|
<Mapping SourceColumn="lastupdate" DataSetColumn="lastupdate" />
|
|
<Mapping SourceColumn="lastupdatedby" DataSetColumn="lastupdatedby" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="log_BL_Header_HistTableAdapter" GeneratorDataComponentClassName="log_BL_Header_HistTableAdapter" Name="log_BL_Header_Hist" UserDataComponentName="log_BL_Header_HistTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="EpsonConnectionString (MySettings)" DbObjectName="Epson.dbo.log_BL_Header_Hist" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
|
<DeleteCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>DELETE FROM [dbo].[log_BL_Header_Hist] WHERE (([lineNum] = @Original_lineNum) AND ((@IsNull_boxno = 1 AND [boxno] IS NULL) OR ([boxno] = @Original_boxno)) AND ((@IsNull_model = 1 AND [model] IS NULL) OR ([model] = @Original_model)) AND ((@IsNull_po = 1 AND [po] IS NULL) OR ([po] = @Original_po)) AND ((@IsNull_poLine = 1 AND [poLine] IS NULL) OR ([poLine] = @Original_poLine)) AND ((@IsNull_pkType = 1 AND [pkType] IS NULL) OR ([pkType] = @Original_pkType)) AND ((@IsNull_maxQty = 1 AND [maxQty] IS NULL) OR ([maxQty] = @Original_maxQty)) AND ((@IsNull_boxWt = 1 AND [boxWt] IS NULL) OR ([boxWt] = @Original_boxWt)) AND ((@IsNull_boxDim = 1 AND [boxDim] IS NULL) OR ([boxDim] = @Original_boxDim)) AND ((@IsNull_status = 1 AND [status] IS NULL) OR ([status] = @Original_status)) AND ((@IsNull_lastupdate = 1 AND [lastupdate] IS NULL) OR ([lastupdate] = @Original_lastupdate)) AND ((@IsNull_lastupdatedby = 1 AND [lastupdatedby] IS NULL) OR ([lastupdatedby] = @Original_lastupdatedby)))</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@Original_lineNum" Precision="0" ProviderType="BigInt" Scale="0" Size="0" SourceColumn="lineNum" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_boxno" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="boxno" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_boxno" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="boxno" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_model" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="model" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_model" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="model" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_po" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="po" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_po" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="po" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_poLine" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="poLine" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_poLine" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="poLine" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_pkType" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="pkType" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_pkType" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="pkType" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_maxQty" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="maxQty" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_maxQty" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="maxQty" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_boxWt" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="boxWt" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Single" Direction="Input" ParameterName="@Original_boxWt" Precision="0" ProviderType="Real" Scale="0" Size="0" SourceColumn="boxWt" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_boxDim" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="boxDim" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_boxDim" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="boxDim" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_status" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="status" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_status" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="status" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_lastupdate" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_lastupdate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_lastupdatedby" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_lastupdatedby" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</DeleteCommand>
|
|
<InsertCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>INSERT INTO [dbo].[log_BL_Header_Hist] ([boxno], [model], [po], [poLine], [pkType], [maxQty], [boxWt], [boxDim], [status], [lastupdate], [lastupdatedby]) VALUES (@boxno, @model, @po, @poLine, @pkType, @maxQty, @boxWt, @boxDim, @status, @lastupdate, @lastupdatedby);
|
|
SELECT lineNum, boxno, model, po, poLine, pkType, maxQty, boxWt, boxDim, status, lastupdate, lastupdatedby FROM log_BL_Header_Hist WHERE (lineNum = SCOPE_IDENTITY())</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@boxno" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="boxno" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@model" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="model" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@po" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="po" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@poLine" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="poLine" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@pkType" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="pkType" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@maxQty" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="maxQty" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Single" Direction="Input" ParameterName="@boxWt" Precision="0" ProviderType="Real" Scale="0" Size="0" SourceColumn="boxWt" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@boxDim" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="boxDim" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@status" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="status" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@lastupdate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@lastupdatedby" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</InsertCommand>
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT lineNum, boxno, model, po, poLine, pkType, maxQty, boxWt, boxDim, status, lastupdate, lastupdatedby FROM dbo.log_BL_Header_Hist</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
<UpdateCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>UPDATE [dbo].[log_BL_Header_Hist] SET [boxno] = @boxno, [model] = @model, [po] = @po, [poLine] = @poLine, [pkType] = @pkType, [maxQty] = @maxQty, [boxWt] = @boxWt, [boxDim] = @boxDim, [status] = @status, [lastupdate] = @lastupdate, [lastupdatedby] = @lastupdatedby WHERE (([lineNum] = @Original_lineNum) AND ((@IsNull_boxno = 1 AND [boxno] IS NULL) OR ([boxno] = @Original_boxno)) AND ((@IsNull_model = 1 AND [model] IS NULL) OR ([model] = @Original_model)) AND ((@IsNull_po = 1 AND [po] IS NULL) OR ([po] = @Original_po)) AND ((@IsNull_poLine = 1 AND [poLine] IS NULL) OR ([poLine] = @Original_poLine)) AND ((@IsNull_pkType = 1 AND [pkType] IS NULL) OR ([pkType] = @Original_pkType)) AND ((@IsNull_maxQty = 1 AND [maxQty] IS NULL) OR ([maxQty] = @Original_maxQty)) AND ((@IsNull_boxWt = 1 AND [boxWt] IS NULL) OR ([boxWt] = @Original_boxWt)) AND ((@IsNull_boxDim = 1 AND [boxDim] IS NULL) OR ([boxDim] = @Original_boxDim)) AND ((@IsNull_status = 1 AND [status] IS NULL) OR ([status] = @Original_status)) AND ((@IsNull_lastupdate = 1 AND [lastupdate] IS NULL) OR ([lastupdate] = @Original_lastupdate)) AND ((@IsNull_lastupdatedby = 1 AND [lastupdatedby] IS NULL) OR ([lastupdatedby] = @Original_lastupdatedby)));
|
|
SELECT lineNum, boxno, model, po, poLine, pkType, maxQty, boxWt, boxDim, status, lastupdate, lastupdatedby FROM log_BL_Header_Hist WHERE (lineNum = @lineNum)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@boxno" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="boxno" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@model" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="model" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@po" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="po" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@poLine" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="poLine" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@pkType" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="pkType" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@maxQty" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="maxQty" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Single" Direction="Input" ParameterName="@boxWt" Precision="0" ProviderType="Real" Scale="0" Size="0" SourceColumn="boxWt" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@boxDim" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="boxDim" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@status" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="status" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@lastupdate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@lastupdatedby" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@Original_lineNum" Precision="0" ProviderType="BigInt" Scale="0" Size="0" SourceColumn="lineNum" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_boxno" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="boxno" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_boxno" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="boxno" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_model" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="model" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_model" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="model" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_po" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="po" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_po" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="po" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_poLine" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="poLine" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_poLine" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="poLine" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_pkType" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="pkType" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_pkType" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="pkType" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_maxQty" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="maxQty" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_maxQty" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="maxQty" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_boxWt" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="boxWt" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Single" Direction="Input" ParameterName="@Original_boxWt" Precision="0" ProviderType="Real" Scale="0" Size="0" SourceColumn="boxWt" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_boxDim" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="boxDim" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_boxDim" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="boxDim" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_status" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="status" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_status" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="status" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_lastupdate" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_lastupdate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_lastupdatedby" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_lastupdatedby" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="lineNum" ColumnName="lineNum" DataSourceName="Epson.dbo.log_BL_Header_Hist" DataTypeServer="bigint" DbType="Int64" Direction="Input" ParameterName="@lineNum" Precision="0" ProviderType="BigInt" Scale="0" Size="8" SourceColumn="lineNum" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</UpdateCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="lineNum" DataSetColumn="lineNum" />
|
|
<Mapping SourceColumn="boxno" DataSetColumn="boxno" />
|
|
<Mapping SourceColumn="model" DataSetColumn="model" />
|
|
<Mapping SourceColumn="po" DataSetColumn="po" />
|
|
<Mapping SourceColumn="poLine" DataSetColumn="poLine" />
|
|
<Mapping SourceColumn="pkType" DataSetColumn="pkType" />
|
|
<Mapping SourceColumn="maxQty" DataSetColumn="maxQty" />
|
|
<Mapping SourceColumn="boxWt" DataSetColumn="boxWt" />
|
|
<Mapping SourceColumn="boxDim" DataSetColumn="boxDim" />
|
|
<Mapping SourceColumn="status" DataSetColumn="status" />
|
|
<Mapping SourceColumn="lastupdate" DataSetColumn="lastupdate" />
|
|
<Mapping SourceColumn="lastupdatedby" DataSetColumn="lastupdatedby" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="log_CAPATableAdapter" GeneratorDataComponentClassName="log_CAPATableAdapter" Name="log_CAPA" UserDataComponentName="log_CAPATableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="EpsonConnectionString (MySettings)" DbObjectName="Epson.dbo.log_CAPA" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
|
<InsertCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>INSERT INTO [dbo].[log_CAPA] ([poNumber], [poLine], [cause], [correctiveAction], [category], [rejectdate], [rejectLocation], [lastupdate], [lastupdatedby]) VALUES (@poNumber, @poLine, @cause, @correctiveAction, @category, @rejectdate, @rejectLocation, @lastupdate, @lastupdatedby)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@poNumber" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="poNumber" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@poLine" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="poLine" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@cause" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="cause" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@correctiveAction" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="correctiveAction" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@category" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="category" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@rejectdate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="rejectdate" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@rejectLocation" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="rejectLocation" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@lastupdate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@lastupdatedby" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</InsertCommand>
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT poNumber, poLine, cause, correctiveAction, category, rejectdate, rejectLocation, lastupdate, lastupdatedby FROM dbo.log_CAPA</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="poNumber" DataSetColumn="poNumber" />
|
|
<Mapping SourceColumn="poLine" DataSetColumn="poLine" />
|
|
<Mapping SourceColumn="cause" DataSetColumn="cause" />
|
|
<Mapping SourceColumn="correctiveAction" DataSetColumn="correctiveAction" />
|
|
<Mapping SourceColumn="category" DataSetColumn="category" />
|
|
<Mapping SourceColumn="rejectdate" DataSetColumn="rejectdate" />
|
|
<Mapping SourceColumn="rejectLocation" DataSetColumn="rejectLocation" />
|
|
<Mapping SourceColumn="lastupdate" DataSetColumn="lastupdate" />
|
|
<Mapping SourceColumn="lastupdatedby" DataSetColumn="lastupdatedby" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="log_cardTableAdapter" GeneratorDataComponentClassName="log_cardTableAdapter" Name="log_card" UserDataComponentName="log_cardTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="EpsonConnectionString (MySettings)" DbObjectName="Epson.dbo.log_card" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
|
<InsertCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>INSERT INTO [dbo].[log_card] ([cardno], [serialno], [status], [lastupdate], [lastupdatedby]) VALUES (@cardno, @serialno, @status, @lastupdate, @lastupdatedby)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@cardno" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="cardno" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@serialno" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="serialno" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@status" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="status" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@lastupdate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@lastupdatedby" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</InsertCommand>
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT cardno, serialno, status, lastupdate, lastupdatedby FROM dbo.log_card</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="cardno" DataSetColumn="cardno" />
|
|
<Mapping SourceColumn="serialno" DataSetColumn="serialno" />
|
|
<Mapping SourceColumn="status" DataSetColumn="status" />
|
|
<Mapping SourceColumn="lastupdate" DataSetColumn="lastupdate" />
|
|
<Mapping SourceColumn="lastupdatedby" DataSetColumn="lastupdatedby" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="log_CT_DetailTableAdapter" GeneratorDataComponentClassName="log_CT_DetailTableAdapter" Name="log_CT_Detail" UserDataComponentName="log_CT_DetailTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="EpsonConnectionString (MySettings)" DbObjectName="Epson.dbo.log_CT_Detail" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
|
<InsertCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>INSERT INTO [dbo].[log_CT_Detail] ([CNno], [boxno], [lastupdate], [lastupdatedby]) VALUES (@CNno, @boxno, @lastupdate, @lastupdatedby)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@CNno" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="CNno" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@boxno" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="boxno" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@lastupdate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@lastupdatedby" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</InsertCommand>
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT CNno, boxno, lastupdate, lastupdatedby FROM dbo.log_CT_Detail</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="CNno" DataSetColumn="CNno" />
|
|
<Mapping SourceColumn="boxno" DataSetColumn="boxno" />
|
|
<Mapping SourceColumn="lastupdate" DataSetColumn="lastupdate" />
|
|
<Mapping SourceColumn="lastupdatedby" DataSetColumn="lastupdatedby" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="log_CT_Detail_HistTableAdapter" GeneratorDataComponentClassName="log_CT_Detail_HistTableAdapter" Name="log_CT_Detail_Hist" UserDataComponentName="log_CT_Detail_HistTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="EpsonConnectionString (MySettings)" DbObjectName="Epson.dbo.log_CT_Detail_Hist" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
|
<DeleteCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>DELETE FROM [dbo].[log_CT_Detail_Hist] WHERE (([lineNum] = @Original_lineNum) AND ((@IsNull_CNno = 1 AND [CNno] IS NULL) OR ([CNno] = @Original_CNno)) AND ((@IsNull_boxno = 1 AND [boxno] IS NULL) OR ([boxno] = @Original_boxno)) AND ((@IsNull_status = 1 AND [status] IS NULL) OR ([status] = @Original_status)) AND ((@IsNull_lastupdate = 1 AND [lastupdate] IS NULL) OR ([lastupdate] = @Original_lastupdate)) AND ((@IsNull_lastupdatedby = 1 AND [lastupdatedby] IS NULL) OR ([lastupdatedby] = @Original_lastupdatedby)))</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@Original_lineNum" Precision="0" ProviderType="BigInt" Scale="0" Size="0" SourceColumn="lineNum" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_CNno" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="CNno" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_CNno" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="CNno" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_boxno" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="boxno" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_boxno" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="boxno" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_status" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="status" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_status" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="status" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_lastupdate" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_lastupdate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_lastupdatedby" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_lastupdatedby" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</DeleteCommand>
|
|
<InsertCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>INSERT INTO [dbo].[log_CT_Detail_Hist] ([CNno], [boxno], [status], [lastupdate], [lastupdatedby]) VALUES (@CNno, @boxno, @status, @lastupdate, @lastupdatedby);
|
|
SELECT lineNum, CNno, boxno, status, lastupdate, lastupdatedby FROM log_CT_Detail_Hist WHERE (lineNum = SCOPE_IDENTITY())</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@CNno" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="CNno" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@boxno" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="boxno" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@status" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="status" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@lastupdate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@lastupdatedby" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</InsertCommand>
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT lineNum, CNno, boxno, status, lastupdate, lastupdatedby FROM dbo.log_CT_Detail_Hist</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
<UpdateCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>UPDATE [dbo].[log_CT_Detail_Hist] SET [CNno] = @CNno, [boxno] = @boxno, [status] = @status, [lastupdate] = @lastupdate, [lastupdatedby] = @lastupdatedby WHERE (([lineNum] = @Original_lineNum) AND ((@IsNull_CNno = 1 AND [CNno] IS NULL) OR ([CNno] = @Original_CNno)) AND ((@IsNull_boxno = 1 AND [boxno] IS NULL) OR ([boxno] = @Original_boxno)) AND ((@IsNull_status = 1 AND [status] IS NULL) OR ([status] = @Original_status)) AND ((@IsNull_lastupdate = 1 AND [lastupdate] IS NULL) OR ([lastupdate] = @Original_lastupdate)) AND ((@IsNull_lastupdatedby = 1 AND [lastupdatedby] IS NULL) OR ([lastupdatedby] = @Original_lastupdatedby)));
|
|
SELECT lineNum, CNno, boxno, status, lastupdate, lastupdatedby FROM log_CT_Detail_Hist WHERE (lineNum = @lineNum)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@CNno" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="CNno" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@boxno" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="boxno" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@status" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="status" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@lastupdate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@lastupdatedby" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@Original_lineNum" Precision="0" ProviderType="BigInt" Scale="0" Size="0" SourceColumn="lineNum" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_CNno" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="CNno" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_CNno" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="CNno" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_boxno" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="boxno" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_boxno" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="boxno" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_status" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="status" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_status" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="status" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_lastupdate" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_lastupdate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_lastupdatedby" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_lastupdatedby" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="lineNum" ColumnName="lineNum" DataSourceName="Epson.dbo.log_CT_Detail_Hist" DataTypeServer="bigint" DbType="Int64" Direction="Input" ParameterName="@lineNum" Precision="0" ProviderType="BigInt" Scale="0" Size="8" SourceColumn="lineNum" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</UpdateCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="lineNum" DataSetColumn="lineNum" />
|
|
<Mapping SourceColumn="CNno" DataSetColumn="CNno" />
|
|
<Mapping SourceColumn="boxno" DataSetColumn="boxno" />
|
|
<Mapping SourceColumn="status" DataSetColumn="status" />
|
|
<Mapping SourceColumn="lastupdate" DataSetColumn="lastupdate" />
|
|
<Mapping SourceColumn="lastupdatedby" DataSetColumn="lastupdatedby" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="log_CT_HeaderTableAdapter" GeneratorDataComponentClassName="log_CT_HeaderTableAdapter" Name="log_CT_Header" UserDataComponentName="log_CT_HeaderTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="EpsonConnectionString (MySettings)" DbObjectName="Epson.dbo.log_CT_Header" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
|
<DeleteCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>DELETE FROM [dbo].[log_CT_Header] WHERE (([CNno] = @Original_CNno) AND ((@IsNull_layer = 1 AND [layer] IS NULL) OR ([layer] = @Original_layer)) AND ((@IsNull_dimension = 1 AND [dimension] IS NULL) OR ([dimension] = @Original_dimension)) AND ((@IsNull_type = 1 AND [type] IS NULL) OR ([type] = @Original_type)) AND ((@IsNull_lastupdate = 1 AND [lastupdate] IS NULL) OR ([lastupdate] = @Original_lastupdate)) AND ((@IsNull_lastupdatedby = 1 AND [lastupdatedby] IS NULL) OR ([lastupdatedby] = @Original_lastupdatedby)))</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_CNno" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="CNno" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_layer" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="layer" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Single" Direction="Input" ParameterName="@Original_layer" Precision="0" ProviderType="Real" Scale="0" Size="0" SourceColumn="layer" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_dimension" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="dimension" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_dimension" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="dimension" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_type" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="type" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_type" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="type" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_lastupdate" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_lastupdate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_lastupdatedby" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_lastupdatedby" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</DeleteCommand>
|
|
<InsertCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>INSERT INTO [dbo].[log_CT_Header] ([CNno], [layer], [dimension], [type], [lastupdate], [lastupdatedby]) VALUES (@CNno, @layer, @dimension, @type, @lastupdate, @lastupdatedby);
|
|
SELECT CNno, layer, dimension, type, lastupdate, lastupdatedby FROM log_CT_Header WHERE (CNno = @CNno)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@CNno" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="CNno" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Single" Direction="Input" ParameterName="@layer" Precision="0" ProviderType="Real" Scale="0" Size="0" SourceColumn="layer" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@dimension" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="dimension" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@type" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="type" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@lastupdate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@lastupdatedby" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</InsertCommand>
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT CNno, layer, dimension, type, lastupdate, lastupdatedby FROM dbo.log_CT_Header</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
<UpdateCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>UPDATE [dbo].[log_CT_Header] SET [CNno] = @CNno, [layer] = @layer, [dimension] = @dimension, [type] = @type, [lastupdate] = @lastupdate, [lastupdatedby] = @lastupdatedby WHERE (([CNno] = @Original_CNno) AND ((@IsNull_layer = 1 AND [layer] IS NULL) OR ([layer] = @Original_layer)) AND ((@IsNull_dimension = 1 AND [dimension] IS NULL) OR ([dimension] = @Original_dimension)) AND ((@IsNull_type = 1 AND [type] IS NULL) OR ([type] = @Original_type)) AND ((@IsNull_lastupdate = 1 AND [lastupdate] IS NULL) OR ([lastupdate] = @Original_lastupdate)) AND ((@IsNull_lastupdatedby = 1 AND [lastupdatedby] IS NULL) OR ([lastupdatedby] = @Original_lastupdatedby)));
|
|
SELECT CNno, layer, dimension, type, lastupdate, lastupdatedby FROM log_CT_Header WHERE (CNno = @CNno)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@CNno" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="CNno" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Single" Direction="Input" ParameterName="@layer" Precision="0" ProviderType="Real" Scale="0" Size="0" SourceColumn="layer" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@dimension" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="dimension" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@type" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="type" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@lastupdate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@lastupdatedby" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_CNno" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="CNno" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_layer" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="layer" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Single" Direction="Input" ParameterName="@Original_layer" Precision="0" ProviderType="Real" Scale="0" Size="0" SourceColumn="layer" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_dimension" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="dimension" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_dimension" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="dimension" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_type" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="type" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_type" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="type" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_lastupdate" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_lastupdate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_lastupdatedby" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_lastupdatedby" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</UpdateCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="CNno" DataSetColumn="CNno" />
|
|
<Mapping SourceColumn="layer" DataSetColumn="layer" />
|
|
<Mapping SourceColumn="dimension" DataSetColumn="dimension" />
|
|
<Mapping SourceColumn="type" DataSetColumn="type" />
|
|
<Mapping SourceColumn="lastupdate" DataSetColumn="lastupdate" />
|
|
<Mapping SourceColumn="lastupdatedby" DataSetColumn="lastupdatedby" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="log_CT_Header_HistTableAdapter" GeneratorDataComponentClassName="log_CT_Header_HistTableAdapter" Name="log_CT_Header_Hist" UserDataComponentName="log_CT_Header_HistTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="EpsonConnectionString (MySettings)" DbObjectName="Epson.dbo.log_CT_Header_Hist" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
|
<DeleteCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>DELETE FROM [dbo].[log_CT_Header_Hist] WHERE (([lineNum] = @Original_lineNum) AND ((@IsNull_CNno = 1 AND [CNno] IS NULL) OR ([CNno] = @Original_CNno)) AND ((@IsNull_layer = 1 AND [layer] IS NULL) OR ([layer] = @Original_layer)) AND ((@IsNull_dimension = 1 AND [dimension] IS NULL) OR ([dimension] = @Original_dimension)) AND ((@IsNull_type = 1 AND [type] IS NULL) OR ([type] = @Original_type)) AND ((@IsNull_status = 1 AND [status] IS NULL) OR ([status] = @Original_status)) AND ((@IsNull_lastupdate = 1 AND [lastupdate] IS NULL) OR ([lastupdate] = @Original_lastupdate)) AND ((@IsNull_lastupdatedby = 1 AND [lastupdatedby] IS NULL) OR ([lastupdatedby] = @Original_lastupdatedby)))</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@Original_lineNum" Precision="0" ProviderType="BigInt" Scale="0" Size="0" SourceColumn="lineNum" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_CNno" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="CNno" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_CNno" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="CNno" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_layer" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="layer" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_layer" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="layer" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_dimension" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="dimension" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_dimension" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="dimension" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_type" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="type" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_type" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="type" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_status" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="status" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_status" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="status" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_lastupdate" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_lastupdate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_lastupdatedby" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_lastupdatedby" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</DeleteCommand>
|
|
<InsertCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>INSERT INTO [dbo].[log_CT_Header_Hist] ([CNno], [layer], [dimension], [type], [status], [lastupdate], [lastupdatedby]) VALUES (@CNno, @layer, @dimension, @type, @status, @lastupdate, @lastupdatedby);
|
|
SELECT lineNum, CNno, layer, dimension, type, status, lastupdate, lastupdatedby FROM log_CT_Header_Hist WHERE (lineNum = SCOPE_IDENTITY())</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@CNno" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="CNno" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@layer" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="layer" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@dimension" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="dimension" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@type" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="type" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@status" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="status" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@lastupdate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@lastupdatedby" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</InsertCommand>
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT lineNum, CNno, layer, dimension, type, status, lastupdate, lastupdatedby FROM dbo.log_CT_Header_Hist</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
<UpdateCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>UPDATE [dbo].[log_CT_Header_Hist] SET [CNno] = @CNno, [layer] = @layer, [dimension] = @dimension, [type] = @type, [status] = @status, [lastupdate] = @lastupdate, [lastupdatedby] = @lastupdatedby WHERE (([lineNum] = @Original_lineNum) AND ((@IsNull_CNno = 1 AND [CNno] IS NULL) OR ([CNno] = @Original_CNno)) AND ((@IsNull_layer = 1 AND [layer] IS NULL) OR ([layer] = @Original_layer)) AND ((@IsNull_dimension = 1 AND [dimension] IS NULL) OR ([dimension] = @Original_dimension)) AND ((@IsNull_type = 1 AND [type] IS NULL) OR ([type] = @Original_type)) AND ((@IsNull_status = 1 AND [status] IS NULL) OR ([status] = @Original_status)) AND ((@IsNull_lastupdate = 1 AND [lastupdate] IS NULL) OR ([lastupdate] = @Original_lastupdate)) AND ((@IsNull_lastupdatedby = 1 AND [lastupdatedby] IS NULL) OR ([lastupdatedby] = @Original_lastupdatedby)));
|
|
SELECT lineNum, CNno, layer, dimension, type, status, lastupdate, lastupdatedby FROM log_CT_Header_Hist WHERE (lineNum = @lineNum)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@CNno" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="CNno" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@layer" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="layer" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@dimension" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="dimension" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@type" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="type" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@status" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="status" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@lastupdate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@lastupdatedby" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@Original_lineNum" Precision="0" ProviderType="BigInt" Scale="0" Size="0" SourceColumn="lineNum" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_CNno" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="CNno" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_CNno" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="CNno" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_layer" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="layer" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_layer" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="layer" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_dimension" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="dimension" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_dimension" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="dimension" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_type" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="type" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_type" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="type" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_status" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="status" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_status" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="status" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_lastupdate" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_lastupdate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_lastupdatedby" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_lastupdatedby" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="lineNum" ColumnName="lineNum" DataSourceName="Epson.dbo.log_CT_Header_Hist" DataTypeServer="bigint" DbType="Int64" Direction="Input" ParameterName="@lineNum" Precision="0" ProviderType="BigInt" Scale="0" Size="8" SourceColumn="lineNum" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</UpdateCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="lineNum" DataSetColumn="lineNum" />
|
|
<Mapping SourceColumn="CNno" DataSetColumn="CNno" />
|
|
<Mapping SourceColumn="layer" DataSetColumn="layer" />
|
|
<Mapping SourceColumn="dimension" DataSetColumn="dimension" />
|
|
<Mapping SourceColumn="type" DataSetColumn="type" />
|
|
<Mapping SourceColumn="status" DataSetColumn="status" />
|
|
<Mapping SourceColumn="lastupdate" DataSetColumn="lastupdate" />
|
|
<Mapping SourceColumn="lastupdatedby" DataSetColumn="lastupdatedby" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="log_ct_header_tempTableAdapter" GeneratorDataComponentClassName="log_ct_header_tempTableAdapter" Name="log_ct_header_temp" UserDataComponentName="log_ct_header_tempTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="EpsonConnectionString (MySettings)" DbObjectName="Epson.dbo.log_ct_header_temp" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
|
<InsertCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>INSERT INTO [dbo].[log_ct_header_temp] ([CNno], [layer], [dimension], [type], [lastupdate], [lastupdatedby]) VALUES (@CNno, @layer, @dimension, @type, @lastupdate, @lastupdatedby)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@CNno" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="CNno" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@layer" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="layer" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@dimension" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="dimension" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@type" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="type" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@lastupdate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@lastupdatedby" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</InsertCommand>
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT CNno, layer, dimension, type, lastupdate, lastupdatedby FROM dbo.log_ct_header_temp</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="CNno" DataSetColumn="CNno" />
|
|
<Mapping SourceColumn="layer" DataSetColumn="layer" />
|
|
<Mapping SourceColumn="dimension" DataSetColumn="dimension" />
|
|
<Mapping SourceColumn="type" DataSetColumn="type" />
|
|
<Mapping SourceColumn="lastupdate" DataSetColumn="lastupdate" />
|
|
<Mapping SourceColumn="lastupdatedby" DataSetColumn="lastupdatedby" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="log_DATableAdapter" GeneratorDataComponentClassName="log_DATableAdapter" Name="log_DA" UserDataComponentName="log_DATableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="EpsonConnectionString (MySettings)" DbObjectName="Epson.dbo.log_DA" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
|
<InsertCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>INSERT INTO [dbo].[log_DA] ([trackingno], [inputType], [serial], [serialFrom], [serialTo], [batchNo], [daNumber], [daDesc], [daRemarks], [lastupdate], [lastupdatedby]) VALUES (@trackingno, @inputType, @serial, @serialFrom, @serialTo, @batchNo, @daNumber, @daDesc, @daRemarks, @lastupdate, @lastupdatedby)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@trackingno" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="trackingno" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@inputType" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="inputType" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@serial" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="serial" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@serialFrom" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="serialFrom" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@serialTo" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="serialTo" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@batchNo" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="batchNo" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@daNumber" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="daNumber" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@daDesc" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="daDesc" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@daRemarks" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="daRemarks" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@lastupdate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@lastupdatedby" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</InsertCommand>
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT trackingno, inputType, serial, serialFrom, serialTo, batchNo, daNumber, daDesc, daRemarks, lastupdate, lastupdatedby FROM dbo.log_DA</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="trackingno" DataSetColumn="trackingno" />
|
|
<Mapping SourceColumn="inputType" DataSetColumn="inputType" />
|
|
<Mapping SourceColumn="serial" DataSetColumn="serial" />
|
|
<Mapping SourceColumn="serialFrom" DataSetColumn="serialFrom" />
|
|
<Mapping SourceColumn="serialTo" DataSetColumn="serialTo" />
|
|
<Mapping SourceColumn="batchNo" DataSetColumn="batchNo" />
|
|
<Mapping SourceColumn="daNumber" DataSetColumn="daNumber" />
|
|
<Mapping SourceColumn="daDesc" DataSetColumn="daDesc" />
|
|
<Mapping SourceColumn="daRemarks" DataSetColumn="daRemarks" />
|
|
<Mapping SourceColumn="lastupdate" DataSetColumn="lastupdate" />
|
|
<Mapping SourceColumn="lastupdatedby" DataSetColumn="lastupdatedby" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="log_labelTableAdapter" GeneratorDataComponentClassName="log_labelTableAdapter" Name="log_label" UserDataComponentName="log_labelTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="EpsonConnectionString (MySettings)" DbObjectName="Epson.dbo.log_label" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
|
<InsertCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>INSERT INTO [dbo].[log_label] ([cardno], [serialno], [so], [line], [lastupdate], [lastupdatedby]) VALUES (@cardno, @serialno, @so, @line, @lastupdate, @lastupdatedby)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@cardno" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="cardno" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@serialno" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="serialno" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@so" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="so" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@line" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="line" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@lastupdate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@lastupdatedby" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</InsertCommand>
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT cardno, serialno, so, line, lastupdate, lastupdatedby FROM dbo.log_label</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="cardno" DataSetColumn="cardno" />
|
|
<Mapping SourceColumn="serialno" DataSetColumn="serialno" />
|
|
<Mapping SourceColumn="so" DataSetColumn="so" />
|
|
<Mapping SourceColumn="line" DataSetColumn="line" />
|
|
<Mapping SourceColumn="lastupdate" DataSetColumn="lastupdate" />
|
|
<Mapping SourceColumn="lastupdatedby" DataSetColumn="lastupdatedby" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="log_labelHistTableAdapter" GeneratorDataComponentClassName="log_labelHistTableAdapter" Name="log_labelHist" UserDataComponentName="log_labelHistTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="EpsonConnectionString (MySettings)" DbObjectName="Epson.dbo.log_labelHist" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
|
<DeleteCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>DELETE FROM [dbo].[log_labelHist] WHERE (([lineNum] = @Original_lineNum) AND ((@IsNull_cardno = 1 AND [cardno] IS NULL) OR ([cardno] = @Original_cardno)) AND ((@IsNull_serialno = 1 AND [serialno] IS NULL) OR ([serialno] = @Original_serialno)) AND ((@IsNull_so = 1 AND [so] IS NULL) OR ([so] = @Original_so)) AND ((@IsNull_line = 1 AND [line] IS NULL) OR ([line] = @Original_line)) AND ((@IsNull_status = 1 AND [status] IS NULL) OR ([status] = @Original_status)) AND ((@IsNull_lastupdate = 1 AND [lastupdate] IS NULL) OR ([lastupdate] = @Original_lastupdate)) AND ((@IsNull_lastupdatedby = 1 AND [lastupdatedby] IS NULL) OR ([lastupdatedby] = @Original_lastupdatedby)))</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@Original_lineNum" Precision="0" ProviderType="BigInt" Scale="0" Size="0" SourceColumn="lineNum" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_cardno" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="cardno" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_cardno" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="cardno" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_serialno" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="serialno" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_serialno" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="serialno" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_so" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="so" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_so" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="so" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_line" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="line" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_line" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="line" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_status" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="status" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_status" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="status" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_lastupdate" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_lastupdate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_lastupdatedby" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_lastupdatedby" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</DeleteCommand>
|
|
<InsertCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>INSERT INTO [dbo].[log_labelHist] ([cardno], [serialno], [so], [line], [status], [lastupdate], [lastupdatedby]) VALUES (@cardno, @serialno, @so, @line, @status, @lastupdate, @lastupdatedby);
|
|
SELECT lineNum, cardno, serialno, so, line, status, lastupdate, lastupdatedby FROM log_labelHist WHERE (lineNum = SCOPE_IDENTITY())</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@cardno" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="cardno" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@serialno" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="serialno" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@so" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="so" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@line" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="line" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@status" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="status" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@lastupdate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@lastupdatedby" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</InsertCommand>
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT lineNum, cardno, serialno, so, line, status, lastupdate, lastupdatedby FROM dbo.log_labelHist</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
<UpdateCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>UPDATE [dbo].[log_labelHist] SET [cardno] = @cardno, [serialno] = @serialno, [so] = @so, [line] = @line, [status] = @status, [lastupdate] = @lastupdate, [lastupdatedby] = @lastupdatedby WHERE (([lineNum] = @Original_lineNum) AND ((@IsNull_cardno = 1 AND [cardno] IS NULL) OR ([cardno] = @Original_cardno)) AND ((@IsNull_serialno = 1 AND [serialno] IS NULL) OR ([serialno] = @Original_serialno)) AND ((@IsNull_so = 1 AND [so] IS NULL) OR ([so] = @Original_so)) AND ((@IsNull_line = 1 AND [line] IS NULL) OR ([line] = @Original_line)) AND ((@IsNull_status = 1 AND [status] IS NULL) OR ([status] = @Original_status)) AND ((@IsNull_lastupdate = 1 AND [lastupdate] IS NULL) OR ([lastupdate] = @Original_lastupdate)) AND ((@IsNull_lastupdatedby = 1 AND [lastupdatedby] IS NULL) OR ([lastupdatedby] = @Original_lastupdatedby)));
|
|
SELECT lineNum, cardno, serialno, so, line, status, lastupdate, lastupdatedby FROM log_labelHist WHERE (lineNum = @lineNum)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@cardno" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="cardno" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@serialno" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="serialno" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@so" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="so" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@line" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="line" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@status" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="status" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@lastupdate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@lastupdatedby" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@Original_lineNum" Precision="0" ProviderType="BigInt" Scale="0" Size="0" SourceColumn="lineNum" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_cardno" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="cardno" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_cardno" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="cardno" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_serialno" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="serialno" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_serialno" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="serialno" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_so" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="so" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_so" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="so" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_line" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="line" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_line" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="line" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_status" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="status" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_status" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="status" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_lastupdate" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_lastupdate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_lastupdatedby" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_lastupdatedby" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="lineNum" ColumnName="lineNum" DataSourceName="Epson.dbo.log_labelHist" DataTypeServer="bigint" DbType="Int64" Direction="Input" ParameterName="@lineNum" Precision="0" ProviderType="BigInt" Scale="0" Size="8" SourceColumn="lineNum" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</UpdateCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="lineNum" DataSetColumn="lineNum" />
|
|
<Mapping SourceColumn="cardno" DataSetColumn="cardno" />
|
|
<Mapping SourceColumn="serialno" DataSetColumn="serialno" />
|
|
<Mapping SourceColumn="so" DataSetColumn="so" />
|
|
<Mapping SourceColumn="line" DataSetColumn="line" />
|
|
<Mapping SourceColumn="status" DataSetColumn="status" />
|
|
<Mapping SourceColumn="lastupdate" DataSetColumn="lastupdate" />
|
|
<Mapping SourceColumn="lastupdatedby" DataSetColumn="lastupdatedby" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="log_linkTableAdapter" GeneratorDataComponentClassName="log_linkTableAdapter" Name="log_link" UserDataComponentName="log_linkTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="EpsonConnectionString (MySettings)" DbObjectName="Epson.dbo.log_link" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
|
<InsertCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>INSERT INTO [dbo].[log_link] ([trackingno], [cardno], [serialno], [cardnoLink], [serialnoLink], [lastupdate], [lastupdatedby]) VALUES (@trackingno, @cardno, @serialno, @cardnoLink, @serialnoLink, @lastupdate, @lastupdatedby)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@trackingno" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="trackingno" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@cardno" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="cardno" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@serialno" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="serialno" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@cardnoLink" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="cardnoLink" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@serialnoLink" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="serialnoLink" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@lastupdate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@lastupdatedby" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</InsertCommand>
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT trackingno, cardno, serialno, cardnoLink, serialnoLink, lastupdate, lastupdatedby FROM dbo.log_link</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="trackingno" DataSetColumn="trackingno" />
|
|
<Mapping SourceColumn="cardno" DataSetColumn="cardno" />
|
|
<Mapping SourceColumn="serialno" DataSetColumn="serialno" />
|
|
<Mapping SourceColumn="cardnoLink" DataSetColumn="cardnoLink" />
|
|
<Mapping SourceColumn="serialnoLink" DataSetColumn="serialnoLink" />
|
|
<Mapping SourceColumn="lastupdate" DataSetColumn="lastupdate" />
|
|
<Mapping SourceColumn="lastupdatedby" DataSetColumn="lastupdatedby" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="log_linkHistTableAdapter" GeneratorDataComponentClassName="log_linkHistTableAdapter" Name="log_linkHist" UserDataComponentName="log_linkHistTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="EpsonConnectionString (MySettings)" DbObjectName="Epson.dbo.log_linkHist" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
|
<DeleteCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>DELETE FROM [dbo].[log_linkHist] WHERE (([lineNum] = @Original_lineNum) AND ((@IsNull_cardno = 1 AND [cardno] IS NULL) OR ([cardno] = @Original_cardno)) AND ((@IsNull_serialno = 1 AND [serialno] IS NULL) OR ([serialno] = @Original_serialno)) AND ((@IsNull_cardnoLink = 1 AND [cardnoLink] IS NULL) OR ([cardnoLink] = @Original_cardnoLink)) AND ((@IsNull_serialnoLink = 1 AND [serialnoLink] IS NULL) OR ([serialnoLink] = @Original_serialnoLink)) AND ((@IsNull_status = 1 AND [status] IS NULL) OR ([status] = @Original_status)) AND ((@IsNull_lastupdate = 1 AND [lastupdate] IS NULL) OR ([lastupdate] = @Original_lastupdate)) AND ((@IsNull_lastupdatedby = 1 AND [lastupdatedby] IS NULL) OR ([lastupdatedby] = @Original_lastupdatedby)))</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@Original_lineNum" Precision="0" ProviderType="BigInt" Scale="0" Size="0" SourceColumn="lineNum" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_cardno" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="cardno" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_cardno" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="cardno" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_serialno" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="serialno" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_serialno" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="serialno" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_cardnoLink" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="cardnoLink" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_cardnoLink" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="cardnoLink" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_serialnoLink" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="serialnoLink" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_serialnoLink" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="serialnoLink" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_status" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="status" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_status" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="status" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_lastupdate" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_lastupdate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_lastupdatedby" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_lastupdatedby" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</DeleteCommand>
|
|
<InsertCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>INSERT INTO [dbo].[log_linkHist] ([cardno], [serialno], [cardnoLink], [serialnoLink], [status], [lastupdate], [lastupdatedby]) VALUES (@cardno, @serialno, @cardnoLink, @serialnoLink, @status, @lastupdate, @lastupdatedby);
|
|
SELECT lineNum, cardno, serialno, cardnoLink, serialnoLink, status, lastupdate, lastupdatedby FROM log_linkHist WHERE (lineNum = SCOPE_IDENTITY())</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@cardno" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="cardno" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@serialno" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="serialno" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@cardnoLink" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="cardnoLink" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@serialnoLink" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="serialnoLink" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@status" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="status" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@lastupdate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@lastupdatedby" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</InsertCommand>
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT lineNum, cardno, serialno, cardnoLink, serialnoLink, status, lastupdate, lastupdatedby FROM dbo.log_linkHist</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
<UpdateCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>UPDATE [dbo].[log_linkHist] SET [cardno] = @cardno, [serialno] = @serialno, [cardnoLink] = @cardnoLink, [serialnoLink] = @serialnoLink, [status] = @status, [lastupdate] = @lastupdate, [lastupdatedby] = @lastupdatedby WHERE (([lineNum] = @Original_lineNum) AND ((@IsNull_cardno = 1 AND [cardno] IS NULL) OR ([cardno] = @Original_cardno)) AND ((@IsNull_serialno = 1 AND [serialno] IS NULL) OR ([serialno] = @Original_serialno)) AND ((@IsNull_cardnoLink = 1 AND [cardnoLink] IS NULL) OR ([cardnoLink] = @Original_cardnoLink)) AND ((@IsNull_serialnoLink = 1 AND [serialnoLink] IS NULL) OR ([serialnoLink] = @Original_serialnoLink)) AND ((@IsNull_status = 1 AND [status] IS NULL) OR ([status] = @Original_status)) AND ((@IsNull_lastupdate = 1 AND [lastupdate] IS NULL) OR ([lastupdate] = @Original_lastupdate)) AND ((@IsNull_lastupdatedby = 1 AND [lastupdatedby] IS NULL) OR ([lastupdatedby] = @Original_lastupdatedby)));
|
|
SELECT lineNum, cardno, serialno, cardnoLink, serialnoLink, status, lastupdate, lastupdatedby FROM log_linkHist WHERE (lineNum = @lineNum)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@cardno" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="cardno" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@serialno" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="serialno" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@cardnoLink" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="cardnoLink" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@serialnoLink" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="serialnoLink" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@status" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="status" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@lastupdate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@lastupdatedby" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@Original_lineNum" Precision="0" ProviderType="BigInt" Scale="0" Size="0" SourceColumn="lineNum" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_cardno" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="cardno" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_cardno" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="cardno" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_serialno" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="serialno" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_serialno" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="serialno" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_cardnoLink" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="cardnoLink" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_cardnoLink" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="cardnoLink" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_serialnoLink" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="serialnoLink" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_serialnoLink" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="serialnoLink" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_status" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="status" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_status" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="status" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_lastupdate" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_lastupdate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_lastupdatedby" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_lastupdatedby" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="lineNum" ColumnName="lineNum" DataSourceName="Epson.dbo.log_linkHist" DataTypeServer="bigint" DbType="Int64" Direction="Input" ParameterName="@lineNum" Precision="0" ProviderType="BigInt" Scale="0" Size="8" SourceColumn="lineNum" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</UpdateCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="lineNum" DataSetColumn="lineNum" />
|
|
<Mapping SourceColumn="cardno" DataSetColumn="cardno" />
|
|
<Mapping SourceColumn="serialno" DataSetColumn="serialno" />
|
|
<Mapping SourceColumn="cardnoLink" DataSetColumn="cardnoLink" />
|
|
<Mapping SourceColumn="serialnoLink" DataSetColumn="serialnoLink" />
|
|
<Mapping SourceColumn="status" DataSetColumn="status" />
|
|
<Mapping SourceColumn="lastupdate" DataSetColumn="lastupdate" />
|
|
<Mapping SourceColumn="lastupdatedby" DataSetColumn="lastupdatedby" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="log_lotTableAdapter" GeneratorDataComponentClassName="log_lotTableAdapter" Name="log_lot" UserDataComponentName="log_lotTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="EpsonConnectionString (MySettings)" DbObjectName="Epson.dbo.log_lot" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
|
<InsertCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>INSERT INTO [dbo].[log_lot] ([lotNumber], [stage], [status], [samplingSize], [lastupdate], [lastupdatedby]) VALUES (@lotNumber, @stage, @status, @samplingSize, @lastupdate, @lastupdatedby)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@lotNumber" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="lotNumber" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@stage" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="stage" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@status" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="status" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@samplingSize" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="samplingSize" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@lastupdate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@lastupdatedby" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</InsertCommand>
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT lotNumber, stage, status, samplingSize, lastupdate, lastupdatedby FROM dbo.log_lot</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="lotNumber" DataSetColumn="lotNumber" />
|
|
<Mapping SourceColumn="stage" DataSetColumn="stage" />
|
|
<Mapping SourceColumn="status" DataSetColumn="status" />
|
|
<Mapping SourceColumn="samplingSize" DataSetColumn="samplingSize" />
|
|
<Mapping SourceColumn="lastupdate" DataSetColumn="lastupdate" />
|
|
<Mapping SourceColumn="lastupdatedby" DataSetColumn="lastupdatedby" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="log_passTableAdapter" GeneratorDataComponentClassName="log_passTableAdapter" Name="log_pass" UserDataComponentName="log_passTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="EpsonConnectionString (MySettings)" DbObjectName="Epson.dbo.log_pass" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
|
<InsertCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>INSERT INTO [dbo].[log_pass] ([trackingno], [ptNo], [stage], [quantity], [machine], [status], [lastupdate], [lastupdatedby]) VALUES (@trackingno, @ptNo, @stage, @quantity, @machine, @status, @lastupdate, @lastupdatedby)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@trackingno" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="trackingno" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@ptNo" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="ptNo" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@stage" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="stage" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@quantity" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="quantity" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@machine" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="machine" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@status" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="status" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@lastupdate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@lastupdatedby" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</InsertCommand>
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT trackingno, ptNo, stage, quantity, machine, status, lastupdate, lastupdatedby FROM dbo.log_pass</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="trackingno" DataSetColumn="trackingno" />
|
|
<Mapping SourceColumn="ptNo" DataSetColumn="ptNo" />
|
|
<Mapping SourceColumn="stage" DataSetColumn="stage" />
|
|
<Mapping SourceColumn="quantity" DataSetColumn="quantity" />
|
|
<Mapping SourceColumn="machine" DataSetColumn="machine" />
|
|
<Mapping SourceColumn="status" DataSetColumn="status" />
|
|
<Mapping SourceColumn="lastupdate" DataSetColumn="lastupdate" />
|
|
<Mapping SourceColumn="lastupdatedby" DataSetColumn="lastupdatedby" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="log_pass_serialTableAdapter" GeneratorDataComponentClassName="log_pass_serialTableAdapter" Name="log_pass_serial" UserDataComponentName="log_pass_serialTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="EpsonConnectionString (MySettings)" DbObjectName="Epson.dbo.log_pass_serial" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
|
<InsertCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>INSERT INTO [dbo].[log_pass_serial] ([trackingno], [cardno], [stage], [machine], [status], [lastupdate], [lastupdatedby]) VALUES (@trackingno, @cardno, @stage, @machine, @status, @lastupdate, @lastupdatedby)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@trackingno" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="trackingno" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@cardno" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="cardno" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@stage" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="stage" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@machine" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="machine" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@status" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="status" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@lastupdate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@lastupdatedby" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</InsertCommand>
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT trackingno, cardno, stage, machine, status, lastupdate, lastupdatedby FROM dbo.log_pass_serial</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="trackingno" DataSetColumn="trackingno" />
|
|
<Mapping SourceColumn="cardno" DataSetColumn="cardno" />
|
|
<Mapping SourceColumn="stage" DataSetColumn="stage" />
|
|
<Mapping SourceColumn="machine" DataSetColumn="machine" />
|
|
<Mapping SourceColumn="status" DataSetColumn="status" />
|
|
<Mapping SourceColumn="lastupdate" DataSetColumn="lastupdate" />
|
|
<Mapping SourceColumn="lastupdatedby" DataSetColumn="lastupdatedby" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="log_PreTest_DetailTableAdapter" GeneratorDataComponentClassName="log_PreTest_DetailTableAdapter" Name="log_PreTest_Detail" UserDataComponentName="log_PreTest_DetailTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="EpsonConnectionString (MySettings)" DbObjectName="Epson.dbo.log_PreTest_Detail" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
|
<InsertCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>INSERT INTO [dbo].[log_PreTest_Detail] ([poNumber], [poLine], [serialno], [serialStatus], [boxNo], [cnNo], [shipNo], [lastupdate], [lastupdatedby]) VALUES (@poNumber, @poLine, @serialno, @serialStatus, @boxNo, @cnNo, @shipNo, @lastupdate, @lastupdatedby)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@poNumber" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="poNumber" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@poLine" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="poLine" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@serialno" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="serialno" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@serialStatus" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="serialStatus" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@boxNo" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="boxNo" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@cnNo" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="cnNo" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@shipNo" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="shipNo" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@lastupdate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@lastupdatedby" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</InsertCommand>
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT poNumber, poLine, serialno, serialStatus, boxNo, cnNo, shipNo, lastupdate, lastupdatedby FROM dbo.log_PreTest_Detail</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="poNumber" DataSetColumn="poNumber" />
|
|
<Mapping SourceColumn="poLine" DataSetColumn="poLine" />
|
|
<Mapping SourceColumn="serialno" DataSetColumn="serialno" />
|
|
<Mapping SourceColumn="serialStatus" DataSetColumn="serialStatus" />
|
|
<Mapping SourceColumn="boxNo" DataSetColumn="boxNo" />
|
|
<Mapping SourceColumn="cnNo" DataSetColumn="cnNo" />
|
|
<Mapping SourceColumn="shipNo" DataSetColumn="shipNo" />
|
|
<Mapping SourceColumn="lastupdate" DataSetColumn="lastupdate" />
|
|
<Mapping SourceColumn="lastupdatedby" DataSetColumn="lastupdatedby" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="log_repairTableAdapter" GeneratorDataComponentClassName="log_repairTableAdapter" Name="log_repair" UserDataComponentName="log_repairTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="EpsonConnectionString (MySettings)" DbObjectName="Epson.dbo.log_repair" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
|
<DeleteCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>DELETE FROM [dbo].[log_repair] WHERE (([trackingno] = @Original_trackingno) AND ((@IsNull_ptNo = 1 AND [ptNo] IS NULL) OR ([ptNo] = @Original_ptNo)) AND ((@IsNull_stage = 1 AND [stage] IS NULL) OR ([stage] = @Original_stage)) AND ((@IsNull_machine = 1 AND [machine] IS NULL) OR ([machine] = @Original_machine)) AND ((@IsNull_category = 1 AND [category] IS NULL) OR ([category] = @Original_category)) AND ((@IsNull_defect = 1 AND [defect] IS NULL) OR ([defect] = @Original_defect)) AND ((@IsNull_location = 1 AND [location] IS NULL) OR ([location] = @Original_location)) AND ((@IsNull_details = 1 AND [details] IS NULL) OR ([details] = @Original_details)) AND ((@IsNull_status = 1 AND [status] IS NULL) OR ([status] = @Original_status)) AND ((@IsNull_quantity = 1 AND [quantity] IS NULL) OR ([quantity] = @Original_quantity)) AND ((@IsNull_unitQuantity = 1 AND [unitQuantity] IS NULL) OR ([unitQuantity] = @Original_unitQuantity)) AND ((@IsNull_addinfo = 1 AND [addinfo] IS NULL) OR ([addinfo] = @Original_addinfo)) AND ((@IsNull_serialAffected = 1 AND [serialAffected] IS NULL) OR ([serialAffected] = @Original_serialAffected)) AND ((@IsNull_component = 1 AND [component] IS NULL) OR ([component] = @Original_component)) AND ((@IsNull_remarks = 1 AND [remarks] IS NULL) OR ([remarks] = @Original_remarks)) AND ((@IsNull_rejectDate = 1 AND [rejectDate] IS NULL) OR ([rejectDate] = @Original_rejectDate)) AND ((@IsNull_rejectUser = 1 AND [rejectUser] IS NULL) OR ([rejectUser] = @Original_rejectUser)) AND ((@IsNull_repairDate = 1 AND [repairDate] IS NULL) OR ([repairDate] = @Original_repairDate)) AND ((@IsNull_repairUser = 1 AND [repairUser] IS NULL) OR ([repairUser] = @Original_repairUser)) AND ((@IsNull_lastupdate = 1 AND [lastupdate] IS NULL) OR ([lastupdate] = @Original_lastupdate)) AND ((@IsNull_lastupdatedby = 1 AND [lastupdatedby] IS NULL) OR ([lastupdatedby] = @Original_lastupdatedby)))</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_trackingno" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="trackingno" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_ptNo" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="ptNo" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_ptNo" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="ptNo" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_stage" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="stage" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_stage" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="stage" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_machine" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="machine" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_machine" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="machine" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_category" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="category" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_category" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="category" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_defect" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="defect" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_defect" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="defect" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_location" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="location" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_location" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="location" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_details" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="details" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_details" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="details" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_status" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="status" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_status" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="status" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_quantity" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="quantity" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_quantity" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="quantity" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_unitQuantity" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="unitQuantity" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_unitQuantity" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="unitQuantity" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_addinfo" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="addinfo" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_addinfo" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="addinfo" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_serialAffected" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="serialAffected" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_serialAffected" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="serialAffected" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_component" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="component" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_component" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="component" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_remarks" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="remarks" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_remarks" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="remarks" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_rejectDate" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="rejectDate" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_rejectDate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="rejectDate" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_rejectUser" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="rejectUser" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_rejectUser" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="rejectUser" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_repairDate" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="repairDate" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_repairDate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="repairDate" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_repairUser" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="repairUser" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_repairUser" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="repairUser" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_lastupdate" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_lastupdate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_lastupdatedby" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_lastupdatedby" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</DeleteCommand>
|
|
<InsertCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>INSERT INTO [dbo].[log_repair] ([trackingno], [ptNo], [stage], [machine], [category], [defect], [location], [details], [status], [quantity], [unitQuantity], [addinfo], [serialAffected], [component], [remarks], [rejectDate], [rejectUser], [repairDate], [repairUser], [lastupdate], [lastupdatedby]) VALUES (@trackingno, @ptNo, @stage, @machine, @category, @defect, @location, @details, @status, @quantity, @unitQuantity, @addinfo, @serialAffected, @component, @remarks, @rejectDate, @rejectUser, @repairDate, @repairUser, @lastupdate, @lastupdatedby);
|
|
SELECT trackingno, ptNo, stage, machine, category, defect, location, details, status, quantity, unitQuantity, addinfo, serialAffected, component, remarks, rejectDate, rejectUser, repairDate, repairUser, lastupdate, lastupdatedby FROM log_repair WHERE (trackingno = @trackingno)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@trackingno" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="trackingno" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@ptNo" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="ptNo" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@stage" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="stage" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@machine" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="machine" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@category" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="category" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@defect" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="defect" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@location" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="location" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@details" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="details" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@status" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="status" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@quantity" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="quantity" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@unitQuantity" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="unitQuantity" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@addinfo" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="addinfo" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@serialAffected" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="serialAffected" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@component" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="component" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@remarks" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="remarks" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@rejectDate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="rejectDate" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@rejectUser" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="rejectUser" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@repairDate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="repairDate" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@repairUser" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="repairUser" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@lastupdate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@lastupdatedby" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</InsertCommand>
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT trackingno, ptNo, stage, machine, category, defect, location, details, status, quantity, unitQuantity, addinfo, serialAffected, component, remarks, rejectDate, rejectUser, repairDate, repairUser, lastupdate, lastupdatedby FROM dbo.log_repair</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
<UpdateCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>UPDATE [dbo].[log_repair] SET [trackingno] = @trackingno, [ptNo] = @ptNo, [stage] = @stage, [machine] = @machine, [category] = @category, [defect] = @defect, [location] = @location, [details] = @details, [status] = @status, [quantity] = @quantity, [unitQuantity] = @unitQuantity, [addinfo] = @addinfo, [serialAffected] = @serialAffected, [component] = @component, [remarks] = @remarks, [rejectDate] = @rejectDate, [rejectUser] = @rejectUser, [repairDate] = @repairDate, [repairUser] = @repairUser, [lastupdate] = @lastupdate, [lastupdatedby] = @lastupdatedby WHERE (([trackingno] = @Original_trackingno) AND ((@IsNull_ptNo = 1 AND [ptNo] IS NULL) OR ([ptNo] = @Original_ptNo)) AND ((@IsNull_stage = 1 AND [stage] IS NULL) OR ([stage] = @Original_stage)) AND ((@IsNull_machine = 1 AND [machine] IS NULL) OR ([machine] = @Original_machine)) AND ((@IsNull_category = 1 AND [category] IS NULL) OR ([category] = @Original_category)) AND ((@IsNull_defect = 1 AND [defect] IS NULL) OR ([defect] = @Original_defect)) AND ((@IsNull_location = 1 AND [location] IS NULL) OR ([location] = @Original_location)) AND ((@IsNull_details = 1 AND [details] IS NULL) OR ([details] = @Original_details)) AND ((@IsNull_status = 1 AND [status] IS NULL) OR ([status] = @Original_status)) AND ((@IsNull_quantity = 1 AND [quantity] IS NULL) OR ([quantity] = @Original_quantity)) AND ((@IsNull_unitQuantity = 1 AND [unitQuantity] IS NULL) OR ([unitQuantity] = @Original_unitQuantity)) AND ((@IsNull_addinfo = 1 AND [addinfo] IS NULL) OR ([addinfo] = @Original_addinfo)) AND ((@IsNull_serialAffected = 1 AND [serialAffected] IS NULL) OR ([serialAffected] = @Original_serialAffected)) AND ((@IsNull_component = 1 AND [component] IS NULL) OR ([component] = @Original_component)) AND ((@IsNull_remarks = 1 AND [remarks] IS NULL) OR ([remarks] = @Original_remarks)) AND ((@IsNull_rejectDate = 1 AND [rejectDate] IS NULL) OR ([rejectDate] = @Original_rejectDate)) AND ((@IsNull_rejectUser = 1 AND [rejectUser] IS NULL) OR ([rejectUser] = @Original_rejectUser)) AND ((@IsNull_repairDate = 1 AND [repairDate] IS NULL) OR ([repairDate] = @Original_repairDate)) AND ((@IsNull_repairUser = 1 AND [repairUser] IS NULL) OR ([repairUser] = @Original_repairUser)) AND ((@IsNull_lastupdate = 1 AND [lastupdate] IS NULL) OR ([lastupdate] = @Original_lastupdate)) AND ((@IsNull_lastupdatedby = 1 AND [lastupdatedby] IS NULL) OR ([lastupdatedby] = @Original_lastupdatedby)));
|
|
SELECT trackingno, ptNo, stage, machine, category, defect, location, details, status, quantity, unitQuantity, addinfo, serialAffected, component, remarks, rejectDate, rejectUser, repairDate, repairUser, lastupdate, lastupdatedby FROM log_repair WHERE (trackingno = @trackingno)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@trackingno" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="trackingno" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@ptNo" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="ptNo" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@stage" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="stage" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@machine" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="machine" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@category" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="category" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@defect" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="defect" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@location" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="location" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@details" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="details" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@status" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="status" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@quantity" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="quantity" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@unitQuantity" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="unitQuantity" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@addinfo" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="addinfo" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@serialAffected" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="serialAffected" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@component" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="component" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@remarks" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="remarks" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@rejectDate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="rejectDate" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@rejectUser" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="rejectUser" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@repairDate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="repairDate" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@repairUser" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="repairUser" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@lastupdate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@lastupdatedby" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_trackingno" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="trackingno" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_ptNo" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="ptNo" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_ptNo" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="ptNo" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_stage" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="stage" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_stage" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="stage" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_machine" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="machine" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_machine" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="machine" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_category" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="category" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_category" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="category" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_defect" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="defect" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_defect" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="defect" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_location" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="location" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_location" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="location" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_details" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="details" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_details" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="details" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_status" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="status" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_status" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="status" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_quantity" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="quantity" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_quantity" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="quantity" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_unitQuantity" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="unitQuantity" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_unitQuantity" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="unitQuantity" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_addinfo" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="addinfo" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_addinfo" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="addinfo" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_serialAffected" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="serialAffected" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_serialAffected" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="serialAffected" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_component" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="component" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_component" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="component" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_remarks" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="remarks" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_remarks" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="remarks" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_rejectDate" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="rejectDate" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_rejectDate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="rejectDate" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_rejectUser" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="rejectUser" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_rejectUser" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="rejectUser" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_repairDate" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="repairDate" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_repairDate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="repairDate" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_repairUser" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="repairUser" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_repairUser" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="repairUser" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_lastupdate" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_lastupdate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_lastupdatedby" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_lastupdatedby" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</UpdateCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="trackingno" DataSetColumn="trackingno" />
|
|
<Mapping SourceColumn="ptNo" DataSetColumn="ptNo" />
|
|
<Mapping SourceColumn="stage" DataSetColumn="stage" />
|
|
<Mapping SourceColumn="machine" DataSetColumn="machine" />
|
|
<Mapping SourceColumn="category" DataSetColumn="category" />
|
|
<Mapping SourceColumn="defect" DataSetColumn="defect" />
|
|
<Mapping SourceColumn="location" DataSetColumn="location" />
|
|
<Mapping SourceColumn="details" DataSetColumn="details" />
|
|
<Mapping SourceColumn="status" DataSetColumn="status" />
|
|
<Mapping SourceColumn="quantity" DataSetColumn="quantity" />
|
|
<Mapping SourceColumn="unitQuantity" DataSetColumn="unitQuantity" />
|
|
<Mapping SourceColumn="addinfo" DataSetColumn="addinfo" />
|
|
<Mapping SourceColumn="serialAffected" DataSetColumn="serialAffected" />
|
|
<Mapping SourceColumn="component" DataSetColumn="component" />
|
|
<Mapping SourceColumn="remarks" DataSetColumn="remarks" />
|
|
<Mapping SourceColumn="rejectDate" DataSetColumn="rejectDate" />
|
|
<Mapping SourceColumn="rejectUser" DataSetColumn="rejectUser" />
|
|
<Mapping SourceColumn="repairDate" DataSetColumn="repairDate" />
|
|
<Mapping SourceColumn="repairUser" DataSetColumn="repairUser" />
|
|
<Mapping SourceColumn="lastupdate" DataSetColumn="lastupdate" />
|
|
<Mapping SourceColumn="lastupdatedby" DataSetColumn="lastupdatedby" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="log_repair_faTableAdapter" GeneratorDataComponentClassName="log_repair_faTableAdapter" Name="log_repair_fa" UserDataComponentName="log_repair_faTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="EpsonConnectionString (MySettings)" DbObjectName="Epson.dbo.log_repair_fa" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
|
<InsertCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>INSERT INTO [dbo].[log_repair_fa] ([trackingno], [ptNo], [stage], [machine], [category], [defect], [location], [details], [status], [quantity], [unitQuantity], [addinfo], [serialAffected], [component], [remarks], [rejectDate], [rejectUser], [repairDate], [repairUser], [lastupdate], [lastupdatedby]) VALUES (@trackingno, @ptNo, @stage, @machine, @category, @defect, @location, @details, @status, @quantity, @unitQuantity, @addinfo, @serialAffected, @component, @remarks, @rejectDate, @rejectUser, @repairDate, @repairUser, @lastupdate, @lastupdatedby)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@trackingno" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="trackingno" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@ptNo" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="ptNo" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@stage" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="stage" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@machine" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="machine" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@category" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="category" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@defect" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="defect" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@location" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="location" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@details" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="details" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@status" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="status" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@quantity" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="quantity" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@unitQuantity" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="unitQuantity" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@addinfo" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="addinfo" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@serialAffected" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="serialAffected" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@component" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="component" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@remarks" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="remarks" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@rejectDate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="rejectDate" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@rejectUser" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="rejectUser" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@repairDate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="repairDate" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@repairUser" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="repairUser" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@lastupdate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@lastupdatedby" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</InsertCommand>
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT trackingno, ptNo, stage, machine, category, defect, location, details, status, quantity, unitQuantity, addinfo, serialAffected, component, remarks, rejectDate, rejectUser, repairDate, repairUser, lastupdate, lastupdatedby FROM dbo.log_repair_fa</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="trackingno" DataSetColumn="trackingno" />
|
|
<Mapping SourceColumn="ptNo" DataSetColumn="ptNo" />
|
|
<Mapping SourceColumn="stage" DataSetColumn="stage" />
|
|
<Mapping SourceColumn="machine" DataSetColumn="machine" />
|
|
<Mapping SourceColumn="category" DataSetColumn="category" />
|
|
<Mapping SourceColumn="defect" DataSetColumn="defect" />
|
|
<Mapping SourceColumn="location" DataSetColumn="location" />
|
|
<Mapping SourceColumn="details" DataSetColumn="details" />
|
|
<Mapping SourceColumn="status" DataSetColumn="status" />
|
|
<Mapping SourceColumn="quantity" DataSetColumn="quantity" />
|
|
<Mapping SourceColumn="unitQuantity" DataSetColumn="unitQuantity" />
|
|
<Mapping SourceColumn="addinfo" DataSetColumn="addinfo" />
|
|
<Mapping SourceColumn="serialAffected" DataSetColumn="serialAffected" />
|
|
<Mapping SourceColumn="component" DataSetColumn="component" />
|
|
<Mapping SourceColumn="remarks" DataSetColumn="remarks" />
|
|
<Mapping SourceColumn="rejectDate" DataSetColumn="rejectDate" />
|
|
<Mapping SourceColumn="rejectUser" DataSetColumn="rejectUser" />
|
|
<Mapping SourceColumn="repairDate" DataSetColumn="repairDate" />
|
|
<Mapping SourceColumn="repairUser" DataSetColumn="repairUser" />
|
|
<Mapping SourceColumn="lastupdate" DataSetColumn="lastupdate" />
|
|
<Mapping SourceColumn="lastupdatedby" DataSetColumn="lastupdatedby" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="log_repair_serialTableAdapter" GeneratorDataComponentClassName="log_repair_serialTableAdapter" Name="log_repair_serial" UserDataComponentName="log_repair_serialTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="EpsonConnectionString (MySettings)" DbObjectName="Epson.dbo.log_repair_serial" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
|
<InsertCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>INSERT INTO [dbo].[log_repair_serial] ([trackingno], [cardno], [stage], [machine], [category], [defect], [location], [details], [status], [addinfo], [serialAffected], [component], [remarks], [rejectDate], [rejectUser], [repairDate], [repairUser], [lastupdate], [lastupdatedby]) VALUES (@trackingno, @cardno, @stage, @machine, @category, @defect, @location, @details, @status, @addinfo, @serialAffected, @component, @remarks, @rejectDate, @rejectUser, @repairDate, @repairUser, @lastupdate, @lastupdatedby)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@trackingno" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="trackingno" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@cardno" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="cardno" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@stage" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="stage" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@machine" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="machine" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@category" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="category" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@defect" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="defect" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@location" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="location" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@details" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="details" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@status" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="status" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@addinfo" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="addinfo" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@serialAffected" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="serialAffected" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@component" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="component" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@remarks" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="remarks" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@rejectDate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="rejectDate" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@rejectUser" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="rejectUser" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@repairDate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="repairDate" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@repairUser" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="repairUser" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@lastupdate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@lastupdatedby" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</InsertCommand>
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT trackingno, cardno, stage, machine, category, defect, location, details, status, addinfo, serialAffected, component, remarks, rejectDate, rejectUser, repairDate, repairUser, lastupdate, lastupdatedby FROM dbo.log_repair_serial</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="trackingno" DataSetColumn="trackingno" />
|
|
<Mapping SourceColumn="cardno" DataSetColumn="cardno" />
|
|
<Mapping SourceColumn="stage" DataSetColumn="stage" />
|
|
<Mapping SourceColumn="machine" DataSetColumn="machine" />
|
|
<Mapping SourceColumn="category" DataSetColumn="category" />
|
|
<Mapping SourceColumn="defect" DataSetColumn="defect" />
|
|
<Mapping SourceColumn="location" DataSetColumn="location" />
|
|
<Mapping SourceColumn="details" DataSetColumn="details" />
|
|
<Mapping SourceColumn="status" DataSetColumn="status" />
|
|
<Mapping SourceColumn="addinfo" DataSetColumn="addinfo" />
|
|
<Mapping SourceColumn="serialAffected" DataSetColumn="serialAffected" />
|
|
<Mapping SourceColumn="component" DataSetColumn="component" />
|
|
<Mapping SourceColumn="remarks" DataSetColumn="remarks" />
|
|
<Mapping SourceColumn="rejectDate" DataSetColumn="rejectDate" />
|
|
<Mapping SourceColumn="rejectUser" DataSetColumn="rejectUser" />
|
|
<Mapping SourceColumn="repairDate" DataSetColumn="repairDate" />
|
|
<Mapping SourceColumn="repairUser" DataSetColumn="repairUser" />
|
|
<Mapping SourceColumn="lastupdate" DataSetColumn="lastupdate" />
|
|
<Mapping SourceColumn="lastupdatedby" DataSetColumn="lastupdatedby" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="log_serialTableAdapter" GeneratorDataComponentClassName="log_serialTableAdapter" Name="log_serial" UserDataComponentName="log_serialTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="EpsonConnectionString (MySettings)" DbObjectName="Epson.dbo.log_serial" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
|
<DeleteCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>DELETE FROM [dbo].[log_serial] WHERE (([batchno] = @Original_batchno) AND ((@IsNull_serialStart = 1 AND [serialStart] IS NULL) OR ([serialStart] = @Original_serialStart)) AND ((@IsNull_serialEnd = 1 AND [serialEnd] IS NULL) OR ([serialEnd] = @Original_serialEnd)) AND ((@IsNull_serialStartHex = 1 AND [serialStartHex] IS NULL) OR ([serialStartHex] = @Original_serialStartHex)) AND ((@IsNull_serialEndHex = 1 AND [serialEndHex] IS NULL) OR ([serialEndHex] = @Original_serialEndHex)) AND ((@IsNull_model = 1 AND [model] IS NULL) OR ([model] = @Original_model)) AND ((@IsNull_revision = 1 AND [revision] IS NULL) OR ([revision] = @Original_revision)) AND ((@IsNull_modelRef = 1 AND [modelRef] IS NULL) OR ([modelRef] = @Original_modelRef)) AND ((@IsNull_modelRefRev = 1 AND [modelRefRev] IS NULL) OR ([modelRefRev] = @Original_modelRefRev)) AND ((@IsNull_alvBatchRef = 1 AND [alvBatchRef] IS NULL) OR ([alvBatchRef] = @Original_alvBatchRef)) AND ((@IsNull_quantity = 1 AND [quantity] IS NULL) OR ([quantity] = @Original_quantity)) AND ((@IsNull_remarks = 1 AND [remarks] IS NULL) OR ([remarks] = @Original_remarks)) AND ((@IsNull_fileRef = 1 AND [fileRef] IS NULL) OR ([fileRef] = @Original_fileRef)) AND ((@IsNull_fileRef2 = 1 AND [fileRef2] IS NULL) OR ([fileRef2] = @Original_fileRef2)) AND ((@IsNull_generated = 1 AND [generated] IS NULL) OR ([generated] = @Original_generated)) AND ((@IsNull_generatedby = 1 AND [generatedby] IS NULL) OR ([generatedby] = @Original_generatedby)))</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_batchno" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="batchno" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_serialStart" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="serialStart" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_serialStart" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="serialStart" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_serialEnd" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="serialEnd" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_serialEnd" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="serialEnd" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_serialStartHex" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="serialStartHex" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_serialStartHex" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="serialStartHex" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_serialEndHex" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="serialEndHex" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_serialEndHex" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="serialEndHex" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_model" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="model" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_model" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="model" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_revision" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="revision" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_revision" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="revision" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_modelRef" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="modelRef" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_modelRef" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="modelRef" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_modelRefRev" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="modelRefRev" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_modelRefRev" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="modelRefRev" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_alvBatchRef" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="alvBatchRef" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_alvBatchRef" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="alvBatchRef" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_quantity" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="quantity" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_quantity" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="quantity" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_remarks" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="remarks" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_remarks" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="remarks" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_fileRef" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="fileRef" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_fileRef" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="fileRef" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_fileRef2" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="fileRef2" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_fileRef2" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="fileRef2" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_generated" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="generated" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_generated" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="generated" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_generatedby" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="generatedby" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_generatedby" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="generatedby" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</DeleteCommand>
|
|
<InsertCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>INSERT INTO [dbo].[log_serial] ([batchno], [serialStart], [serialEnd], [serialStartHex], [serialEndHex], [model], [revision], [modelRef], [modelRefRev], [alvBatchRef], [quantity], [remarks], [fileRef], [fileRef2], [generated], [generatedby]) VALUES (@batchno, @serialStart, @serialEnd, @serialStartHex, @serialEndHex, @model, @revision, @modelRef, @modelRefRev, @alvBatchRef, @quantity, @remarks, @fileRef, @fileRef2, @generated, @generatedby);
|
|
SELECT batchno, serialStart, serialEnd, serialStartHex, serialEndHex, model, revision, modelRef, modelRefRev, alvBatchRef, quantity, remarks, fileRef, fileRef2, generated, generatedby FROM log_serial WHERE (batchno = @batchno)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@batchno" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="batchno" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@serialStart" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="serialStart" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@serialEnd" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="serialEnd" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@serialStartHex" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="serialStartHex" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@serialEndHex" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="serialEndHex" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@model" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="model" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@revision" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="revision" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@modelRef" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="modelRef" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@modelRefRev" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="modelRefRev" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@alvBatchRef" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="alvBatchRef" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@quantity" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="quantity" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@remarks" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="remarks" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@fileRef" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="fileRef" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@fileRef2" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="fileRef2" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@generated" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="generated" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@generatedby" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="generatedby" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</InsertCommand>
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT batchno, serialStart, serialEnd, serialStartHex, serialEndHex, model, revision, modelRef, modelRefRev, alvBatchRef, quantity, remarks, fileRef, fileRef2, generated, generatedby FROM dbo.log_serial</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
<UpdateCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>UPDATE [dbo].[log_serial] SET [batchno] = @batchno, [serialStart] = @serialStart, [serialEnd] = @serialEnd, [serialStartHex] = @serialStartHex, [serialEndHex] = @serialEndHex, [model] = @model, [revision] = @revision, [modelRef] = @modelRef, [modelRefRev] = @modelRefRev, [alvBatchRef] = @alvBatchRef, [quantity] = @quantity, [remarks] = @remarks, [fileRef] = @fileRef, [fileRef2] = @fileRef2, [generated] = @generated, [generatedby] = @generatedby WHERE (([batchno] = @Original_batchno) AND ((@IsNull_serialStart = 1 AND [serialStart] IS NULL) OR ([serialStart] = @Original_serialStart)) AND ((@IsNull_serialEnd = 1 AND [serialEnd] IS NULL) OR ([serialEnd] = @Original_serialEnd)) AND ((@IsNull_serialStartHex = 1 AND [serialStartHex] IS NULL) OR ([serialStartHex] = @Original_serialStartHex)) AND ((@IsNull_serialEndHex = 1 AND [serialEndHex] IS NULL) OR ([serialEndHex] = @Original_serialEndHex)) AND ((@IsNull_model = 1 AND [model] IS NULL) OR ([model] = @Original_model)) AND ((@IsNull_revision = 1 AND [revision] IS NULL) OR ([revision] = @Original_revision)) AND ((@IsNull_modelRef = 1 AND [modelRef] IS NULL) OR ([modelRef] = @Original_modelRef)) AND ((@IsNull_modelRefRev = 1 AND [modelRefRev] IS NULL) OR ([modelRefRev] = @Original_modelRefRev)) AND ((@IsNull_alvBatchRef = 1 AND [alvBatchRef] IS NULL) OR ([alvBatchRef] = @Original_alvBatchRef)) AND ((@IsNull_quantity = 1 AND [quantity] IS NULL) OR ([quantity] = @Original_quantity)) AND ((@IsNull_remarks = 1 AND [remarks] IS NULL) OR ([remarks] = @Original_remarks)) AND ((@IsNull_fileRef = 1 AND [fileRef] IS NULL) OR ([fileRef] = @Original_fileRef)) AND ((@IsNull_fileRef2 = 1 AND [fileRef2] IS NULL) OR ([fileRef2] = @Original_fileRef2)) AND ((@IsNull_generated = 1 AND [generated] IS NULL) OR ([generated] = @Original_generated)) AND ((@IsNull_generatedby = 1 AND [generatedby] IS NULL) OR ([generatedby] = @Original_generatedby)));
|
|
SELECT batchno, serialStart, serialEnd, serialStartHex, serialEndHex, model, revision, modelRef, modelRefRev, alvBatchRef, quantity, remarks, fileRef, fileRef2, generated, generatedby FROM log_serial WHERE (batchno = @batchno)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@batchno" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="batchno" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@serialStart" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="serialStart" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@serialEnd" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="serialEnd" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@serialStartHex" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="serialStartHex" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@serialEndHex" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="serialEndHex" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@model" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="model" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@revision" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="revision" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@modelRef" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="modelRef" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@modelRefRev" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="modelRefRev" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@alvBatchRef" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="alvBatchRef" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@quantity" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="quantity" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@remarks" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="remarks" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@fileRef" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="fileRef" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@fileRef2" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="fileRef2" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@generated" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="generated" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@generatedby" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="generatedby" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_batchno" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="batchno" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_serialStart" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="serialStart" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_serialStart" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="serialStart" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_serialEnd" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="serialEnd" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_serialEnd" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="serialEnd" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_serialStartHex" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="serialStartHex" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_serialStartHex" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="serialStartHex" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_serialEndHex" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="serialEndHex" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_serialEndHex" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="serialEndHex" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_model" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="model" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_model" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="model" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_revision" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="revision" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_revision" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="revision" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_modelRef" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="modelRef" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_modelRef" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="modelRef" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_modelRefRev" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="modelRefRev" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_modelRefRev" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="modelRefRev" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_alvBatchRef" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="alvBatchRef" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_alvBatchRef" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="alvBatchRef" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_quantity" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="quantity" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_quantity" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="quantity" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_remarks" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="remarks" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_remarks" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="remarks" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_fileRef" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="fileRef" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_fileRef" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="fileRef" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_fileRef2" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="fileRef2" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_fileRef2" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="fileRef2" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_generated" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="generated" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_generated" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="generated" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_generatedby" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="generatedby" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_generatedby" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="generatedby" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</UpdateCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="batchno" DataSetColumn="batchno" />
|
|
<Mapping SourceColumn="serialStart" DataSetColumn="serialStart" />
|
|
<Mapping SourceColumn="serialEnd" DataSetColumn="serialEnd" />
|
|
<Mapping SourceColumn="serialStartHex" DataSetColumn="serialStartHex" />
|
|
<Mapping SourceColumn="serialEndHex" DataSetColumn="serialEndHex" />
|
|
<Mapping SourceColumn="model" DataSetColumn="model" />
|
|
<Mapping SourceColumn="revision" DataSetColumn="revision" />
|
|
<Mapping SourceColumn="modelRef" DataSetColumn="modelRef" />
|
|
<Mapping SourceColumn="modelRefRev" DataSetColumn="modelRefRev" />
|
|
<Mapping SourceColumn="alvBatchRef" DataSetColumn="alvBatchRef" />
|
|
<Mapping SourceColumn="quantity" DataSetColumn="quantity" />
|
|
<Mapping SourceColumn="remarks" DataSetColumn="remarks" />
|
|
<Mapping SourceColumn="fileRef" DataSetColumn="fileRef" />
|
|
<Mapping SourceColumn="fileRef2" DataSetColumn="fileRef2" />
|
|
<Mapping SourceColumn="generated" DataSetColumn="generated" />
|
|
<Mapping SourceColumn="generatedby" DataSetColumn="generatedby" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="log_SH_DetailTableAdapter" GeneratorDataComponentClassName="log_SH_DetailTableAdapter" Name="log_SH_Detail" UserDataComponentName="log_SH_DetailTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="EpsonConnectionString (MySettings)" DbObjectName="Epson.dbo.log_SH_Detail" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
|
<InsertCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>INSERT INTO [dbo].[log_SH_Detail] ([shipNo], [cnNo], [lastupdate], [lastupdatedby]) VALUES (@shipNo, @cnNo, @lastupdate, @lastupdatedby)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@shipNo" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="shipNo" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@cnNo" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="cnNo" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@lastupdate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@lastupdatedby" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</InsertCommand>
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT shipNo, cnNo, lastupdate, lastupdatedby FROM dbo.log_SH_Detail</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="shipNo" DataSetColumn="shipNo" />
|
|
<Mapping SourceColumn="cnNo" DataSetColumn="cnNo" />
|
|
<Mapping SourceColumn="lastupdate" DataSetColumn="lastupdate" />
|
|
<Mapping SourceColumn="lastupdatedby" DataSetColumn="lastupdatedby" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="log_SH_Detail_HistTableAdapter" GeneratorDataComponentClassName="log_SH_Detail_HistTableAdapter" Name="log_SH_Detail_Hist" UserDataComponentName="log_SH_Detail_HistTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="EpsonConnectionString (MySettings)" DbObjectName="Epson.dbo.log_SH_Detail_Hist" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
|
<DeleteCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>DELETE FROM [dbo].[log_SH_Detail_Hist] WHERE (([lineNum] = @Original_lineNum) AND ((@IsNull_shipNo = 1 AND [shipNo] IS NULL) OR ([shipNo] = @Original_shipNo)) AND ((@IsNull_cnNo = 1 AND [cnNo] IS NULL) OR ([cnNo] = @Original_cnNo)) AND ((@IsNull_status = 1 AND [status] IS NULL) OR ([status] = @Original_status)) AND ((@IsNull_lastupdate = 1 AND [lastupdate] IS NULL) OR ([lastupdate] = @Original_lastupdate)) AND ((@IsNull_lastupdatedby = 1 AND [lastupdatedby] IS NULL) OR ([lastupdatedby] = @Original_lastupdatedby)))</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@Original_lineNum" Precision="0" ProviderType="BigInt" Scale="0" Size="0" SourceColumn="lineNum" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_shipNo" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="shipNo" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_shipNo" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="shipNo" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_cnNo" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="cnNo" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_cnNo" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="cnNo" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_status" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="status" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_status" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="status" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_lastupdate" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_lastupdate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_lastupdatedby" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_lastupdatedby" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</DeleteCommand>
|
|
<InsertCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>INSERT INTO [dbo].[log_SH_Detail_Hist] ([shipNo], [cnNo], [status], [lastupdate], [lastupdatedby]) VALUES (@shipNo, @cnNo, @status, @lastupdate, @lastupdatedby);
|
|
SELECT lineNum, shipNo, cnNo, status, lastupdate, lastupdatedby FROM log_SH_Detail_Hist WHERE (lineNum = SCOPE_IDENTITY())</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@shipNo" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="shipNo" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@cnNo" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="cnNo" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@status" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="status" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@lastupdate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@lastupdatedby" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</InsertCommand>
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT lineNum, shipNo, cnNo, status, lastupdate, lastupdatedby FROM dbo.log_SH_Detail_Hist</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
<UpdateCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>UPDATE [dbo].[log_SH_Detail_Hist] SET [shipNo] = @shipNo, [cnNo] = @cnNo, [status] = @status, [lastupdate] = @lastupdate, [lastupdatedby] = @lastupdatedby WHERE (([lineNum] = @Original_lineNum) AND ((@IsNull_shipNo = 1 AND [shipNo] IS NULL) OR ([shipNo] = @Original_shipNo)) AND ((@IsNull_cnNo = 1 AND [cnNo] IS NULL) OR ([cnNo] = @Original_cnNo)) AND ((@IsNull_status = 1 AND [status] IS NULL) OR ([status] = @Original_status)) AND ((@IsNull_lastupdate = 1 AND [lastupdate] IS NULL) OR ([lastupdate] = @Original_lastupdate)) AND ((@IsNull_lastupdatedby = 1 AND [lastupdatedby] IS NULL) OR ([lastupdatedby] = @Original_lastupdatedby)));
|
|
SELECT lineNum, shipNo, cnNo, status, lastupdate, lastupdatedby FROM log_SH_Detail_Hist WHERE (lineNum = @lineNum)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@shipNo" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="shipNo" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@cnNo" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="cnNo" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@status" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="status" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@lastupdate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@lastupdatedby" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@Original_lineNum" Precision="0" ProviderType="BigInt" Scale="0" Size="0" SourceColumn="lineNum" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_shipNo" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="shipNo" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_shipNo" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="shipNo" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_cnNo" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="cnNo" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_cnNo" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="cnNo" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_status" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="status" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_status" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="status" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_lastupdate" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_lastupdate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_lastupdatedby" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_lastupdatedby" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="lineNum" ColumnName="lineNum" DataSourceName="Epson.dbo.log_SH_Detail_Hist" DataTypeServer="bigint" DbType="Int64" Direction="Input" ParameterName="@lineNum" Precision="0" ProviderType="BigInt" Scale="0" Size="8" SourceColumn="lineNum" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</UpdateCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="lineNum" DataSetColumn="lineNum" />
|
|
<Mapping SourceColumn="shipNo" DataSetColumn="shipNo" />
|
|
<Mapping SourceColumn="cnNo" DataSetColumn="cnNo" />
|
|
<Mapping SourceColumn="status" DataSetColumn="status" />
|
|
<Mapping SourceColumn="lastupdate" DataSetColumn="lastupdate" />
|
|
<Mapping SourceColumn="lastupdatedby" DataSetColumn="lastupdatedby" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="log_SH_HeaderTableAdapter" GeneratorDataComponentClassName="log_SH_HeaderTableAdapter" Name="log_SH_Header" UserDataComponentName="log_SH_HeaderTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="EpsonConnectionString (MySettings)" DbObjectName="Epson.dbo.log_SH_Header" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
|
<DeleteCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>DELETE FROM [dbo].[log_SH_Header] WHERE (([shipNo] = @Original_shipNo) AND ((@IsNull_shipdate = 1 AND [shipdate] IS NULL) OR ([shipdate] = @Original_shipdate)) AND ((@IsNull_lastupdate = 1 AND [lastupdate] IS NULL) OR ([lastupdate] = @Original_lastupdate)) AND ((@IsNull_lastupdatedby = 1 AND [lastupdatedby] IS NULL) OR ([lastupdatedby] = @Original_lastupdatedby)))</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_shipNo" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="shipNo" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_shipdate" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="shipdate" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_shipdate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="shipdate" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_lastupdate" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_lastupdate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_lastupdatedby" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_lastupdatedby" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</DeleteCommand>
|
|
<InsertCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>INSERT INTO [dbo].[log_SH_Header] ([shipNo], [shipdate], [lastupdate], [lastupdatedby]) VALUES (@shipNo, @shipdate, @lastupdate, @lastupdatedby);
|
|
SELECT shipNo, shipdate, lastupdate, lastupdatedby FROM log_SH_Header WHERE (shipNo = @shipNo)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@shipNo" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="shipNo" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@shipdate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="shipdate" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@lastupdate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@lastupdatedby" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</InsertCommand>
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT shipNo, shipdate, lastupdate, lastupdatedby FROM dbo.log_SH_Header</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
<UpdateCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>UPDATE [dbo].[log_SH_Header] SET [shipNo] = @shipNo, [shipdate] = @shipdate, [lastupdate] = @lastupdate, [lastupdatedby] = @lastupdatedby WHERE (([shipNo] = @Original_shipNo) AND ((@IsNull_shipdate = 1 AND [shipdate] IS NULL) OR ([shipdate] = @Original_shipdate)) AND ((@IsNull_lastupdate = 1 AND [lastupdate] IS NULL) OR ([lastupdate] = @Original_lastupdate)) AND ((@IsNull_lastupdatedby = 1 AND [lastupdatedby] IS NULL) OR ([lastupdatedby] = @Original_lastupdatedby)));
|
|
SELECT shipNo, shipdate, lastupdate, lastupdatedby FROM log_SH_Header WHERE (shipNo = @shipNo)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@shipNo" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="shipNo" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@shipdate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="shipdate" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@lastupdate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@lastupdatedby" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_shipNo" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="shipNo" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_shipdate" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="shipdate" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_shipdate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="shipdate" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_lastupdate" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_lastupdate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_lastupdatedby" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_lastupdatedby" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</UpdateCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="shipNo" DataSetColumn="shipNo" />
|
|
<Mapping SourceColumn="shipdate" DataSetColumn="shipdate" />
|
|
<Mapping SourceColumn="lastupdate" DataSetColumn="lastupdate" />
|
|
<Mapping SourceColumn="lastupdatedby" DataSetColumn="lastupdatedby" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="log_SH_Header_HistTableAdapter" GeneratorDataComponentClassName="log_SH_Header_HistTableAdapter" Name="log_SH_Header_Hist" UserDataComponentName="log_SH_Header_HistTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="EpsonConnectionString (MySettings)" DbObjectName="Epson.dbo.log_SH_Header_Hist" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
|
<DeleteCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>DELETE FROM [dbo].[log_SH_Header_Hist] WHERE (([lineNum] = @Original_lineNum) AND ((@IsNull_shipNo = 1 AND [shipNo] IS NULL) OR ([shipNo] = @Original_shipNo)) AND ((@IsNull_shipdate = 1 AND [shipdate] IS NULL) OR ([shipdate] = @Original_shipdate)) AND ((@IsNull_status = 1 AND [status] IS NULL) OR ([status] = @Original_status)) AND ((@IsNull_lastupdate = 1 AND [lastupdate] IS NULL) OR ([lastupdate] = @Original_lastupdate)) AND ((@IsNull_lastupdatedby = 1 AND [lastupdatedby] IS NULL) OR ([lastupdatedby] = @Original_lastupdatedby)))</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@Original_lineNum" Precision="0" ProviderType="BigInt" Scale="0" Size="0" SourceColumn="lineNum" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_shipNo" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="shipNo" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_shipNo" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="shipNo" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_shipdate" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="shipdate" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_shipdate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="shipdate" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_status" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="status" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_status" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="status" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_lastupdate" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_lastupdate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_lastupdatedby" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_lastupdatedby" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</DeleteCommand>
|
|
<InsertCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>INSERT INTO [dbo].[log_SH_Header_Hist] ([shipNo], [shipdate], [status], [lastupdate], [lastupdatedby]) VALUES (@shipNo, @shipdate, @status, @lastupdate, @lastupdatedby);
|
|
SELECT lineNum, shipNo, shipdate, status, lastupdate, lastupdatedby FROM log_SH_Header_Hist WHERE (lineNum = SCOPE_IDENTITY())</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@shipNo" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="shipNo" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@shipdate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="shipdate" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@status" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="status" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@lastupdate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@lastupdatedby" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</InsertCommand>
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT lineNum, shipNo, shipdate, status, lastupdate, lastupdatedby FROM dbo.log_SH_Header_Hist</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
<UpdateCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>UPDATE [dbo].[log_SH_Header_Hist] SET [shipNo] = @shipNo, [shipdate] = @shipdate, [status] = @status, [lastupdate] = @lastupdate, [lastupdatedby] = @lastupdatedby WHERE (([lineNum] = @Original_lineNum) AND ((@IsNull_shipNo = 1 AND [shipNo] IS NULL) OR ([shipNo] = @Original_shipNo)) AND ((@IsNull_shipdate = 1 AND [shipdate] IS NULL) OR ([shipdate] = @Original_shipdate)) AND ((@IsNull_status = 1 AND [status] IS NULL) OR ([status] = @Original_status)) AND ((@IsNull_lastupdate = 1 AND [lastupdate] IS NULL) OR ([lastupdate] = @Original_lastupdate)) AND ((@IsNull_lastupdatedby = 1 AND [lastupdatedby] IS NULL) OR ([lastupdatedby] = @Original_lastupdatedby)));
|
|
SELECT lineNum, shipNo, shipdate, status, lastupdate, lastupdatedby FROM log_SH_Header_Hist WHERE (lineNum = @lineNum)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@shipNo" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="shipNo" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@shipdate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="shipdate" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@status" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="status" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@lastupdate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@lastupdatedby" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@Original_lineNum" Precision="0" ProviderType="BigInt" Scale="0" Size="0" SourceColumn="lineNum" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_shipNo" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="shipNo" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_shipNo" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="shipNo" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_shipdate" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="shipdate" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_shipdate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="shipdate" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_status" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="status" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_status" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="status" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_lastupdate" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_lastupdate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_lastupdatedby" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_lastupdatedby" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="lineNum" ColumnName="lineNum" DataSourceName="Epson.dbo.log_SH_Header_Hist" DataTypeServer="bigint" DbType="Int64" Direction="Input" ParameterName="@lineNum" Precision="0" ProviderType="BigInt" Scale="0" Size="8" SourceColumn="lineNum" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</UpdateCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="lineNum" DataSetColumn="lineNum" />
|
|
<Mapping SourceColumn="shipNo" DataSetColumn="shipNo" />
|
|
<Mapping SourceColumn="shipdate" DataSetColumn="shipdate" />
|
|
<Mapping SourceColumn="status" DataSetColumn="status" />
|
|
<Mapping SourceColumn="lastupdate" DataSetColumn="lastupdate" />
|
|
<Mapping SourceColumn="lastupdatedby" DataSetColumn="lastupdatedby" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="lotNoTableAdapter" GeneratorDataComponentClassName="lotNoTableAdapter" Name="lotNo" UserDataComponentName="lotNoTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="EpsonConnectionString (MySettings)" DbObjectName="Epson.dbo.lotNo" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
|
<InsertCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>INSERT INTO [dbo].[lotNo] ([lotNo], [referenceNo], [partno], [stage], [status], [samplingSize], [starttime], [lastupdate], [lastupdatedby]) VALUES (@lotNo, @referenceNo, @partno, @stage, @status, @samplingSize, @starttime, @lastupdate, @lastupdatedby)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@lotNo" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="lotNo" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@referenceNo" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="referenceNo" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@partno" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="partno" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@stage" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="stage" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@status" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="status" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@samplingSize" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="samplingSize" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@starttime" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="starttime" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@lastupdate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@lastupdatedby" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</InsertCommand>
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT lotNo, referenceNo, partno, stage, status, samplingSize, starttime, lastupdate, lastupdatedby FROM dbo.lotNo</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="lotNo" DataSetColumn="lotNo" />
|
|
<Mapping SourceColumn="referenceNo" DataSetColumn="referenceNo" />
|
|
<Mapping SourceColumn="partno" DataSetColumn="partno" />
|
|
<Mapping SourceColumn="stage" DataSetColumn="stage" />
|
|
<Mapping SourceColumn="status" DataSetColumn="status" />
|
|
<Mapping SourceColumn="samplingSize" DataSetColumn="samplingSize" />
|
|
<Mapping SourceColumn="starttime" DataSetColumn="starttime" />
|
|
<Mapping SourceColumn="lastupdate" DataSetColumn="lastupdate" />
|
|
<Mapping SourceColumn="lastupdatedby" DataSetColumn="lastupdatedby" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="LotNumberTableAdapter" GeneratorDataComponentClassName="LotNumberTableAdapter" Name="LotNumber" UserDataComponentName="LotNumberTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="EpsonConnectionString (MySettings)" DbObjectName="Epson.dbo.LotNumber" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
|
<DeleteCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>DELETE FROM [dbo].[LotNumber] WHERE (([Lotnumber] = @Original_Lotnumber) AND ((@IsNull_LotStatus = 1 AND [LotStatus] IS NULL) OR ([LotStatus] = @Original_LotStatus)) AND ([CreatedDate] = @Original_CreatedDate) AND ([CreatedBy] = @Original_CreatedBy) AND ((@IsNull_UpdatedDate = 1 AND [UpdatedDate] IS NULL) OR ([UpdatedDate] = @Original_UpdatedDate)) AND ((@IsNull_UpdatedBy = 1 AND [UpdatedBy] IS NULL) OR ([UpdatedBy] = @Original_UpdatedBy)) AND ((@IsNull_SampleQuantity = 1 AND [SampleQuantity] IS NULL) OR ([SampleQuantity] = @Original_SampleQuantity)))</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_Lotnumber" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Lotnumber" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_LotStatus" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="LotStatus" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_LotStatus" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="LotStatus" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_CreatedDate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="CreatedDate" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_CreatedBy" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="CreatedBy" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_UpdatedDate" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="UpdatedDate" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_UpdatedDate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="UpdatedDate" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_UpdatedBy" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="UpdatedBy" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_UpdatedBy" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="UpdatedBy" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_SampleQuantity" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="SampleQuantity" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_SampleQuantity" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="SampleQuantity" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</DeleteCommand>
|
|
<InsertCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>INSERT INTO [dbo].[LotNumber] ([Lotnumber], [LotStatus], [CreatedDate], [CreatedBy], [UpdatedDate], [UpdatedBy], [SampleQuantity]) VALUES (@Lotnumber, @LotStatus, @CreatedDate, @CreatedBy, @UpdatedDate, @UpdatedBy, @SampleQuantity);
|
|
SELECT Lotnumber, LotStatus, CreatedDate, CreatedBy, UpdatedDate, UpdatedBy, SampleQuantity FROM LotNumber WHERE (Lotnumber = @Lotnumber)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Lotnumber" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Lotnumber" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@LotStatus" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="LotStatus" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@CreatedDate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="CreatedDate" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@CreatedBy" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="CreatedBy" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@UpdatedDate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="UpdatedDate" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@UpdatedBy" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="UpdatedBy" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@SampleQuantity" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="SampleQuantity" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</InsertCommand>
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT Lotnumber, LotStatus, CreatedDate, CreatedBy, UpdatedDate, UpdatedBy, SampleQuantity FROM dbo.LotNumber</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
<UpdateCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>UPDATE [dbo].[LotNumber] SET [Lotnumber] = @Lotnumber, [LotStatus] = @LotStatus, [CreatedDate] = @CreatedDate, [CreatedBy] = @CreatedBy, [UpdatedDate] = @UpdatedDate, [UpdatedBy] = @UpdatedBy, [SampleQuantity] = @SampleQuantity WHERE (([Lotnumber] = @Original_Lotnumber) AND ((@IsNull_LotStatus = 1 AND [LotStatus] IS NULL) OR ([LotStatus] = @Original_LotStatus)) AND ([CreatedDate] = @Original_CreatedDate) AND ([CreatedBy] = @Original_CreatedBy) AND ((@IsNull_UpdatedDate = 1 AND [UpdatedDate] IS NULL) OR ([UpdatedDate] = @Original_UpdatedDate)) AND ((@IsNull_UpdatedBy = 1 AND [UpdatedBy] IS NULL) OR ([UpdatedBy] = @Original_UpdatedBy)) AND ((@IsNull_SampleQuantity = 1 AND [SampleQuantity] IS NULL) OR ([SampleQuantity] = @Original_SampleQuantity)));
|
|
SELECT Lotnumber, LotStatus, CreatedDate, CreatedBy, UpdatedDate, UpdatedBy, SampleQuantity FROM LotNumber WHERE (Lotnumber = @Lotnumber)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Lotnumber" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Lotnumber" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@LotStatus" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="LotStatus" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@CreatedDate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="CreatedDate" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@CreatedBy" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="CreatedBy" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@UpdatedDate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="UpdatedDate" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@UpdatedBy" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="UpdatedBy" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@SampleQuantity" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="SampleQuantity" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_Lotnumber" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Lotnumber" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_LotStatus" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="LotStatus" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_LotStatus" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="LotStatus" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_CreatedDate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="CreatedDate" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_CreatedBy" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="CreatedBy" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_UpdatedDate" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="UpdatedDate" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_UpdatedDate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="UpdatedDate" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_UpdatedBy" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="UpdatedBy" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_UpdatedBy" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="UpdatedBy" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_SampleQuantity" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="SampleQuantity" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_SampleQuantity" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="SampleQuantity" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</UpdateCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="Lotnumber" DataSetColumn="Lotnumber" />
|
|
<Mapping SourceColumn="LotStatus" DataSetColumn="LotStatus" />
|
|
<Mapping SourceColumn="CreatedDate" DataSetColumn="CreatedDate" />
|
|
<Mapping SourceColumn="CreatedBy" DataSetColumn="CreatedBy" />
|
|
<Mapping SourceColumn="UpdatedDate" DataSetColumn="UpdatedDate" />
|
|
<Mapping SourceColumn="UpdatedBy" DataSetColumn="UpdatedBy" />
|
|
<Mapping SourceColumn="SampleQuantity" DataSetColumn="SampleQuantity" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="machineTableAdapter" GeneratorDataComponentClassName="machineTableAdapter" Name="machine" UserDataComponentName="machineTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="EpsonConnectionString (MySettings)" DbObjectName="Epson.dbo.machine" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
|
<DeleteCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>DELETE FROM [dbo].[machine] WHERE (([machine] = @Original_machine) AND ((@IsNull_description = 1 AND [description] IS NULL) OR ([description] = @Original_description)) AND ((@IsNull_active = 1 AND [active] IS NULL) OR ([active] = @Original_active)) AND ((@IsNull_lastupdate = 1 AND [lastupdate] IS NULL) OR ([lastupdate] = @Original_lastupdate)) AND ((@IsNull_lastupdatedby = 1 AND [lastupdatedby] IS NULL) OR ([lastupdatedby] = @Original_lastupdatedby)))</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_machine" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="machine" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_description" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="description" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_description" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="description" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_active" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="active" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_active" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="active" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_lastupdate" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_lastupdate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_lastupdatedby" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_lastupdatedby" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</DeleteCommand>
|
|
<InsertCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>INSERT INTO [dbo].[machine] ([machine], [description], [active], [lastupdate], [lastupdatedby]) VALUES (@machine, @description, @active, @lastupdate, @lastupdatedby);
|
|
SELECT machine, description, active, lastupdate, lastupdatedby FROM machine WHERE (machine = @machine)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@machine" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="machine" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@description" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="description" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@active" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="active" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@lastupdate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@lastupdatedby" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</InsertCommand>
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT machine, description, active, lastupdate, lastupdatedby FROM dbo.machine</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
<UpdateCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>UPDATE [dbo].[machine] SET [machine] = @machine, [description] = @description, [active] = @active, [lastupdate] = @lastupdate, [lastupdatedby] = @lastupdatedby WHERE (([machine] = @Original_machine) AND ((@IsNull_description = 1 AND [description] IS NULL) OR ([description] = @Original_description)) AND ((@IsNull_active = 1 AND [active] IS NULL) OR ([active] = @Original_active)) AND ((@IsNull_lastupdate = 1 AND [lastupdate] IS NULL) OR ([lastupdate] = @Original_lastupdate)) AND ((@IsNull_lastupdatedby = 1 AND [lastupdatedby] IS NULL) OR ([lastupdatedby] = @Original_lastupdatedby)));
|
|
SELECT machine, description, active, lastupdate, lastupdatedby FROM machine WHERE (machine = @machine)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@machine" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="machine" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@description" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="description" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@active" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="active" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@lastupdate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@lastupdatedby" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_machine" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="machine" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_description" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="description" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_description" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="description" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_active" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="active" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_active" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="active" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_lastupdate" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_lastupdate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_lastupdatedby" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_lastupdatedby" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</UpdateCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="machine" DataSetColumn="machine" />
|
|
<Mapping SourceColumn="description" DataSetColumn="description" />
|
|
<Mapping SourceColumn="active" DataSetColumn="active" />
|
|
<Mapping SourceColumn="lastupdate" DataSetColumn="lastupdate" />
|
|
<Mapping SourceColumn="lastupdatedby" DataSetColumn="lastupdatedby" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="machineHistTableAdapter" GeneratorDataComponentClassName="machineHistTableAdapter" Name="machineHist" UserDataComponentName="machineHistTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="EpsonConnectionString (MySettings)" DbObjectName="Epson.dbo.machineHist" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
|
<DeleteCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>DELETE FROM [dbo].[machineHist] WHERE (([lineNum] = @Original_lineNum) AND ((@IsNull_machine = 1 AND [machine] IS NULL) OR ([machine] = @Original_machine)) AND ((@IsNull_description = 1 AND [description] IS NULL) OR ([description] = @Original_description)) AND ((@IsNull_active = 1 AND [active] IS NULL) OR ([active] = @Original_active)) AND ((@IsNull_status = 1 AND [status] IS NULL) OR ([status] = @Original_status)) AND ((@IsNull_lastupdate = 1 AND [lastupdate] IS NULL) OR ([lastupdate] = @Original_lastupdate)) AND ((@IsNull_lastupdatedby = 1 AND [lastupdatedby] IS NULL) OR ([lastupdatedby] = @Original_lastupdatedby)))</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@Original_lineNum" Precision="0" ProviderType="BigInt" Scale="0" Size="0" SourceColumn="lineNum" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_machine" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="machine" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_machine" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="machine" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_description" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="description" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_description" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="description" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_active" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="active" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_active" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="active" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_status" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="status" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_status" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="status" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_lastupdate" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_lastupdate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_lastupdatedby" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_lastupdatedby" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</DeleteCommand>
|
|
<InsertCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>INSERT INTO [dbo].[machineHist] ([machine], [description], [active], [status], [lastupdate], [lastupdatedby]) VALUES (@machine, @description, @active, @status, @lastupdate, @lastupdatedby);
|
|
SELECT lineNum, machine, description, active, status, lastupdate, lastupdatedby FROM machineHist WHERE (lineNum = SCOPE_IDENTITY())</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@machine" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="machine" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@description" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="description" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@active" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="active" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@status" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="status" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@lastupdate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@lastupdatedby" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</InsertCommand>
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT lineNum, machine, description, active, status, lastupdate, lastupdatedby FROM dbo.machineHist</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
<UpdateCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>UPDATE [dbo].[machineHist] SET [machine] = @machine, [description] = @description, [active] = @active, [status] = @status, [lastupdate] = @lastupdate, [lastupdatedby] = @lastupdatedby WHERE (([lineNum] = @Original_lineNum) AND ((@IsNull_machine = 1 AND [machine] IS NULL) OR ([machine] = @Original_machine)) AND ((@IsNull_description = 1 AND [description] IS NULL) OR ([description] = @Original_description)) AND ((@IsNull_active = 1 AND [active] IS NULL) OR ([active] = @Original_active)) AND ((@IsNull_status = 1 AND [status] IS NULL) OR ([status] = @Original_status)) AND ((@IsNull_lastupdate = 1 AND [lastupdate] IS NULL) OR ([lastupdate] = @Original_lastupdate)) AND ((@IsNull_lastupdatedby = 1 AND [lastupdatedby] IS NULL) OR ([lastupdatedby] = @Original_lastupdatedby)));
|
|
SELECT lineNum, machine, description, active, status, lastupdate, lastupdatedby FROM machineHist WHERE (lineNum = @lineNum)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@machine" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="machine" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@description" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="description" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@active" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="active" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@status" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="status" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@lastupdate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@lastupdatedby" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@Original_lineNum" Precision="0" ProviderType="BigInt" Scale="0" Size="0" SourceColumn="lineNum" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_machine" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="machine" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_machine" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="machine" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_description" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="description" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_description" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="description" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_active" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="active" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_active" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="active" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_status" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="status" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_status" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="status" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_lastupdate" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_lastupdate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_lastupdatedby" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_lastupdatedby" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="lineNum" ColumnName="lineNum" DataSourceName="Epson.dbo.machineHist" DataTypeServer="bigint" DbType="Int64" Direction="Input" ParameterName="@lineNum" Precision="0" ProviderType="BigInt" Scale="0" Size="8" SourceColumn="lineNum" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</UpdateCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="lineNum" DataSetColumn="lineNum" />
|
|
<Mapping SourceColumn="machine" DataSetColumn="machine" />
|
|
<Mapping SourceColumn="description" DataSetColumn="description" />
|
|
<Mapping SourceColumn="active" DataSetColumn="active" />
|
|
<Mapping SourceColumn="status" DataSetColumn="status" />
|
|
<Mapping SourceColumn="lastupdate" DataSetColumn="lastupdate" />
|
|
<Mapping SourceColumn="lastupdatedby" DataSetColumn="lastupdatedby" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="modelTableAdapter" GeneratorDataComponentClassName="modelTableAdapter" Name="model" UserDataComponentName="modelTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="EpsonConnectionString (MySettings)" DbObjectName="Epson.dbo.model" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
|
<DeleteCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>DELETE FROM [dbo].[model] WHERE (([modelno] = @Original_modelno) AND ((@IsNull_modelDesc1 = 1 AND [modelDesc1] IS NULL) OR ([modelDesc1] = @Original_modelDesc1)) AND ((@IsNull_modelDesc2 = 1 AND [modelDesc2] IS NULL) OR ([modelDesc2] = @Original_modelDesc2)) AND ((@IsNull_modelFamily = 1 AND [modelFamily] IS NULL) OR ([modelFamily] = @Original_modelFamily)) AND ((@IsNull_modelType = 1 AND [modelType] IS NULL) OR ([modelType] = @Original_modelType)) AND ((@IsNull_minRev = 1 AND [minRev] IS NULL) OR ([minRev] = @Original_minRev)) AND ((@IsNull_latestRev = 1 AND [latestRev] IS NULL) OR ([latestRev] = @Original_latestRev)) AND ((@IsNull_itemWt = 1 AND [itemWt] IS NULL) OR ([itemWt] = @Original_itemWt)) AND ((@IsNull_batch = 1 AND [batch] IS NULL) OR ([batch] = @Original_batch)) AND ((@IsNull_active = 1 AND [active] IS NULL) OR ([active] = @Original_active)) AND ((@IsNull_lastupdate = 1 AND [lastupdate] IS NULL) OR ([lastupdate] = @Original_lastupdate)) AND ((@IsNull_lastupdatedby = 1 AND [lastupdatedby] IS NULL) OR ([lastupdatedby] = @Original_lastupdatedby)))</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_modelno" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="modelno" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_modelDesc1" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="modelDesc1" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_modelDesc1" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="modelDesc1" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_modelDesc2" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="modelDesc2" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_modelDesc2" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="modelDesc2" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_modelFamily" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="modelFamily" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_modelFamily" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="modelFamily" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_modelType" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="modelType" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_modelType" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="modelType" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_minRev" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="minRev" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_minRev" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="minRev" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_latestRev" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="latestRev" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_latestRev" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="latestRev" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_itemWt" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="itemWt" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Single" Direction="Input" ParameterName="@Original_itemWt" Precision="0" ProviderType="Real" Scale="0" Size="0" SourceColumn="itemWt" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_batch" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="batch" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_batch" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="batch" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_active" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="active" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_active" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="active" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_lastupdate" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_lastupdate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_lastupdatedby" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_lastupdatedby" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</DeleteCommand>
|
|
<InsertCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>INSERT INTO [dbo].[model] ([modelno], [modelDesc1], [modelDesc2], [modelFamily], [modelType], [minRev], [latestRev], [itemWt], [batch], [active], [lastupdate], [lastupdatedby]) VALUES (@modelno, @modelDesc1, @modelDesc2, @modelFamily, @modelType, @minRev, @latestRev, @itemWt, @batch, @active, @lastupdate, @lastupdatedby);
|
|
SELECT modelno, modelDesc1, modelDesc2, modelFamily, modelType, minRev, latestRev, itemWt, batch, active, lastupdate, lastupdatedby FROM model WHERE (modelno = @modelno)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@modelno" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="modelno" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@modelDesc1" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="modelDesc1" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@modelDesc2" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="modelDesc2" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@modelFamily" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="modelFamily" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@modelType" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="modelType" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@minRev" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="minRev" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@latestRev" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="latestRev" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Single" Direction="Input" ParameterName="@itemWt" Precision="0" ProviderType="Real" Scale="0" Size="0" SourceColumn="itemWt" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@batch" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="batch" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@active" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="active" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@lastupdate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@lastupdatedby" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</InsertCommand>
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT modelno, modelDesc1, modelDesc2, modelFamily, modelType, minRev, latestRev, itemWt, batch, active, lastupdate, lastupdatedby FROM dbo.model</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
<UpdateCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>UPDATE [dbo].[model] SET [modelno] = @modelno, [modelDesc1] = @modelDesc1, [modelDesc2] = @modelDesc2, [modelFamily] = @modelFamily, [modelType] = @modelType, [minRev] = @minRev, [latestRev] = @latestRev, [itemWt] = @itemWt, [batch] = @batch, [active] = @active, [lastupdate] = @lastupdate, [lastupdatedby] = @lastupdatedby WHERE (([modelno] = @Original_modelno) AND ((@IsNull_modelDesc1 = 1 AND [modelDesc1] IS NULL) OR ([modelDesc1] = @Original_modelDesc1)) AND ((@IsNull_modelDesc2 = 1 AND [modelDesc2] IS NULL) OR ([modelDesc2] = @Original_modelDesc2)) AND ((@IsNull_modelFamily = 1 AND [modelFamily] IS NULL) OR ([modelFamily] = @Original_modelFamily)) AND ((@IsNull_modelType = 1 AND [modelType] IS NULL) OR ([modelType] = @Original_modelType)) AND ((@IsNull_minRev = 1 AND [minRev] IS NULL) OR ([minRev] = @Original_minRev)) AND ((@IsNull_latestRev = 1 AND [latestRev] IS NULL) OR ([latestRev] = @Original_latestRev)) AND ((@IsNull_itemWt = 1 AND [itemWt] IS NULL) OR ([itemWt] = @Original_itemWt)) AND ((@IsNull_batch = 1 AND [batch] IS NULL) OR ([batch] = @Original_batch)) AND ((@IsNull_active = 1 AND [active] IS NULL) OR ([active] = @Original_active)) AND ((@IsNull_lastupdate = 1 AND [lastupdate] IS NULL) OR ([lastupdate] = @Original_lastupdate)) AND ((@IsNull_lastupdatedby = 1 AND [lastupdatedby] IS NULL) OR ([lastupdatedby] = @Original_lastupdatedby)));
|
|
SELECT modelno, modelDesc1, modelDesc2, modelFamily, modelType, minRev, latestRev, itemWt, batch, active, lastupdate, lastupdatedby FROM model WHERE (modelno = @modelno)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@modelno" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="modelno" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@modelDesc1" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="modelDesc1" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@modelDesc2" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="modelDesc2" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@modelFamily" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="modelFamily" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@modelType" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="modelType" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@minRev" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="minRev" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@latestRev" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="latestRev" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Single" Direction="Input" ParameterName="@itemWt" Precision="0" ProviderType="Real" Scale="0" Size="0" SourceColumn="itemWt" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@batch" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="batch" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@active" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="active" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@lastupdate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@lastupdatedby" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_modelno" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="modelno" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_modelDesc1" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="modelDesc1" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_modelDesc1" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="modelDesc1" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_modelDesc2" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="modelDesc2" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_modelDesc2" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="modelDesc2" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_modelFamily" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="modelFamily" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_modelFamily" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="modelFamily" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_modelType" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="modelType" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_modelType" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="modelType" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_minRev" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="minRev" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_minRev" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="minRev" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_latestRev" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="latestRev" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_latestRev" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="latestRev" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_itemWt" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="itemWt" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Single" Direction="Input" ParameterName="@Original_itemWt" Precision="0" ProviderType="Real" Scale="0" Size="0" SourceColumn="itemWt" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_batch" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="batch" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_batch" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="batch" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_active" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="active" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_active" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="active" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_lastupdate" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_lastupdate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_lastupdatedby" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_lastupdatedby" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</UpdateCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="modelno" DataSetColumn="modelno" />
|
|
<Mapping SourceColumn="modelDesc1" DataSetColumn="modelDesc1" />
|
|
<Mapping SourceColumn="modelDesc2" DataSetColumn="modelDesc2" />
|
|
<Mapping SourceColumn="modelFamily" DataSetColumn="modelFamily" />
|
|
<Mapping SourceColumn="modelType" DataSetColumn="modelType" />
|
|
<Mapping SourceColumn="minRev" DataSetColumn="minRev" />
|
|
<Mapping SourceColumn="latestRev" DataSetColumn="latestRev" />
|
|
<Mapping SourceColumn="itemWt" DataSetColumn="itemWt" />
|
|
<Mapping SourceColumn="batch" DataSetColumn="batch" />
|
|
<Mapping SourceColumn="active" DataSetColumn="active" />
|
|
<Mapping SourceColumn="lastupdate" DataSetColumn="lastupdate" />
|
|
<Mapping SourceColumn="lastupdatedby" DataSetColumn="lastupdatedby" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="modelBackupTableAdapter" GeneratorDataComponentClassName="modelBackupTableAdapter" Name="modelBackup" UserDataComponentName="modelBackupTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="EpsonConnectionString (MySettings)" DbObjectName="Epson.dbo.modelBackup" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
|
<InsertCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>INSERT INTO [dbo].[modelBackup] ([modelno], [modelDesc1], [modelDesc2], [modelFamily], [modelType], [minRev], [latestRev], [active], [lastupdate], [lastupdatedby]) VALUES (@modelno, @modelDesc1, @modelDesc2, @modelFamily, @modelType, @minRev, @latestRev, @active, @lastupdate, @lastupdatedby)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@modelno" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="modelno" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@modelDesc1" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="modelDesc1" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@modelDesc2" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="modelDesc2" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@modelFamily" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="modelFamily" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@modelType" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="modelType" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@minRev" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="minRev" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@latestRev" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="latestRev" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@active" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="active" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@lastupdate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@lastupdatedby" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</InsertCommand>
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT modelno, modelDesc1, modelDesc2, modelFamily, modelType, minRev, latestRev, active, lastupdate, lastupdatedby FROM dbo.modelBackup</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="modelno" DataSetColumn="modelno" />
|
|
<Mapping SourceColumn="modelDesc1" DataSetColumn="modelDesc1" />
|
|
<Mapping SourceColumn="modelDesc2" DataSetColumn="modelDesc2" />
|
|
<Mapping SourceColumn="modelFamily" DataSetColumn="modelFamily" />
|
|
<Mapping SourceColumn="modelType" DataSetColumn="modelType" />
|
|
<Mapping SourceColumn="minRev" DataSetColumn="minRev" />
|
|
<Mapping SourceColumn="latestRev" DataSetColumn="latestRev" />
|
|
<Mapping SourceColumn="active" DataSetColumn="active" />
|
|
<Mapping SourceColumn="lastupdate" DataSetColumn="lastupdate" />
|
|
<Mapping SourceColumn="lastupdatedby" DataSetColumn="lastupdatedby" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="modelDimTableAdapter" GeneratorDataComponentClassName="modelDimTableAdapter" Name="modelDim" UserDataComponentName="modelDimTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="EpsonConnectionString (MySettings)" DbObjectName="Epson.dbo.modelDim" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
|
<DeleteCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>DELETE FROM [dbo].[modelDim] WHERE (([modelno] = @Original_modelno) AND ((@IsNull_length = 1 AND [length] IS NULL) OR ([length] = @Original_length)) AND ((@IsNull_width = 1 AND [width] IS NULL) OR ([width] = @Original_width)) AND ((@IsNull_height = 1 AND [height] IS NULL) OR ([height] = @Original_height)) AND ((@IsNull_layerCount = 1 AND [layerCount] IS NULL) OR ([layerCount] = @Original_layerCount)) AND ((@IsNull_dimType = 1 AND [dimType] IS NULL) OR ([dimType] = @Original_dimType)) AND ((@IsNull_packingno = 1 AND [packingno] IS NULL) OR ([packingno] = @Original_packingno)) AND ((@IsNull_lastupdate = 1 AND [lastupdate] IS NULL) OR ([lastupdate] = @Original_lastupdate)) AND ((@IsNull_lastupdatedby = 1 AND [lastupdatedby] IS NULL) OR ([lastupdatedby] = @Original_lastupdatedby)))</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_modelno" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="modelno" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_length" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="length" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Single" Direction="Input" ParameterName="@Original_length" Precision="0" ProviderType="Real" Scale="0" Size="0" SourceColumn="length" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_width" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="width" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Single" Direction="Input" ParameterName="@Original_width" Precision="0" ProviderType="Real" Scale="0" Size="0" SourceColumn="width" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_height" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="height" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_height" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="height" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_layerCount" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="layerCount" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_layerCount" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="layerCount" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_dimType" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="dimType" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_dimType" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="dimType" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_packingno" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="packingno" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_packingno" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="packingno" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_lastupdate" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_lastupdate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_lastupdatedby" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_lastupdatedby" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</DeleteCommand>
|
|
<InsertCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>INSERT INTO [dbo].[modelDim] ([modelno], [length], [width], [height], [layerCount], [dimType], [packingno], [lastupdate], [lastupdatedby]) VALUES (@modelno, @length, @width, @height, @layerCount, @dimType, @packingno, @lastupdate, @lastupdatedby);
|
|
SELECT modelno, length, width, height, layerCount, dimType, packingno, lastupdate, lastupdatedby FROM modelDim WHERE (modelno = @modelno)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@modelno" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="modelno" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Single" Direction="Input" ParameterName="@length" Precision="0" ProviderType="Real" Scale="0" Size="0" SourceColumn="length" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Single" Direction="Input" ParameterName="@width" Precision="0" ProviderType="Real" Scale="0" Size="0" SourceColumn="width" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@height" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="height" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@layerCount" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="layerCount" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@dimType" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="dimType" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@packingno" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="packingno" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@lastupdate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@lastupdatedby" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</InsertCommand>
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT modelno, length, width, height, layerCount, dimType, packingno, lastupdate, lastupdatedby FROM dbo.modelDim</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
<UpdateCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>UPDATE [dbo].[modelDim] SET [modelno] = @modelno, [length] = @length, [width] = @width, [height] = @height, [layerCount] = @layerCount, [dimType] = @dimType, [packingno] = @packingno, [lastupdate] = @lastupdate, [lastupdatedby] = @lastupdatedby WHERE (([modelno] = @Original_modelno) AND ((@IsNull_length = 1 AND [length] IS NULL) OR ([length] = @Original_length)) AND ((@IsNull_width = 1 AND [width] IS NULL) OR ([width] = @Original_width)) AND ((@IsNull_height = 1 AND [height] IS NULL) OR ([height] = @Original_height)) AND ((@IsNull_layerCount = 1 AND [layerCount] IS NULL) OR ([layerCount] = @Original_layerCount)) AND ((@IsNull_dimType = 1 AND [dimType] IS NULL) OR ([dimType] = @Original_dimType)) AND ((@IsNull_packingno = 1 AND [packingno] IS NULL) OR ([packingno] = @Original_packingno)) AND ((@IsNull_lastupdate = 1 AND [lastupdate] IS NULL) OR ([lastupdate] = @Original_lastupdate)) AND ((@IsNull_lastupdatedby = 1 AND [lastupdatedby] IS NULL) OR ([lastupdatedby] = @Original_lastupdatedby)));
|
|
SELECT modelno, length, width, height, layerCount, dimType, packingno, lastupdate, lastupdatedby FROM modelDim WHERE (modelno = @modelno)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@modelno" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="modelno" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Single" Direction="Input" ParameterName="@length" Precision="0" ProviderType="Real" Scale="0" Size="0" SourceColumn="length" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Single" Direction="Input" ParameterName="@width" Precision="0" ProviderType="Real" Scale="0" Size="0" SourceColumn="width" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@height" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="height" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@layerCount" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="layerCount" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@dimType" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="dimType" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@packingno" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="packingno" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@lastupdate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@lastupdatedby" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_modelno" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="modelno" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_length" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="length" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Single" Direction="Input" ParameterName="@Original_length" Precision="0" ProviderType="Real" Scale="0" Size="0" SourceColumn="length" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_width" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="width" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Single" Direction="Input" ParameterName="@Original_width" Precision="0" ProviderType="Real" Scale="0" Size="0" SourceColumn="width" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_height" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="height" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_height" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="height" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_layerCount" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="layerCount" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_layerCount" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="layerCount" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_dimType" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="dimType" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_dimType" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="dimType" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_packingno" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="packingno" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_packingno" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="packingno" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_lastupdate" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_lastupdate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_lastupdatedby" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_lastupdatedby" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</UpdateCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="modelno" DataSetColumn="modelno" />
|
|
<Mapping SourceColumn="length" DataSetColumn="length" />
|
|
<Mapping SourceColumn="width" DataSetColumn="width" />
|
|
<Mapping SourceColumn="height" DataSetColumn="height" />
|
|
<Mapping SourceColumn="layerCount" DataSetColumn="layerCount" />
|
|
<Mapping SourceColumn="dimType" DataSetColumn="dimType" />
|
|
<Mapping SourceColumn="packingno" DataSetColumn="packingno" />
|
|
<Mapping SourceColumn="lastupdate" DataSetColumn="lastupdate" />
|
|
<Mapping SourceColumn="lastupdatedby" DataSetColumn="lastupdatedby" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="modelDimHistTableAdapter" GeneratorDataComponentClassName="modelDimHistTableAdapter" Name="modelDimHist" UserDataComponentName="modelDimHistTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="EpsonConnectionString (MySettings)" DbObjectName="Epson.dbo.modelDimHist" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
|
<DeleteCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>DELETE FROM [dbo].[modelDimHist] WHERE (([lineNum] = @Original_lineNum) AND ((@IsNull_modelno = 1 AND [modelno] IS NULL) OR ([modelno] = @Original_modelno)) AND ((@IsNull_length = 1 AND [length] IS NULL) OR ([length] = @Original_length)) AND ((@IsNull_width = 1 AND [width] IS NULL) OR ([width] = @Original_width)) AND ((@IsNull_height = 1 AND [height] IS NULL) OR ([height] = @Original_height)) AND ((@IsNull_layerCount = 1 AND [layerCount] IS NULL) OR ([layerCount] = @Original_layerCount)) AND ((@IsNull_dimType = 1 AND [dimType] IS NULL) OR ([dimType] = @Original_dimType)) AND ((@IsNull_packingno = 1 AND [packingno] IS NULL) OR ([packingno] = @Original_packingno)) AND ((@IsNull_status = 1 AND [status] IS NULL) OR ([status] = @Original_status)) AND ((@IsNull_lastupdate = 1 AND [lastupdate] IS NULL) OR ([lastupdate] = @Original_lastupdate)) AND ((@IsNull_lastupdatedby = 1 AND [lastupdatedby] IS NULL) OR ([lastupdatedby] = @Original_lastupdatedby)))</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@Original_lineNum" Precision="0" ProviderType="BigInt" Scale="0" Size="0" SourceColumn="lineNum" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_modelno" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="modelno" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_modelno" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="modelno" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_length" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="length" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Single" Direction="Input" ParameterName="@Original_length" Precision="0" ProviderType="Real" Scale="0" Size="0" SourceColumn="length" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_width" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="width" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Single" Direction="Input" ParameterName="@Original_width" Precision="0" ProviderType="Real" Scale="0" Size="0" SourceColumn="width" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_height" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="height" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_height" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="height" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_layerCount" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="layerCount" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_layerCount" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="layerCount" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_dimType" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="dimType" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_dimType" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="dimType" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_packingno" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="packingno" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_packingno" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="packingno" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_status" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="status" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_status" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="status" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_lastupdate" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_lastupdate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_lastupdatedby" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_lastupdatedby" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</DeleteCommand>
|
|
<InsertCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>INSERT INTO [dbo].[modelDimHist] ([modelno], [length], [width], [height], [layerCount], [dimType], [packingno], [status], [lastupdate], [lastupdatedby]) VALUES (@modelno, @length, @width, @height, @layerCount, @dimType, @packingno, @status, @lastupdate, @lastupdatedby);
|
|
SELECT lineNum, modelno, length, width, height, layerCount, dimType, packingno, status, lastupdate, lastupdatedby FROM modelDimHist WHERE (lineNum = SCOPE_IDENTITY())</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@modelno" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="modelno" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Single" Direction="Input" ParameterName="@length" Precision="0" ProviderType="Real" Scale="0" Size="0" SourceColumn="length" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Single" Direction="Input" ParameterName="@width" Precision="0" ProviderType="Real" Scale="0" Size="0" SourceColumn="width" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@height" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="height" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@layerCount" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="layerCount" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@dimType" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="dimType" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@packingno" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="packingno" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@status" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="status" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@lastupdate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@lastupdatedby" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</InsertCommand>
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT lineNum, modelno, length, width, height, layerCount, dimType, packingno, status, lastupdate, lastupdatedby FROM dbo.modelDimHist</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
<UpdateCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>UPDATE [dbo].[modelDimHist] SET [modelno] = @modelno, [length] = @length, [width] = @width, [height] = @height, [layerCount] = @layerCount, [dimType] = @dimType, [packingno] = @packingno, [status] = @status, [lastupdate] = @lastupdate, [lastupdatedby] = @lastupdatedby WHERE (([lineNum] = @Original_lineNum) AND ((@IsNull_modelno = 1 AND [modelno] IS NULL) OR ([modelno] = @Original_modelno)) AND ((@IsNull_length = 1 AND [length] IS NULL) OR ([length] = @Original_length)) AND ((@IsNull_width = 1 AND [width] IS NULL) OR ([width] = @Original_width)) AND ((@IsNull_height = 1 AND [height] IS NULL) OR ([height] = @Original_height)) AND ((@IsNull_layerCount = 1 AND [layerCount] IS NULL) OR ([layerCount] = @Original_layerCount)) AND ((@IsNull_dimType = 1 AND [dimType] IS NULL) OR ([dimType] = @Original_dimType)) AND ((@IsNull_packingno = 1 AND [packingno] IS NULL) OR ([packingno] = @Original_packingno)) AND ((@IsNull_status = 1 AND [status] IS NULL) OR ([status] = @Original_status)) AND ((@IsNull_lastupdate = 1 AND [lastupdate] IS NULL) OR ([lastupdate] = @Original_lastupdate)) AND ((@IsNull_lastupdatedby = 1 AND [lastupdatedby] IS NULL) OR ([lastupdatedby] = @Original_lastupdatedby)));
|
|
SELECT lineNum, modelno, length, width, height, layerCount, dimType, packingno, status, lastupdate, lastupdatedby FROM modelDimHist WHERE (lineNum = @lineNum)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@modelno" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="modelno" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Single" Direction="Input" ParameterName="@length" Precision="0" ProviderType="Real" Scale="0" Size="0" SourceColumn="length" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Single" Direction="Input" ParameterName="@width" Precision="0" ProviderType="Real" Scale="0" Size="0" SourceColumn="width" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@height" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="height" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@layerCount" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="layerCount" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@dimType" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="dimType" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@packingno" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="packingno" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@status" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="status" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@lastupdate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@lastupdatedby" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@Original_lineNum" Precision="0" ProviderType="BigInt" Scale="0" Size="0" SourceColumn="lineNum" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_modelno" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="modelno" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_modelno" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="modelno" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_length" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="length" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Single" Direction="Input" ParameterName="@Original_length" Precision="0" ProviderType="Real" Scale="0" Size="0" SourceColumn="length" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_width" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="width" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Single" Direction="Input" ParameterName="@Original_width" Precision="0" ProviderType="Real" Scale="0" Size="0" SourceColumn="width" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_height" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="height" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_height" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="height" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_layerCount" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="layerCount" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_layerCount" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="layerCount" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_dimType" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="dimType" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_dimType" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="dimType" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_packingno" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="packingno" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_packingno" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="packingno" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_status" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="status" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_status" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="status" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_lastupdate" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_lastupdate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_lastupdatedby" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_lastupdatedby" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="lineNum" ColumnName="lineNum" DataSourceName="Epson.dbo.modelDimHist" DataTypeServer="bigint" DbType="Int64" Direction="Input" ParameterName="@lineNum" Precision="0" ProviderType="BigInt" Scale="0" Size="8" SourceColumn="lineNum" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</UpdateCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="lineNum" DataSetColumn="lineNum" />
|
|
<Mapping SourceColumn="modelno" DataSetColumn="modelno" />
|
|
<Mapping SourceColumn="length" DataSetColumn="length" />
|
|
<Mapping SourceColumn="width" DataSetColumn="width" />
|
|
<Mapping SourceColumn="height" DataSetColumn="height" />
|
|
<Mapping SourceColumn="layerCount" DataSetColumn="layerCount" />
|
|
<Mapping SourceColumn="dimType" DataSetColumn="dimType" />
|
|
<Mapping SourceColumn="packingno" DataSetColumn="packingno" />
|
|
<Mapping SourceColumn="status" DataSetColumn="status" />
|
|
<Mapping SourceColumn="lastupdate" DataSetColumn="lastupdate" />
|
|
<Mapping SourceColumn="lastupdatedby" DataSetColumn="lastupdatedby" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="modelFamilyTableAdapter" GeneratorDataComponentClassName="modelFamilyTableAdapter" Name="modelFamily" UserDataComponentName="modelFamilyTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="EpsonConnectionString (MySettings)" DbObjectName="Epson.dbo.modelFamily" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
|
<DeleteCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>DELETE FROM [dbo].[modelFamily] WHERE (([modelFamily] = @Original_modelFamily) AND ((@IsNull_description = 1 AND [description] IS NULL) OR ([description] = @Original_description)) AND ((@IsNull_active = 1 AND [active] IS NULL) OR ([active] = @Original_active)) AND ((@IsNull_lastupdate = 1 AND [lastupdate] IS NULL) OR ([lastupdate] = @Original_lastupdate)) AND ((@IsNull_lastupdatedby = 1 AND [lastupdatedby] IS NULL) OR ([lastupdatedby] = @Original_lastupdatedby)))</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_modelFamily" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="modelFamily" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_description" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="description" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_description" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="description" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_active" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="active" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_active" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="active" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_lastupdate" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_lastupdate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_lastupdatedby" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_lastupdatedby" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</DeleteCommand>
|
|
<InsertCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>INSERT INTO [dbo].[modelFamily] ([modelFamily], [description], [active], [lastupdate], [lastupdatedby]) VALUES (@modelFamily, @description, @active, @lastupdate, @lastupdatedby);
|
|
SELECT modelFamily, description, active, lastupdate, lastupdatedby FROM modelFamily WHERE (modelFamily = @modelFamily)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@modelFamily" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="modelFamily" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@description" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="description" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@active" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="active" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@lastupdate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@lastupdatedby" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</InsertCommand>
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT modelFamily, description, active, lastupdate, lastupdatedby FROM dbo.modelFamily</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
<UpdateCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>UPDATE [dbo].[modelFamily] SET [modelFamily] = @modelFamily, [description] = @description, [active] = @active, [lastupdate] = @lastupdate, [lastupdatedby] = @lastupdatedby WHERE (([modelFamily] = @Original_modelFamily) AND ((@IsNull_description = 1 AND [description] IS NULL) OR ([description] = @Original_description)) AND ((@IsNull_active = 1 AND [active] IS NULL) OR ([active] = @Original_active)) AND ((@IsNull_lastupdate = 1 AND [lastupdate] IS NULL) OR ([lastupdate] = @Original_lastupdate)) AND ((@IsNull_lastupdatedby = 1 AND [lastupdatedby] IS NULL) OR ([lastupdatedby] = @Original_lastupdatedby)));
|
|
SELECT modelFamily, description, active, lastupdate, lastupdatedby FROM modelFamily WHERE (modelFamily = @modelFamily)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@modelFamily" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="modelFamily" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@description" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="description" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@active" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="active" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@lastupdate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@lastupdatedby" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_modelFamily" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="modelFamily" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_description" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="description" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_description" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="description" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_active" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="active" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_active" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="active" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_lastupdate" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_lastupdate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_lastupdatedby" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_lastupdatedby" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</UpdateCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="modelFamily" DataSetColumn="modelFamily" />
|
|
<Mapping SourceColumn="description" DataSetColumn="description" />
|
|
<Mapping SourceColumn="active" DataSetColumn="active" />
|
|
<Mapping SourceColumn="lastupdate" DataSetColumn="lastupdate" />
|
|
<Mapping SourceColumn="lastupdatedby" DataSetColumn="lastupdatedby" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="modelFamilyHistTableAdapter" GeneratorDataComponentClassName="modelFamilyHistTableAdapter" Name="modelFamilyHist" UserDataComponentName="modelFamilyHistTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="EpsonConnectionString (MySettings)" DbObjectName="Epson.dbo.modelFamilyHist" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
|
<DeleteCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>DELETE FROM [dbo].[modelFamilyHist] WHERE (([lineNum] = @Original_lineNum) AND ((@IsNull_modelFamily = 1 AND [modelFamily] IS NULL) OR ([modelFamily] = @Original_modelFamily)) AND ((@IsNull_description = 1 AND [description] IS NULL) OR ([description] = @Original_description)) AND ((@IsNull_active = 1 AND [active] IS NULL) OR ([active] = @Original_active)) AND ((@IsNull_status = 1 AND [status] IS NULL) OR ([status] = @Original_status)) AND ((@IsNull_lastupdate = 1 AND [lastupdate] IS NULL) OR ([lastupdate] = @Original_lastupdate)) AND ((@IsNull_lastupdatedby = 1 AND [lastupdatedby] IS NULL) OR ([lastupdatedby] = @Original_lastupdatedby)))</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@Original_lineNum" Precision="0" ProviderType="BigInt" Scale="0" Size="0" SourceColumn="lineNum" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_modelFamily" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="modelFamily" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_modelFamily" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="modelFamily" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_description" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="description" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_description" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="description" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_active" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="active" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_active" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="active" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_status" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="status" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_status" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="status" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_lastupdate" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_lastupdate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_lastupdatedby" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_lastupdatedby" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</DeleteCommand>
|
|
<InsertCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>INSERT INTO [dbo].[modelFamilyHist] ([modelFamily], [description], [active], [status], [lastupdate], [lastupdatedby]) VALUES (@modelFamily, @description, @active, @status, @lastupdate, @lastupdatedby);
|
|
SELECT lineNum, modelFamily, description, active, status, lastupdate, lastupdatedby FROM modelFamilyHist WHERE (lineNum = SCOPE_IDENTITY())</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@modelFamily" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="modelFamily" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@description" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="description" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@active" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="active" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@status" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="status" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@lastupdate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@lastupdatedby" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</InsertCommand>
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT lineNum, modelFamily, description, active, status, lastupdate, lastupdatedby FROM dbo.modelFamilyHist</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
<UpdateCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>UPDATE [dbo].[modelFamilyHist] SET [modelFamily] = @modelFamily, [description] = @description, [active] = @active, [status] = @status, [lastupdate] = @lastupdate, [lastupdatedby] = @lastupdatedby WHERE (([lineNum] = @Original_lineNum) AND ((@IsNull_modelFamily = 1 AND [modelFamily] IS NULL) OR ([modelFamily] = @Original_modelFamily)) AND ((@IsNull_description = 1 AND [description] IS NULL) OR ([description] = @Original_description)) AND ((@IsNull_active = 1 AND [active] IS NULL) OR ([active] = @Original_active)) AND ((@IsNull_status = 1 AND [status] IS NULL) OR ([status] = @Original_status)) AND ((@IsNull_lastupdate = 1 AND [lastupdate] IS NULL) OR ([lastupdate] = @Original_lastupdate)) AND ((@IsNull_lastupdatedby = 1 AND [lastupdatedby] IS NULL) OR ([lastupdatedby] = @Original_lastupdatedby)));
|
|
SELECT lineNum, modelFamily, description, active, status, lastupdate, lastupdatedby FROM modelFamilyHist WHERE (lineNum = @lineNum)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@modelFamily" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="modelFamily" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@description" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="description" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@active" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="active" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@status" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="status" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@lastupdate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@lastupdatedby" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@Original_lineNum" Precision="0" ProviderType="BigInt" Scale="0" Size="0" SourceColumn="lineNum" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_modelFamily" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="modelFamily" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_modelFamily" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="modelFamily" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_description" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="description" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_description" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="description" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_active" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="active" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_active" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="active" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_status" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="status" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_status" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="status" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_lastupdate" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_lastupdate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_lastupdatedby" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_lastupdatedby" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="lineNum" ColumnName="lineNum" DataSourceName="Epson.dbo.modelFamilyHist" DataTypeServer="bigint" DbType="Int64" Direction="Input" ParameterName="@lineNum" Precision="0" ProviderType="BigInt" Scale="0" Size="8" SourceColumn="lineNum" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</UpdateCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="lineNum" DataSetColumn="lineNum" />
|
|
<Mapping SourceColumn="modelFamily" DataSetColumn="modelFamily" />
|
|
<Mapping SourceColumn="description" DataSetColumn="description" />
|
|
<Mapping SourceColumn="active" DataSetColumn="active" />
|
|
<Mapping SourceColumn="status" DataSetColumn="status" />
|
|
<Mapping SourceColumn="lastupdate" DataSetColumn="lastupdate" />
|
|
<Mapping SourceColumn="lastupdatedby" DataSetColumn="lastupdatedby" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="modelHierarchyTableAdapter" GeneratorDataComponentClassName="modelHierarchyTableAdapter" Name="modelHierarchy" UserDataComponentName="modelHierarchyTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="EpsonConnectionString (MySettings)" DbObjectName="Epson.dbo.modelHierarchy" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
|
<InsertCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>INSERT INTO [dbo].[modelHierarchy] ([modelno], [descendant], [mlevel], [carrySerial], [active], [lastupdate], [lastupdatedby]) VALUES (@modelno, @descendant, @mlevel, @carrySerial, @active, @lastupdate, @lastupdatedby)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@modelno" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="modelno" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@descendant" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="descendant" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@mlevel" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="mlevel" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@carrySerial" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="carrySerial" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@active" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="active" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@lastupdate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@lastupdatedby" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</InsertCommand>
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT modelno, descendant, mlevel, carrySerial, active, lastupdate, lastupdatedby FROM dbo.modelHierarchy</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="modelno" DataSetColumn="modelno" />
|
|
<Mapping SourceColumn="descendant" DataSetColumn="descendant" />
|
|
<Mapping SourceColumn="mlevel" DataSetColumn="mlevel" />
|
|
<Mapping SourceColumn="carrySerial" DataSetColumn="carrySerial" />
|
|
<Mapping SourceColumn="active" DataSetColumn="active" />
|
|
<Mapping SourceColumn="lastupdate" DataSetColumn="lastupdate" />
|
|
<Mapping SourceColumn="lastupdatedby" DataSetColumn="lastupdatedby" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="modelHierarchyHistTableAdapter" GeneratorDataComponentClassName="modelHierarchyHistTableAdapter" Name="modelHierarchyHist" UserDataComponentName="modelHierarchyHistTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="EpsonConnectionString (MySettings)" DbObjectName="Epson.dbo.modelHierarchyHist" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
|
<DeleteCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>DELETE FROM [dbo].[modelHierarchyHist] WHERE (([lineNum] = @Original_lineNum) AND ((@IsNull_modelno = 1 AND [modelno] IS NULL) OR ([modelno] = @Original_modelno)) AND ((@IsNull_descendant = 1 AND [descendant] IS NULL) OR ([descendant] = @Original_descendant)) AND ((@IsNull_mlevel = 1 AND [mlevel] IS NULL) OR ([mlevel] = @Original_mlevel)) AND ((@IsNull_carrySerial = 1 AND [carrySerial] IS NULL) OR ([carrySerial] = @Original_carrySerial)) AND ((@IsNull_active = 1 AND [active] IS NULL) OR ([active] = @Original_active)) AND ((@IsNull_status = 1 AND [status] IS NULL) OR ([status] = @Original_status)) AND ((@IsNull_lastupdate = 1 AND [lastupdate] IS NULL) OR ([lastupdate] = @Original_lastupdate)) AND ((@IsNull_lastupdatedby = 1 AND [lastupdatedby] IS NULL) OR ([lastupdatedby] = @Original_lastupdatedby)))</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@Original_lineNum" Precision="0" ProviderType="BigInt" Scale="0" Size="0" SourceColumn="lineNum" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_modelno" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="modelno" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_modelno" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="modelno" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_descendant" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="descendant" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_descendant" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="descendant" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_mlevel" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="mlevel" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_mlevel" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="mlevel" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_carrySerial" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="carrySerial" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_carrySerial" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="carrySerial" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_active" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="active" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_active" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="active" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_status" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="status" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_status" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="status" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_lastupdate" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_lastupdate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_lastupdatedby" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_lastupdatedby" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</DeleteCommand>
|
|
<InsertCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>INSERT INTO [dbo].[modelHierarchyHist] ([modelno], [descendant], [mlevel], [carrySerial], [active], [status], [lastupdate], [lastupdatedby]) VALUES (@modelno, @descendant, @mlevel, @carrySerial, @active, @status, @lastupdate, @lastupdatedby);
|
|
SELECT lineNum, modelno, descendant, mlevel, carrySerial, active, status, lastupdate, lastupdatedby FROM modelHierarchyHist WHERE (lineNum = SCOPE_IDENTITY())</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@modelno" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="modelno" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@descendant" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="descendant" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@mlevel" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="mlevel" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@carrySerial" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="carrySerial" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@active" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="active" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@status" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="status" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@lastupdate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@lastupdatedby" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</InsertCommand>
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT lineNum, modelno, descendant, mlevel, carrySerial, active, status, lastupdate, lastupdatedby FROM dbo.modelHierarchyHist</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
<UpdateCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>UPDATE [dbo].[modelHierarchyHist] SET [modelno] = @modelno, [descendant] = @descendant, [mlevel] = @mlevel, [carrySerial] = @carrySerial, [active] = @active, [status] = @status, [lastupdate] = @lastupdate, [lastupdatedby] = @lastupdatedby WHERE (([lineNum] = @Original_lineNum) AND ((@IsNull_modelno = 1 AND [modelno] IS NULL) OR ([modelno] = @Original_modelno)) AND ((@IsNull_descendant = 1 AND [descendant] IS NULL) OR ([descendant] = @Original_descendant)) AND ((@IsNull_mlevel = 1 AND [mlevel] IS NULL) OR ([mlevel] = @Original_mlevel)) AND ((@IsNull_carrySerial = 1 AND [carrySerial] IS NULL) OR ([carrySerial] = @Original_carrySerial)) AND ((@IsNull_active = 1 AND [active] IS NULL) OR ([active] = @Original_active)) AND ((@IsNull_status = 1 AND [status] IS NULL) OR ([status] = @Original_status)) AND ((@IsNull_lastupdate = 1 AND [lastupdate] IS NULL) OR ([lastupdate] = @Original_lastupdate)) AND ((@IsNull_lastupdatedby = 1 AND [lastupdatedby] IS NULL) OR ([lastupdatedby] = @Original_lastupdatedby)));
|
|
SELECT lineNum, modelno, descendant, mlevel, carrySerial, active, status, lastupdate, lastupdatedby FROM modelHierarchyHist WHERE (lineNum = @lineNum)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@modelno" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="modelno" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@descendant" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="descendant" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@mlevel" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="mlevel" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@carrySerial" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="carrySerial" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@active" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="active" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@status" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="status" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@lastupdate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@lastupdatedby" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@Original_lineNum" Precision="0" ProviderType="BigInt" Scale="0" Size="0" SourceColumn="lineNum" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_modelno" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="modelno" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_modelno" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="modelno" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_descendant" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="descendant" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_descendant" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="descendant" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_mlevel" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="mlevel" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_mlevel" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="mlevel" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_carrySerial" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="carrySerial" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_carrySerial" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="carrySerial" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_active" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="active" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_active" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="active" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_status" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="status" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_status" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="status" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_lastupdate" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_lastupdate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_lastupdatedby" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_lastupdatedby" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="lineNum" ColumnName="lineNum" DataSourceName="Epson.dbo.modelHierarchyHist" DataTypeServer="bigint" DbType="Int64" Direction="Input" ParameterName="@lineNum" Precision="0" ProviderType="BigInt" Scale="0" Size="8" SourceColumn="lineNum" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</UpdateCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="lineNum" DataSetColumn="lineNum" />
|
|
<Mapping SourceColumn="modelno" DataSetColumn="modelno" />
|
|
<Mapping SourceColumn="descendant" DataSetColumn="descendant" />
|
|
<Mapping SourceColumn="mlevel" DataSetColumn="mlevel" />
|
|
<Mapping SourceColumn="carrySerial" DataSetColumn="carrySerial" />
|
|
<Mapping SourceColumn="active" DataSetColumn="active" />
|
|
<Mapping SourceColumn="status" DataSetColumn="status" />
|
|
<Mapping SourceColumn="lastupdate" DataSetColumn="lastupdate" />
|
|
<Mapping SourceColumn="lastupdatedby" DataSetColumn="lastupdatedby" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="modelHistTableAdapter" GeneratorDataComponentClassName="modelHistTableAdapter" Name="modelHist" UserDataComponentName="modelHistTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="EpsonConnectionString (MySettings)" DbObjectName="Epson.dbo.modelHist" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
|
<DeleteCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>DELETE FROM [dbo].[modelHist] WHERE (([lineNum] = @Original_lineNum) AND ((@IsNull_modelno = 1 AND [modelno] IS NULL) OR ([modelno] = @Original_modelno)) AND ((@IsNull_modelDesc1 = 1 AND [modelDesc1] IS NULL) OR ([modelDesc1] = @Original_modelDesc1)) AND ((@IsNull_modelDesc2 = 1 AND [modelDesc2] IS NULL) OR ([modelDesc2] = @Original_modelDesc2)) AND ((@IsNull_modelFamily = 1 AND [modelFamily] IS NULL) OR ([modelFamily] = @Original_modelFamily)) AND ((@IsNull_modelType = 1 AND [modelType] IS NULL) OR ([modelType] = @Original_modelType)) AND ((@IsNull_minRev = 1 AND [minRev] IS NULL) OR ([minRev] = @Original_minRev)) AND ((@IsNull_latestRev = 1 AND [latestRev] IS NULL) OR ([latestRev] = @Original_latestRev)) AND ((@IsNull_itemWt = 1 AND [itemWt] IS NULL) OR ([itemWt] = @Original_itemWt)) AND ((@IsNull_batch = 1 AND [batch] IS NULL) OR ([batch] = @Original_batch)) AND ((@IsNull_active = 1 AND [active] IS NULL) OR ([active] = @Original_active)) AND ((@IsNull_status = 1 AND [status] IS NULL) OR ([status] = @Original_status)) AND ((@IsNull_lastupdate = 1 AND [lastupdate] IS NULL) OR ([lastupdate] = @Original_lastupdate)) AND ((@IsNull_lastupdatedby = 1 AND [lastupdatedby] IS NULL) OR ([lastupdatedby] = @Original_lastupdatedby)))</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@Original_lineNum" Precision="0" ProviderType="BigInt" Scale="0" Size="0" SourceColumn="lineNum" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_modelno" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="modelno" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_modelno" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="modelno" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_modelDesc1" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="modelDesc1" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_modelDesc1" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="modelDesc1" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_modelDesc2" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="modelDesc2" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_modelDesc2" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="modelDesc2" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_modelFamily" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="modelFamily" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_modelFamily" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="modelFamily" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_modelType" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="modelType" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_modelType" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="modelType" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_minRev" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="minRev" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_minRev" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="minRev" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_latestRev" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="latestRev" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_latestRev" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="latestRev" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_itemWt" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="itemWt" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Single" Direction="Input" ParameterName="@Original_itemWt" Precision="0" ProviderType="Real" Scale="0" Size="0" SourceColumn="itemWt" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_batch" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="batch" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_batch" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="batch" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_active" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="active" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_active" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="active" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_status" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="status" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_status" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="status" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_lastupdate" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_lastupdate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_lastupdatedby" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_lastupdatedby" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</DeleteCommand>
|
|
<InsertCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>INSERT INTO [dbo].[modelHist] ([modelno], [modelDesc1], [modelDesc2], [modelFamily], [modelType], [minRev], [latestRev], [itemWt], [batch], [active], [status], [lastupdate], [lastupdatedby]) VALUES (@modelno, @modelDesc1, @modelDesc2, @modelFamily, @modelType, @minRev, @latestRev, @itemWt, @batch, @active, @status, @lastupdate, @lastupdatedby);
|
|
SELECT lineNum, modelno, modelDesc1, modelDesc2, modelFamily, modelType, minRev, latestRev, itemWt, batch, active, status, lastupdate, lastupdatedby FROM modelHist WHERE (lineNum = SCOPE_IDENTITY())</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@modelno" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="modelno" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@modelDesc1" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="modelDesc1" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@modelDesc2" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="modelDesc2" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@modelFamily" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="modelFamily" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@modelType" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="modelType" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@minRev" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="minRev" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@latestRev" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="latestRev" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Single" Direction="Input" ParameterName="@itemWt" Precision="0" ProviderType="Real" Scale="0" Size="0" SourceColumn="itemWt" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@batch" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="batch" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@active" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="active" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@status" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="status" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@lastupdate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@lastupdatedby" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</InsertCommand>
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT lineNum, modelno, modelDesc1, modelDesc2, modelFamily, modelType, minRev, latestRev, itemWt, batch, active, status, lastupdate, lastupdatedby FROM dbo.modelHist</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
<UpdateCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>UPDATE [dbo].[modelHist] SET [modelno] = @modelno, [modelDesc1] = @modelDesc1, [modelDesc2] = @modelDesc2, [modelFamily] = @modelFamily, [modelType] = @modelType, [minRev] = @minRev, [latestRev] = @latestRev, [itemWt] = @itemWt, [batch] = @batch, [active] = @active, [status] = @status, [lastupdate] = @lastupdate, [lastupdatedby] = @lastupdatedby WHERE (([lineNum] = @Original_lineNum) AND ((@IsNull_modelno = 1 AND [modelno] IS NULL) OR ([modelno] = @Original_modelno)) AND ((@IsNull_modelDesc1 = 1 AND [modelDesc1] IS NULL) OR ([modelDesc1] = @Original_modelDesc1)) AND ((@IsNull_modelDesc2 = 1 AND [modelDesc2] IS NULL) OR ([modelDesc2] = @Original_modelDesc2)) AND ((@IsNull_modelFamily = 1 AND [modelFamily] IS NULL) OR ([modelFamily] = @Original_modelFamily)) AND ((@IsNull_modelType = 1 AND [modelType] IS NULL) OR ([modelType] = @Original_modelType)) AND ((@IsNull_minRev = 1 AND [minRev] IS NULL) OR ([minRev] = @Original_minRev)) AND ((@IsNull_latestRev = 1 AND [latestRev] IS NULL) OR ([latestRev] = @Original_latestRev)) AND ((@IsNull_itemWt = 1 AND [itemWt] IS NULL) OR ([itemWt] = @Original_itemWt)) AND ((@IsNull_batch = 1 AND [batch] IS NULL) OR ([batch] = @Original_batch)) AND ((@IsNull_active = 1 AND [active] IS NULL) OR ([active] = @Original_active)) AND ((@IsNull_status = 1 AND [status] IS NULL) OR ([status] = @Original_status)) AND ((@IsNull_lastupdate = 1 AND [lastupdate] IS NULL) OR ([lastupdate] = @Original_lastupdate)) AND ((@IsNull_lastupdatedby = 1 AND [lastupdatedby] IS NULL) OR ([lastupdatedby] = @Original_lastupdatedby)));
|
|
SELECT lineNum, modelno, modelDesc1, modelDesc2, modelFamily, modelType, minRev, latestRev, itemWt, batch, active, status, lastupdate, lastupdatedby FROM modelHist WHERE (lineNum = @lineNum)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@modelno" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="modelno" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@modelDesc1" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="modelDesc1" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@modelDesc2" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="modelDesc2" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@modelFamily" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="modelFamily" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@modelType" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="modelType" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@minRev" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="minRev" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@latestRev" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="latestRev" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Single" Direction="Input" ParameterName="@itemWt" Precision="0" ProviderType="Real" Scale="0" Size="0" SourceColumn="itemWt" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@batch" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="batch" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@active" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="active" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@status" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="status" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@lastupdate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@lastupdatedby" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@Original_lineNum" Precision="0" ProviderType="BigInt" Scale="0" Size="0" SourceColumn="lineNum" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_modelno" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="modelno" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_modelno" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="modelno" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_modelDesc1" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="modelDesc1" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_modelDesc1" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="modelDesc1" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_modelDesc2" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="modelDesc2" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_modelDesc2" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="modelDesc2" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_modelFamily" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="modelFamily" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_modelFamily" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="modelFamily" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_modelType" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="modelType" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_modelType" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="modelType" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_minRev" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="minRev" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_minRev" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="minRev" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_latestRev" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="latestRev" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_latestRev" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="latestRev" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_itemWt" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="itemWt" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Single" Direction="Input" ParameterName="@Original_itemWt" Precision="0" ProviderType="Real" Scale="0" Size="0" SourceColumn="itemWt" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_batch" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="batch" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_batch" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="batch" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_active" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="active" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_active" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="active" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_status" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="status" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_status" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="status" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_lastupdate" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_lastupdate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_lastupdatedby" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_lastupdatedby" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="lineNum" ColumnName="lineNum" DataSourceName="Epson.dbo.modelHist" DataTypeServer="bigint" DbType="Int64" Direction="Input" ParameterName="@lineNum" Precision="0" ProviderType="BigInt" Scale="0" Size="8" SourceColumn="lineNum" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</UpdateCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="lineNum" DataSetColumn="lineNum" />
|
|
<Mapping SourceColumn="modelno" DataSetColumn="modelno" />
|
|
<Mapping SourceColumn="modelDesc1" DataSetColumn="modelDesc1" />
|
|
<Mapping SourceColumn="modelDesc2" DataSetColumn="modelDesc2" />
|
|
<Mapping SourceColumn="modelFamily" DataSetColumn="modelFamily" />
|
|
<Mapping SourceColumn="modelType" DataSetColumn="modelType" />
|
|
<Mapping SourceColumn="minRev" DataSetColumn="minRev" />
|
|
<Mapping SourceColumn="latestRev" DataSetColumn="latestRev" />
|
|
<Mapping SourceColumn="itemWt" DataSetColumn="itemWt" />
|
|
<Mapping SourceColumn="batch" DataSetColumn="batch" />
|
|
<Mapping SourceColumn="active" DataSetColumn="active" />
|
|
<Mapping SourceColumn="status" DataSetColumn="status" />
|
|
<Mapping SourceColumn="lastupdate" DataSetColumn="lastupdate" />
|
|
<Mapping SourceColumn="lastupdatedby" DataSetColumn="lastupdatedby" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="modelRouteTableAdapter" GeneratorDataComponentClassName="modelRouteTableAdapter" Name="modelRoute" UserDataComponentName="modelRouteTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="EpsonConnectionString (MySettings)" DbObjectName="Epson.dbo.modelRoute" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
|
<DeleteCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>DELETE FROM [dbo].[modelRoute] WHERE (([modelno] = @Original_modelno) AND ((@IsNull_flowsequence = 1 AND [flowsequence] IS NULL) OR ([flowsequence] = @Original_flowsequence)) AND ([station] = @Original_station) AND ((@IsNull_skip = 1 AND [skip] IS NULL) OR ([skip] = @Original_skip)) AND ((@IsNull_active = 1 AND [active] IS NULL) OR ([active] = @Original_active)) AND ((@IsNull_lastStation = 1 AND [lastStation] IS NULL) OR ([lastStation] = @Original_lastStation)) AND ((@IsNull_lastupdate = 1 AND [lastupdate] IS NULL) OR ([lastupdate] = @Original_lastupdate)) AND ((@IsNull_lastupdatedby = 1 AND [lastupdatedby] IS NULL) OR ([lastupdatedby] = @Original_lastupdatedby)))</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_modelno" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="modelno" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_flowsequence" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="flowsequence" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_flowsequence" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="flowsequence" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_station" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="station" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_skip" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="skip" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_skip" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="skip" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_active" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="active" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_active" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="active" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_lastStation" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="lastStation" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_lastStation" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="lastStation" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_lastupdate" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_lastupdate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_lastupdatedby" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_lastupdatedby" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</DeleteCommand>
|
|
<InsertCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>INSERT INTO [dbo].[modelRoute] ([modelno], [flowsequence], [station], [skip], [active], [lastStation], [lastupdate], [lastupdatedby]) VALUES (@modelno, @flowsequence, @station, @skip, @active, @lastStation, @lastupdate, @lastupdatedby);
|
|
SELECT modelno, flowsequence, station, skip, active, lastStation, lastupdate, lastupdatedby FROM modelRoute WHERE (modelno = @modelno) AND (station = @station)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@modelno" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="modelno" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@flowsequence" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="flowsequence" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@station" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="station" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@skip" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="skip" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@active" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="active" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@lastStation" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="lastStation" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@lastupdate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@lastupdatedby" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</InsertCommand>
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT modelno, flowsequence, station, skip, active, lastStation, lastupdate, lastupdatedby FROM dbo.modelRoute</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
<UpdateCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>UPDATE [dbo].[modelRoute] SET [modelno] = @modelno, [flowsequence] = @flowsequence, [station] = @station, [skip] = @skip, [active] = @active, [lastStation] = @lastStation, [lastupdate] = @lastupdate, [lastupdatedby] = @lastupdatedby WHERE (([modelno] = @Original_modelno) AND ((@IsNull_flowsequence = 1 AND [flowsequence] IS NULL) OR ([flowsequence] = @Original_flowsequence)) AND ([station] = @Original_station) AND ((@IsNull_skip = 1 AND [skip] IS NULL) OR ([skip] = @Original_skip)) AND ((@IsNull_active = 1 AND [active] IS NULL) OR ([active] = @Original_active)) AND ((@IsNull_lastStation = 1 AND [lastStation] IS NULL) OR ([lastStation] = @Original_lastStation)) AND ((@IsNull_lastupdate = 1 AND [lastupdate] IS NULL) OR ([lastupdate] = @Original_lastupdate)) AND ((@IsNull_lastupdatedby = 1 AND [lastupdatedby] IS NULL) OR ([lastupdatedby] = @Original_lastupdatedby)));
|
|
SELECT modelno, flowsequence, station, skip, active, lastStation, lastupdate, lastupdatedby FROM modelRoute WHERE (modelno = @modelno) AND (station = @station)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@modelno" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="modelno" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@flowsequence" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="flowsequence" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@station" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="station" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@skip" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="skip" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@active" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="active" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@lastStation" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="lastStation" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@lastupdate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@lastupdatedby" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_modelno" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="modelno" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_flowsequence" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="flowsequence" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_flowsequence" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="flowsequence" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_station" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="station" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_skip" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="skip" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_skip" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="skip" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_active" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="active" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_active" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="active" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_lastStation" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="lastStation" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_lastStation" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="lastStation" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_lastupdate" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_lastupdate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_lastupdatedby" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_lastupdatedby" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</UpdateCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="modelno" DataSetColumn="modelno" />
|
|
<Mapping SourceColumn="flowsequence" DataSetColumn="flowsequence" />
|
|
<Mapping SourceColumn="station" DataSetColumn="station" />
|
|
<Mapping SourceColumn="skip" DataSetColumn="skip" />
|
|
<Mapping SourceColumn="active" DataSetColumn="active" />
|
|
<Mapping SourceColumn="lastStation" DataSetColumn="lastStation" />
|
|
<Mapping SourceColumn="lastupdate" DataSetColumn="lastupdate" />
|
|
<Mapping SourceColumn="lastupdatedby" DataSetColumn="lastupdatedby" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="modelRoute_backup_1TableAdapter" GeneratorDataComponentClassName="modelRoute_backup_1TableAdapter" Name="modelRoute_backup_1" UserDataComponentName="modelRoute_backup_1TableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="EpsonConnectionString (MySettings)" DbObjectName="Epson.dbo.modelRoute_backup_1" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
|
<InsertCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>INSERT INTO [dbo].[modelRoute_backup_1] ([modelno], [flowsequence], [station], [skip], [active], [lastStation], [lastupdate], [lastupdatedby]) VALUES (@modelno, @flowsequence, @station, @skip, @active, @lastStation, @lastupdate, @lastupdatedby)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@modelno" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="modelno" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@flowsequence" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="flowsequence" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@station" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="station" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@skip" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="skip" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@active" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="active" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@lastStation" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="lastStation" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@lastupdate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@lastupdatedby" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</InsertCommand>
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT modelno, flowsequence, station, skip, active, lastStation, lastupdate, lastupdatedby FROM dbo.modelRoute_backup_1</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="modelno" DataSetColumn="modelno" />
|
|
<Mapping SourceColumn="flowsequence" DataSetColumn="flowsequence" />
|
|
<Mapping SourceColumn="station" DataSetColumn="station" />
|
|
<Mapping SourceColumn="skip" DataSetColumn="skip" />
|
|
<Mapping SourceColumn="active" DataSetColumn="active" />
|
|
<Mapping SourceColumn="lastStation" DataSetColumn="lastStation" />
|
|
<Mapping SourceColumn="lastupdate" DataSetColumn="lastupdate" />
|
|
<Mapping SourceColumn="lastupdatedby" DataSetColumn="lastupdatedby" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="modelRouteHistTableAdapter" GeneratorDataComponentClassName="modelRouteHistTableAdapter" Name="modelRouteHist" UserDataComponentName="modelRouteHistTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="EpsonConnectionString (MySettings)" DbObjectName="Epson.dbo.modelRouteHist" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
|
<DeleteCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>DELETE FROM [dbo].[modelRouteHist] WHERE (([lineNum] = @Original_lineNum) AND ((@IsNull_modelno = 1 AND [modelno] IS NULL) OR ([modelno] = @Original_modelno)) AND ((@IsNull_flowsequence = 1 AND [flowsequence] IS NULL) OR ([flowsequence] = @Original_flowsequence)) AND ((@IsNull_station = 1 AND [station] IS NULL) OR ([station] = @Original_station)) AND ((@IsNull_skip = 1 AND [skip] IS NULL) OR ([skip] = @Original_skip)) AND ((@IsNull_active = 1 AND [active] IS NULL) OR ([active] = @Original_active)) AND ((@IsNull_lastStation = 1 AND [lastStation] IS NULL) OR ([lastStation] = @Original_lastStation)) AND ((@IsNull_status = 1 AND [status] IS NULL) OR ([status] = @Original_status)) AND ((@IsNull_lastupdate = 1 AND [lastupdate] IS NULL) OR ([lastupdate] = @Original_lastupdate)) AND ((@IsNull_lastupdatedby = 1 AND [lastupdatedby] IS NULL) OR ([lastupdatedby] = @Original_lastupdatedby)))</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@Original_lineNum" Precision="0" ProviderType="BigInt" Scale="0" Size="0" SourceColumn="lineNum" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_modelno" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="modelno" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_modelno" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="modelno" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_flowsequence" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="flowsequence" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_flowsequence" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="flowsequence" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_station" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="station" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_station" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="station" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_skip" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="skip" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_skip" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="skip" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_active" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="active" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_active" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="active" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_lastStation" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="lastStation" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_lastStation" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="lastStation" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_status" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="status" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_status" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="status" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_lastupdate" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_lastupdate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_lastupdatedby" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_lastupdatedby" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</DeleteCommand>
|
|
<InsertCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>INSERT INTO [dbo].[modelRouteHist] ([modelno], [flowsequence], [station], [skip], [active], [lastStation], [status], [lastupdate], [lastupdatedby]) VALUES (@modelno, @flowsequence, @station, @skip, @active, @lastStation, @status, @lastupdate, @lastupdatedby);
|
|
SELECT lineNum, modelno, flowsequence, station, skip, active, lastStation, status, lastupdate, lastupdatedby FROM modelRouteHist WHERE (lineNum = SCOPE_IDENTITY())</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@modelno" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="modelno" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@flowsequence" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="flowsequence" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@station" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="station" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@skip" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="skip" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@active" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="active" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@lastStation" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="lastStation" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@status" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="status" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@lastupdate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@lastupdatedby" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</InsertCommand>
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT lineNum, modelno, flowsequence, station, skip, active, lastStation, status, lastupdate, lastupdatedby FROM dbo.modelRouteHist</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
<UpdateCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>UPDATE [dbo].[modelRouteHist] SET [modelno] = @modelno, [flowsequence] = @flowsequence, [station] = @station, [skip] = @skip, [active] = @active, [lastStation] = @lastStation, [status] = @status, [lastupdate] = @lastupdate, [lastupdatedby] = @lastupdatedby WHERE (([lineNum] = @Original_lineNum) AND ((@IsNull_modelno = 1 AND [modelno] IS NULL) OR ([modelno] = @Original_modelno)) AND ((@IsNull_flowsequence = 1 AND [flowsequence] IS NULL) OR ([flowsequence] = @Original_flowsequence)) AND ((@IsNull_station = 1 AND [station] IS NULL) OR ([station] = @Original_station)) AND ((@IsNull_skip = 1 AND [skip] IS NULL) OR ([skip] = @Original_skip)) AND ((@IsNull_active = 1 AND [active] IS NULL) OR ([active] = @Original_active)) AND ((@IsNull_lastStation = 1 AND [lastStation] IS NULL) OR ([lastStation] = @Original_lastStation)) AND ((@IsNull_status = 1 AND [status] IS NULL) OR ([status] = @Original_status)) AND ((@IsNull_lastupdate = 1 AND [lastupdate] IS NULL) OR ([lastupdate] = @Original_lastupdate)) AND ((@IsNull_lastupdatedby = 1 AND [lastupdatedby] IS NULL) OR ([lastupdatedby] = @Original_lastupdatedby)));
|
|
SELECT lineNum, modelno, flowsequence, station, skip, active, lastStation, status, lastupdate, lastupdatedby FROM modelRouteHist WHERE (lineNum = @lineNum)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@modelno" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="modelno" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@flowsequence" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="flowsequence" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@station" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="station" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@skip" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="skip" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@active" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="active" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@lastStation" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="lastStation" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@status" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="status" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@lastupdate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@lastupdatedby" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@Original_lineNum" Precision="0" ProviderType="BigInt" Scale="0" Size="0" SourceColumn="lineNum" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_modelno" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="modelno" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_modelno" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="modelno" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_flowsequence" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="flowsequence" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_flowsequence" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="flowsequence" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_station" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="station" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_station" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="station" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_skip" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="skip" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_skip" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="skip" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_active" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="active" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_active" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="active" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_lastStation" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="lastStation" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_lastStation" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="lastStation" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_status" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="status" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_status" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="status" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_lastupdate" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_lastupdate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_lastupdatedby" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_lastupdatedby" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="lineNum" ColumnName="lineNum" DataSourceName="Epson.dbo.modelRouteHist" DataTypeServer="bigint" DbType="Int64" Direction="Input" ParameterName="@lineNum" Precision="0" ProviderType="BigInt" Scale="0" Size="8" SourceColumn="lineNum" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</UpdateCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="lineNum" DataSetColumn="lineNum" />
|
|
<Mapping SourceColumn="modelno" DataSetColumn="modelno" />
|
|
<Mapping SourceColumn="flowsequence" DataSetColumn="flowsequence" />
|
|
<Mapping SourceColumn="station" DataSetColumn="station" />
|
|
<Mapping SourceColumn="skip" DataSetColumn="skip" />
|
|
<Mapping SourceColumn="active" DataSetColumn="active" />
|
|
<Mapping SourceColumn="lastStation" DataSetColumn="lastStation" />
|
|
<Mapping SourceColumn="status" DataSetColumn="status" />
|
|
<Mapping SourceColumn="lastupdate" DataSetColumn="lastupdate" />
|
|
<Mapping SourceColumn="lastupdatedby" DataSetColumn="lastupdatedby" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="modelTempTableAdapter" GeneratorDataComponentClassName="modelTempTableAdapter" Name="modelTemp" UserDataComponentName="modelTempTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="EpsonConnectionString (MySettings)" DbObjectName="Epson.dbo.modelTemp" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
|
<InsertCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>INSERT INTO [dbo].[modelTemp] ([modelno], [modelDesc1], [modelDesc2], [modelFamily], [modelType], [minRev], [latestRev], [batch], [active], [lastupdate], [lastupdatedby]) VALUES (@modelno, @modelDesc1, @modelDesc2, @modelFamily, @modelType, @minRev, @latestRev, @batch, @active, @lastupdate, @lastupdatedby)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@modelno" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="modelno" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@modelDesc1" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="modelDesc1" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@modelDesc2" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="modelDesc2" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@modelFamily" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="modelFamily" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@modelType" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="modelType" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@minRev" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="minRev" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@latestRev" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="latestRev" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@batch" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="batch" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@active" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="active" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@lastupdate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@lastupdatedby" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</InsertCommand>
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT modelno, modelDesc1, modelDesc2, modelFamily, modelType, minRev, latestRev, batch, active, lastupdate, lastupdatedby FROM dbo.modelTemp</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="modelno" DataSetColumn="modelno" />
|
|
<Mapping SourceColumn="modelDesc1" DataSetColumn="modelDesc1" />
|
|
<Mapping SourceColumn="modelDesc2" DataSetColumn="modelDesc2" />
|
|
<Mapping SourceColumn="modelFamily" DataSetColumn="modelFamily" />
|
|
<Mapping SourceColumn="modelType" DataSetColumn="modelType" />
|
|
<Mapping SourceColumn="minRev" DataSetColumn="minRev" />
|
|
<Mapping SourceColumn="latestRev" DataSetColumn="latestRev" />
|
|
<Mapping SourceColumn="batch" DataSetColumn="batch" />
|
|
<Mapping SourceColumn="active" DataSetColumn="active" />
|
|
<Mapping SourceColumn="lastupdate" DataSetColumn="lastupdate" />
|
|
<Mapping SourceColumn="lastupdatedby" DataSetColumn="lastupdatedby" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="modelTypeTableAdapter" GeneratorDataComponentClassName="modelTypeTableAdapter" Name="modelType" UserDataComponentName="modelTypeTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="EpsonConnectionString (MySettings)" DbObjectName="Epson.dbo.modelType" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
|
<DeleteCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>DELETE FROM [dbo].[modelType] WHERE (([modelType] = @Original_modelType) AND ((@IsNull_description = 1 AND [description] IS NULL) OR ([description] = @Original_description)) AND ((@IsNull_active = 1 AND [active] IS NULL) OR ([active] = @Original_active)) AND ((@IsNull_lastupdate = 1 AND [lastupdate] IS NULL) OR ([lastupdate] = @Original_lastupdate)) AND ((@IsNull_lastupdatedby = 1 AND [lastupdatedby] IS NULL) OR ([lastupdatedby] = @Original_lastupdatedby)))</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_modelType" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="modelType" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_description" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="description" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_description" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="description" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_active" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="active" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_active" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="active" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_lastupdate" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_lastupdate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_lastupdatedby" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_lastupdatedby" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</DeleteCommand>
|
|
<InsertCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>INSERT INTO [dbo].[modelType] ([modelType], [description], [active], [lastupdate], [lastupdatedby]) VALUES (@modelType, @description, @active, @lastupdate, @lastupdatedby);
|
|
SELECT modelType, description, active, lastupdate, lastupdatedby FROM modelType WHERE (modelType = @modelType)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@modelType" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="modelType" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@description" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="description" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@active" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="active" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@lastupdate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@lastupdatedby" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</InsertCommand>
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT modelType, description, active, lastupdate, lastupdatedby FROM dbo.modelType</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
<UpdateCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>UPDATE [dbo].[modelType] SET [modelType] = @modelType, [description] = @description, [active] = @active, [lastupdate] = @lastupdate, [lastupdatedby] = @lastupdatedby WHERE (([modelType] = @Original_modelType) AND ((@IsNull_description = 1 AND [description] IS NULL) OR ([description] = @Original_description)) AND ((@IsNull_active = 1 AND [active] IS NULL) OR ([active] = @Original_active)) AND ((@IsNull_lastupdate = 1 AND [lastupdate] IS NULL) OR ([lastupdate] = @Original_lastupdate)) AND ((@IsNull_lastupdatedby = 1 AND [lastupdatedby] IS NULL) OR ([lastupdatedby] = @Original_lastupdatedby)));
|
|
SELECT modelType, description, active, lastupdate, lastupdatedby FROM modelType WHERE (modelType = @modelType)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@modelType" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="modelType" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@description" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="description" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@active" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="active" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@lastupdate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@lastupdatedby" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_modelType" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="modelType" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_description" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="description" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_description" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="description" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_active" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="active" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_active" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="active" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_lastupdate" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_lastupdate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_lastupdatedby" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_lastupdatedby" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</UpdateCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="modelType" DataSetColumn="modelType" />
|
|
<Mapping SourceColumn="description" DataSetColumn="description" />
|
|
<Mapping SourceColumn="active" DataSetColumn="active" />
|
|
<Mapping SourceColumn="lastupdate" DataSetColumn="lastupdate" />
|
|
<Mapping SourceColumn="lastupdatedby" DataSetColumn="lastupdatedby" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="modelTypeHistTableAdapter" GeneratorDataComponentClassName="modelTypeHistTableAdapter" Name="modelTypeHist" UserDataComponentName="modelTypeHistTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="EpsonConnectionString (MySettings)" DbObjectName="Epson.dbo.modelTypeHist" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
|
<DeleteCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>DELETE FROM [dbo].[modelTypeHist] WHERE (([lineNum] = @Original_lineNum) AND ((@IsNull_modelType = 1 AND [modelType] IS NULL) OR ([modelType] = @Original_modelType)) AND ((@IsNull_description = 1 AND [description] IS NULL) OR ([description] = @Original_description)) AND ((@IsNull_active = 1 AND [active] IS NULL) OR ([active] = @Original_active)) AND ((@IsNull_status = 1 AND [status] IS NULL) OR ([status] = @Original_status)) AND ((@IsNull_lastupdate = 1 AND [lastupdate] IS NULL) OR ([lastupdate] = @Original_lastupdate)) AND ((@IsNull_lastupdatedby = 1 AND [lastupdatedby] IS NULL) OR ([lastupdatedby] = @Original_lastupdatedby)))</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@Original_lineNum" Precision="0" ProviderType="BigInt" Scale="0" Size="0" SourceColumn="lineNum" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_modelType" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="modelType" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_modelType" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="modelType" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_description" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="description" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_description" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="description" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_active" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="active" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_active" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="active" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_status" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="status" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_status" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="status" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_lastupdate" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_lastupdate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_lastupdatedby" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_lastupdatedby" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</DeleteCommand>
|
|
<InsertCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>INSERT INTO [dbo].[modelTypeHist] ([modelType], [description], [active], [status], [lastupdate], [lastupdatedby]) VALUES (@modelType, @description, @active, @status, @lastupdate, @lastupdatedby);
|
|
SELECT lineNum, modelType, description, active, status, lastupdate, lastupdatedby FROM modelTypeHist WHERE (lineNum = SCOPE_IDENTITY())</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@modelType" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="modelType" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@description" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="description" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@active" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="active" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@status" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="status" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@lastupdate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@lastupdatedby" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</InsertCommand>
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT lineNum, modelType, description, active, status, lastupdate, lastupdatedby FROM dbo.modelTypeHist</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
<UpdateCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>UPDATE [dbo].[modelTypeHist] SET [modelType] = @modelType, [description] = @description, [active] = @active, [status] = @status, [lastupdate] = @lastupdate, [lastupdatedby] = @lastupdatedby WHERE (([lineNum] = @Original_lineNum) AND ((@IsNull_modelType = 1 AND [modelType] IS NULL) OR ([modelType] = @Original_modelType)) AND ((@IsNull_description = 1 AND [description] IS NULL) OR ([description] = @Original_description)) AND ((@IsNull_active = 1 AND [active] IS NULL) OR ([active] = @Original_active)) AND ((@IsNull_status = 1 AND [status] IS NULL) OR ([status] = @Original_status)) AND ((@IsNull_lastupdate = 1 AND [lastupdate] IS NULL) OR ([lastupdate] = @Original_lastupdate)) AND ((@IsNull_lastupdatedby = 1 AND [lastupdatedby] IS NULL) OR ([lastupdatedby] = @Original_lastupdatedby)));
|
|
SELECT lineNum, modelType, description, active, status, lastupdate, lastupdatedby FROM modelTypeHist WHERE (lineNum = @lineNum)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@modelType" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="modelType" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@description" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="description" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@active" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="active" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@status" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="status" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@lastupdate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@lastupdatedby" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@Original_lineNum" Precision="0" ProviderType="BigInt" Scale="0" Size="0" SourceColumn="lineNum" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_modelType" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="modelType" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_modelType" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="modelType" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_description" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="description" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_description" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="description" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_active" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="active" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_active" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="active" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_status" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="status" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_status" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="status" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_lastupdate" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_lastupdate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_lastupdatedby" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_lastupdatedby" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="lineNum" ColumnName="lineNum" DataSourceName="Epson.dbo.modelTypeHist" DataTypeServer="bigint" DbType="Int64" Direction="Input" ParameterName="@lineNum" Precision="0" ProviderType="BigInt" Scale="0" Size="8" SourceColumn="lineNum" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</UpdateCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="lineNum" DataSetColumn="lineNum" />
|
|
<Mapping SourceColumn="modelType" DataSetColumn="modelType" />
|
|
<Mapping SourceColumn="description" DataSetColumn="description" />
|
|
<Mapping SourceColumn="active" DataSetColumn="active" />
|
|
<Mapping SourceColumn="status" DataSetColumn="status" />
|
|
<Mapping SourceColumn="lastupdate" DataSetColumn="lastupdate" />
|
|
<Mapping SourceColumn="lastupdatedby" DataSetColumn="lastupdatedby" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="Parts_ListTableAdapter" GeneratorDataComponentClassName="Parts_ListTableAdapter" Name="Parts_List" UserDataComponentName="Parts_ListTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="EpsonConnectionString (MySettings)" DbObjectName="Epson.dbo.Parts_List" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
|
<InsertCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>INSERT INTO [dbo].[Parts_List] ([Descriptions_Parameter_Desc], [Item_Code], [Item_Item_Desc]) VALUES (@Descriptions_Parameter_Desc, @Item_Code, @Item_Item_Desc)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Descriptions_Parameter_Desc" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Descriptions_Parameter_Desc" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Item_Code" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Item_Code" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Item_Item_Desc" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Item_Item_Desc" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</InsertCommand>
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT Descriptions_Parameter_Desc, Item_Code, Item_Item_Desc FROM dbo.Parts_List</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="Descriptions_Parameter_Desc" DataSetColumn="Descriptions_Parameter_Desc" />
|
|
<Mapping SourceColumn="Item_Code" DataSetColumn="Item_Code" />
|
|
<Mapping SourceColumn="Item_Item_Desc" DataSetColumn="Item_Item_Desc" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="partsCodeTableAdapter" GeneratorDataComponentClassName="partsCodeTableAdapter" Name="partsCode" UserDataComponentName="partsCodeTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="EpsonConnectionString (MySettings)" DbObjectName="Epson.dbo.partsCode" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
|
<DeleteCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>DELETE FROM [dbo].[partsCode] WHERE (([part_id] = @Original_part_id) AND ([standardpack] = @Original_standardpack) AND ((@IsNull_lastupdated = 1 AND [lastupdated] IS NULL) OR ([lastupdated] = @Original_lastupdated)))</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_part_id" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="part_id" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_standardpack" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="standardpack" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_lastupdated" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="lastupdated" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_lastupdated" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastupdated" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</DeleteCommand>
|
|
<InsertCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>INSERT INTO [dbo].[partsCode] ([partcode], [partname], [standardpack], [model], [additional], [factory], [lastupdated], [lastupdatedby]) VALUES (@partcode, @partname, @standardpack, @model, @additional, @factory, @lastupdated, @lastupdatedby);
|
|
SELECT part_id, partcode, partname, standardpack, model, additional, factory, lastupdated, lastupdatedby FROM partsCode WHERE (part_id = SCOPE_IDENTITY())</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@partcode" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="partcode" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@partname" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="partname" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@standardpack" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="standardpack" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@model" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="model" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@additional" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="additional" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@factory" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="factory" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@lastupdated" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastupdated" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@lastupdatedby" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</InsertCommand>
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT part_id, partcode, partname, standardpack, model, additional, factory, lastupdated, lastupdatedby FROM dbo.partsCode</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
<UpdateCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>UPDATE [dbo].[partsCode] SET [partcode] = @partcode, [partname] = @partname, [standardpack] = @standardpack, [model] = @model, [additional] = @additional, [factory] = @factory, [lastupdated] = @lastupdated, [lastupdatedby] = @lastupdatedby WHERE (([part_id] = @Original_part_id) AND ([standardpack] = @Original_standardpack) AND ((@IsNull_lastupdated = 1 AND [lastupdated] IS NULL) OR ([lastupdated] = @Original_lastupdated)));
|
|
SELECT part_id, partcode, partname, standardpack, model, additional, factory, lastupdated, lastupdatedby FROM partsCode WHERE (part_id = @part_id)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@partcode" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="partcode" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@partname" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="partname" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@standardpack" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="standardpack" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@model" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="model" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@additional" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="additional" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@factory" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="factory" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@lastupdated" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastupdated" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@lastupdatedby" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_part_id" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="part_id" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_standardpack" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="standardpack" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_lastupdated" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="lastupdated" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_lastupdated" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastupdated" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="part_id" ColumnName="part_id" DataSourceName="Epson.dbo.partsCode" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@part_id" Precision="0" ProviderType="Int" Scale="0" Size="4" SourceColumn="part_id" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</UpdateCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="part_id" DataSetColumn="part_id" />
|
|
<Mapping SourceColumn="partcode" DataSetColumn="partcode" />
|
|
<Mapping SourceColumn="partname" DataSetColumn="partname" />
|
|
<Mapping SourceColumn="standardpack" DataSetColumn="standardpack" />
|
|
<Mapping SourceColumn="model" DataSetColumn="model" />
|
|
<Mapping SourceColumn="additional" DataSetColumn="additional" />
|
|
<Mapping SourceColumn="factory" DataSetColumn="factory" />
|
|
<Mapping SourceColumn="lastupdated" DataSetColumn="lastupdated" />
|
|
<Mapping SourceColumn="lastupdatedby" DataSetColumn="lastupdatedby" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="PartsModelTableAdapter" GeneratorDataComponentClassName="PartsModelTableAdapter" Name="PartsModel" UserDataComponentName="PartsModelTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="EpsonConnectionString (MySettings)" DbObjectName="Epson.dbo.PartsModel" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
|
<DeleteCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>DELETE FROM [dbo].[PartsModel] WHERE (([ModelCode] = @Original_ModelCode) AND ([ControlID] = @Original_ControlID))</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_ModelCode" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="ModelCode" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_ControlID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="ControlID" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</DeleteCommand>
|
|
<InsertCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>INSERT INTO [dbo].[PartsModel] ([Account], [ModelCode], [Description]) VALUES (@Account, @ModelCode, @Description);
|
|
SELECT Account, ModelCode, Description, ControlID FROM PartsModel WHERE (ControlID = SCOPE_IDENTITY())</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Account" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="Account" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@ModelCode" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="ModelCode" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Description" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="Description" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</InsertCommand>
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT Account, ModelCode, Description, ControlID FROM dbo.PartsModel</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
<UpdateCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>UPDATE [dbo].[PartsModel] SET [Account] = @Account, [ModelCode] = @ModelCode, [Description] = @Description WHERE (([ModelCode] = @Original_ModelCode) AND ([ControlID] = @Original_ControlID));
|
|
SELECT Account, ModelCode, Description, ControlID FROM PartsModel WHERE (ControlID = @ControlID)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Account" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="Account" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@ModelCode" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="ModelCode" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Description" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="Description" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_ModelCode" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="ModelCode" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_ControlID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="ControlID" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="ControlID" ColumnName="ControlID" DataSourceName="Epson.dbo.PartsModel" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@ControlID" Precision="0" ProviderType="Int" Scale="0" Size="4" SourceColumn="ControlID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</UpdateCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="Account" DataSetColumn="Account" />
|
|
<Mapping SourceColumn="ModelCode" DataSetColumn="ModelCode" />
|
|
<Mapping SourceColumn="Description" DataSetColumn="Description" />
|
|
<Mapping SourceColumn="ControlID" DataSetColumn="ControlID" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="PartsPrepTableAdapter" GeneratorDataComponentClassName="PartsPrepTableAdapter" Name="PartsPrep" UserDataComponentName="PartsPrepTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="EpsonConnectionString (MySettings)" DbObjectName="Epson.dbo.PartsPrep" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
|
<DeleteCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>DELETE FROM [dbo].[PartsPrep] WHERE (([Control_ID] = @Original_Control_ID) AND ([Ionics_PN] = @Original_Ionics_PN) AND ([Epson_PN] = @Original_Epson_PN) AND ([Supplier_PN] = @Original_Supplier_PN) AND ([Rack] = @Original_Rack) AND ([Com_Type] = @Original_Com_Type))</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_Control_ID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Control_ID" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_Ionics_PN" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="Ionics_PN" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_Epson_PN" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="Epson_PN" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_Supplier_PN" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="Supplier_PN" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_Rack" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="Rack" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_Com_Type" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="Com_Type" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</DeleteCommand>
|
|
<InsertCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>INSERT INTO [dbo].[PartsPrep] ([Ionics_PN], [Epson_PN], [Supplier_PN], [Description], [Rack], [Com_Type], [ModelCode]) VALUES (@Ionics_PN, @Epson_PN, @Supplier_PN, @Description, @Rack, @Com_Type, @ModelCode);
|
|
SELECT Control_ID, Ionics_PN, Epson_PN, Supplier_PN, Description, Rack, Com_Type, ModelCode FROM PartsPrep WHERE (Control_ID = SCOPE_IDENTITY())</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Ionics_PN" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="Ionics_PN" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Epson_PN" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="Epson_PN" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Supplier_PN" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="Supplier_PN" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Description" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="Description" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Rack" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="Rack" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Com_Type" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="Com_Type" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@ModelCode" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="ModelCode" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</InsertCommand>
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT Control_ID, Ionics_PN, Epson_PN, Supplier_PN, Description, Rack, Com_Type, ModelCode FROM dbo.PartsPrep</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
<UpdateCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>UPDATE [dbo].[PartsPrep] SET [Ionics_PN] = @Ionics_PN, [Epson_PN] = @Epson_PN, [Supplier_PN] = @Supplier_PN, [Description] = @Description, [Rack] = @Rack, [Com_Type] = @Com_Type, [ModelCode] = @ModelCode WHERE (([Control_ID] = @Original_Control_ID) AND ([Ionics_PN] = @Original_Ionics_PN) AND ([Epson_PN] = @Original_Epson_PN) AND ([Supplier_PN] = @Original_Supplier_PN) AND ([Rack] = @Original_Rack) AND ([Com_Type] = @Original_Com_Type));
|
|
SELECT Control_ID, Ionics_PN, Epson_PN, Supplier_PN, Description, Rack, Com_Type, ModelCode FROM PartsPrep WHERE (Control_ID = @Control_ID)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Ionics_PN" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="Ionics_PN" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Epson_PN" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="Epson_PN" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Supplier_PN" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="Supplier_PN" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Description" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="Description" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Rack" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="Rack" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Com_Type" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="Com_Type" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@ModelCode" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="ModelCode" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_Control_ID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Control_ID" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_Ionics_PN" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="Ionics_PN" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_Epson_PN" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="Epson_PN" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_Supplier_PN" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="Supplier_PN" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_Rack" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="Rack" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_Com_Type" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="Com_Type" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="Control_ID" ColumnName="Control_ID" DataSourceName="Epson.dbo.PartsPrep" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@Control_ID" Precision="0" ProviderType="Int" Scale="0" Size="4" SourceColumn="Control_ID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</UpdateCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="Control_ID" DataSetColumn="Control_ID" />
|
|
<Mapping SourceColumn="Ionics_PN" DataSetColumn="Ionics_PN" />
|
|
<Mapping SourceColumn="Epson_PN" DataSetColumn="Epson_PN" />
|
|
<Mapping SourceColumn="Supplier_PN" DataSetColumn="Supplier_PN" />
|
|
<Mapping SourceColumn="Description" DataSetColumn="Description" />
|
|
<Mapping SourceColumn="Rack" DataSetColumn="Rack" />
|
|
<Mapping SourceColumn="Com_Type" DataSetColumn="Com_Type" />
|
|
<Mapping SourceColumn="ModelCode" DataSetColumn="ModelCode" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="PartsRecordsTableAdapter" GeneratorDataComponentClassName="PartsRecordsTableAdapter" Name="PartsRecords" UserDataComponentName="PartsRecordsTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="EpsonConnectionString (MySettings)" DbObjectName="Epson.dbo.PartsRecords" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
|
<InsertCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>INSERT INTO [dbo].[PartsRecords] ([SerialNum], [IonicsPN], [EpsonPN], [SupplierPN], [Description], [LotNO], [Rack], [Qty], [Status], [EOH], [SPQ], [MFGDate], [RCVDate], [PrintedDate], [PrintedBy], [Returned], [Remarks], [ModelCode]) VALUES (@SerialNum, @IonicsPN, @EpsonPN, @SupplierPN, @Description, @LotNO, @Rack, @Qty, @Status, @EOH, @SPQ, @MFGDate, @RCVDate, @PrintedDate, @PrintedBy, @Returned, @Remarks, @ModelCode)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@SerialNum" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="SerialNum" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@IonicsPN" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="IonicsPN" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@EpsonPN" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="EpsonPN" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@SupplierPN" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="SupplierPN" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Description" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="Description" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@LotNO" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="LotNO" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Rack" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="Rack" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Qty" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Qty" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Status" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="Status" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@EOH" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="EOH" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@SPQ" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="SPQ" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@MFGDate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="MFGDate" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@RCVDate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="RCVDate" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@PrintedDate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="PrintedDate" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@PrintedBy" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="PrintedBy" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Returned" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Returned" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Remarks" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="Remarks" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@ModelCode" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="ModelCode" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</InsertCommand>
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT SerialNum, IonicsPN, EpsonPN, SupplierPN, Description, LotNO, Rack, Qty, Status, EOH, SPQ, MFGDate, RCVDate, PrintedDate, PrintedBy, Returned, ControlID, Remarks, ModelCode FROM dbo.PartsRecords</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="SerialNum" DataSetColumn="SerialNum" />
|
|
<Mapping SourceColumn="IonicsPN" DataSetColumn="IonicsPN" />
|
|
<Mapping SourceColumn="EpsonPN" DataSetColumn="EpsonPN" />
|
|
<Mapping SourceColumn="SupplierPN" DataSetColumn="SupplierPN" />
|
|
<Mapping SourceColumn="Description" DataSetColumn="Description" />
|
|
<Mapping SourceColumn="LotNO" DataSetColumn="LotNO" />
|
|
<Mapping SourceColumn="Rack" DataSetColumn="Rack" />
|
|
<Mapping SourceColumn="Qty" DataSetColumn="Qty" />
|
|
<Mapping SourceColumn="Status" DataSetColumn="Status" />
|
|
<Mapping SourceColumn="EOH" DataSetColumn="EOH" />
|
|
<Mapping SourceColumn="SPQ" DataSetColumn="SPQ" />
|
|
<Mapping SourceColumn="MFGDate" DataSetColumn="MFGDate" />
|
|
<Mapping SourceColumn="RCVDate" DataSetColumn="RCVDate" />
|
|
<Mapping SourceColumn="PrintedDate" DataSetColumn="PrintedDate" />
|
|
<Mapping SourceColumn="PrintedBy" DataSetColumn="PrintedBy" />
|
|
<Mapping SourceColumn="Returned" DataSetColumn="Returned" />
|
|
<Mapping SourceColumn="ControlID" DataSetColumn="ControlID" />
|
|
<Mapping SourceColumn="Remarks" DataSetColumn="Remarks" />
|
|
<Mapping SourceColumn="ModelCode" DataSetColumn="ModelCode" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="partsStationTableAdapter" GeneratorDataComponentClassName="partsStationTableAdapter" Name="partsStation" UserDataComponentName="partsStationTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="EpsonConnectionString (MySettings)" DbObjectName="Epson.dbo.partsStation" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
|
<InsertCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>INSERT INTO [dbo].[partsStation] ([station_code], [supplier_id], [lastupdated], [lastupdatedby]) VALUES (@station_code, @supplier_id, @lastupdated, @lastupdatedby)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@station_code" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="station_code" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@supplier_id" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="supplier_id" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@lastupdated" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastupdated" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@lastupdatedby" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</InsertCommand>
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT station_id, station_code, supplier_id, lastupdated, lastupdatedby FROM dbo.partsStation</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="station_id" DataSetColumn="station_id" />
|
|
<Mapping SourceColumn="station_code" DataSetColumn="station_code" />
|
|
<Mapping SourceColumn="supplier_id" DataSetColumn="supplier_id" />
|
|
<Mapping SourceColumn="lastupdated" DataSetColumn="lastupdated" />
|
|
<Mapping SourceColumn="lastupdatedby" DataSetColumn="lastupdatedby" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="partsSupplierTableAdapter" GeneratorDataComponentClassName="partsSupplierTableAdapter" Name="partsSupplier" UserDataComponentName="partsSupplierTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="EpsonConnectionString (MySettings)" DbObjectName="Epson.dbo.partsSupplier" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
|
<InsertCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>INSERT INTO [dbo].[partsSupplier] ([supplier_name], [lastupdated], [lastupdatedby]) VALUES (@supplier_name, @lastupdated, @lastupdatedby)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@supplier_name" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="supplier_name" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@lastupdated" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastupdated" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@lastupdatedby" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</InsertCommand>
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT supplier_id, supplier_name, lastupdated, lastupdatedby FROM dbo.partsSupplier</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="supplier_id" DataSetColumn="supplier_id" />
|
|
<Mapping SourceColumn="supplier_name" DataSetColumn="supplier_name" />
|
|
<Mapping SourceColumn="lastupdated" DataSetColumn="lastupdated" />
|
|
<Mapping SourceColumn="lastupdatedby" DataSetColumn="lastupdatedby" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="po_detailTableAdapter" GeneratorDataComponentClassName="po_detailTableAdapter" Name="po_detail" UserDataComponentName="po_detailTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="EpsonConnectionString (MySettings)" DbObjectName="Epson.dbo.po_detail" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
|
<InsertCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>INSERT INTO [dbo].[po_detail] ([poNumber], [soNumber], [poDate], [poLine], [custPoLine], [soline], [alvsoline], [duedate], [custpartnumber], [parentpartnumber], [childpartnumber], [quantity], [custpart], [custpartno], [custpartdesc], [custgif], [targetDate], [flag2], [flag3], [remarks], [lineComments]) VALUES (@poNumber, @soNumber, @poDate, @poLine, @custPoLine, @soline, @alvsoline, @duedate, @custpartnumber, @parentpartnumber, @childpartnumber, @quantity, @custpart, @custpartno, @custpartdesc, @custgif, @targetDate, @flag2, @flag3, @remarks, @lineComments)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@poNumber" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="poNumber" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@soNumber" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="soNumber" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@poDate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="poDate" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@poLine" Precision="3" ProviderType="Decimal" Scale="0" Size="0" SourceColumn="poLine" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@custPoLine" Precision="3" ProviderType="Decimal" Scale="0" Size="0" SourceColumn="custPoLine" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@soline" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="soline" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@alvsoline" Precision="3" ProviderType="Decimal" Scale="0" Size="0" SourceColumn="alvsoline" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@duedate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="duedate" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@custpartnumber" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="custpartnumber" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@parentpartnumber" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="parentpartnumber" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@childpartnumber" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="childpartnumber" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@quantity" Precision="11" ProviderType="Decimal" Scale="3" Size="0" SourceColumn="quantity" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@custpart" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="custpart" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@custpartno" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="custpartno" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@custpartdesc" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="custpartdesc" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@custgif" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="custgif" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@targetDate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="targetDate" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@flag2" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="flag2" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@flag3" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="flag3" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@remarks" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="remarks" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@lineComments" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="lineComments" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</InsertCommand>
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT poNumber, soNumber, poDate, poLine, custPoLine, soline, alvsoline, duedate, custpartnumber, parentpartnumber, childpartnumber, quantity, custpart, custpartno, custpartdesc, custgif, targetDate, flag2, flag3, remarks, lineComments FROM dbo.po_detail</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="poNumber" DataSetColumn="poNumber" />
|
|
<Mapping SourceColumn="soNumber" DataSetColumn="soNumber" />
|
|
<Mapping SourceColumn="poDate" DataSetColumn="poDate" />
|
|
<Mapping SourceColumn="poLine" DataSetColumn="poLine" />
|
|
<Mapping SourceColumn="custPoLine" DataSetColumn="custPoLine" />
|
|
<Mapping SourceColumn="soline" DataSetColumn="soline" />
|
|
<Mapping SourceColumn="alvsoline" DataSetColumn="alvsoline" />
|
|
<Mapping SourceColumn="duedate" DataSetColumn="duedate" />
|
|
<Mapping SourceColumn="custpartnumber" DataSetColumn="custpartnumber" />
|
|
<Mapping SourceColumn="parentpartnumber" DataSetColumn="parentpartnumber" />
|
|
<Mapping SourceColumn="childpartnumber" DataSetColumn="childpartnumber" />
|
|
<Mapping SourceColumn="quantity" DataSetColumn="quantity" />
|
|
<Mapping SourceColumn="custpart" DataSetColumn="custpart" />
|
|
<Mapping SourceColumn="custpartno" DataSetColumn="custpartno" />
|
|
<Mapping SourceColumn="custpartdesc" DataSetColumn="custpartdesc" />
|
|
<Mapping SourceColumn="custgif" DataSetColumn="custgif" />
|
|
<Mapping SourceColumn="targetDate" DataSetColumn="targetDate" />
|
|
<Mapping SourceColumn="flag2" DataSetColumn="flag2" />
|
|
<Mapping SourceColumn="flag3" DataSetColumn="flag3" />
|
|
<Mapping SourceColumn="remarks" DataSetColumn="remarks" />
|
|
<Mapping SourceColumn="lineComments" DataSetColumn="lineComments" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="po_detail_backupTableAdapter" GeneratorDataComponentClassName="po_detail_backupTableAdapter" Name="po_detail_backup" UserDataComponentName="po_detail_backupTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="EpsonConnectionString (MySettings)" DbObjectName="Epson.dbo.po_detail_backup" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
|
<InsertCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>INSERT INTO [dbo].[po_detail_backup] ([Company], [CodeType], [TypHD], [ModeHD], [PONUmber], [SONumber], [PODate], [POLine], [CustPOLine], [SOLine], [DueDate], [CustPartNumber], [ParentPartNumber], [ChildPartNumber], [quantity], [ParentPrice], [s21Price], [UnitofMeasure], [TargetDate], [CustPart], [CustPartDesc], [CustGif], [Flag], [Flag1], [Flag2], [Flag3], [Remarks], [Field1], [Field2], [Field3], [LineComments], [DateCreated], [TimeCreated], [UserID], [DateLastChanged]) VALUES (@Company, @CodeType, @TypHD, @ModeHD, @PONUmber, @SONumber, @PODate, @POLine, @CustPOLine, @SOLine, @DueDate, @CustPartNumber, @ParentPartNumber, @ChildPartNumber, @quantity, @ParentPrice, @s21Price, @UnitofMeasure, @TargetDate, @CustPart, @CustPartDesc, @CustGif, @Flag, @Flag1, @Flag2, @Flag3, @Remarks, @Field1, @Field2, @Field3, @LineComments, @DateCreated, @TimeCreated, @UserID, @DateLastChanged)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Company" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Company" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@CodeType" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="CodeType" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@TypHD" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="TypHD" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@ModeHD" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="ModeHD" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@PONUmber" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="PONUmber" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@SONumber" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="SONumber" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@PODate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="PODate" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@POLine" Precision="3" ProviderType="Decimal" Scale="0" Size="0" SourceColumn="POLine" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@CustPOLine" Precision="3" ProviderType="Decimal" Scale="0" Size="0" SourceColumn="CustPOLine" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@SOLine" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="SOLine" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@DueDate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="DueDate" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@CustPartNumber" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="CustPartNumber" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@ParentPartNumber" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="ParentPartNumber" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@ChildPartNumber" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="ChildPartNumber" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@quantity" Precision="11" ProviderType="Decimal" Scale="3" Size="0" SourceColumn="quantity" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@ParentPrice" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="ParentPrice" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@s21Price" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="s21Price" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@UnitofMeasure" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="UnitofMeasure" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@TargetDate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="TargetDate" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@CustPart" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="CustPart" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@CustPartDesc" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="CustPartDesc" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@CustGif" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="CustGif" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Flag" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Flag" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Flag1" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Flag1" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Flag2" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Flag2" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Flag3" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Flag3" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Remarks" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Remarks" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Field1" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Field1" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Field2" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Field2" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Field3" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Field3" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@LineComments" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="LineComments" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@DateCreated" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="DateCreated" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@TimeCreated" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="TimeCreated" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@UserID" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="UserID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@DateLastChanged" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="DateLastChanged" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</InsertCommand>
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT Company, CodeType, TypHD, ModeHD, PONUmber, SONumber, PODate, POLine, CustPOLine, SOLine, DueDate, CustPartNumber, ParentPartNumber, ChildPartNumber, quantity, ParentPrice, s21Price, UnitofMeasure, TargetDate, CustPart, CustPartDesc, CustGif, Flag, Flag1, Flag2, Flag3, Remarks, Field1, Field2, Field3, LineComments, DateCreated, TimeCreated, UserID, DateLastChanged FROM dbo.po_detail_backup</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="Company" DataSetColumn="Company" />
|
|
<Mapping SourceColumn="CodeType" DataSetColumn="CodeType" />
|
|
<Mapping SourceColumn="TypHD" DataSetColumn="TypHD" />
|
|
<Mapping SourceColumn="ModeHD" DataSetColumn="ModeHD" />
|
|
<Mapping SourceColumn="PONUmber" DataSetColumn="PONUmber" />
|
|
<Mapping SourceColumn="SONumber" DataSetColumn="SONumber" />
|
|
<Mapping SourceColumn="PODate" DataSetColumn="PODate" />
|
|
<Mapping SourceColumn="POLine" DataSetColumn="POLine" />
|
|
<Mapping SourceColumn="CustPOLine" DataSetColumn="CustPOLine" />
|
|
<Mapping SourceColumn="SOLine" DataSetColumn="SOLine" />
|
|
<Mapping SourceColumn="DueDate" DataSetColumn="DueDate" />
|
|
<Mapping SourceColumn="CustPartNumber" DataSetColumn="CustPartNumber" />
|
|
<Mapping SourceColumn="ParentPartNumber" DataSetColumn="ParentPartNumber" />
|
|
<Mapping SourceColumn="ChildPartNumber" DataSetColumn="ChildPartNumber" />
|
|
<Mapping SourceColumn="quantity" DataSetColumn="quantity" />
|
|
<Mapping SourceColumn="ParentPrice" DataSetColumn="ParentPrice" />
|
|
<Mapping SourceColumn="s21Price" DataSetColumn="s21Price" />
|
|
<Mapping SourceColumn="UnitofMeasure" DataSetColumn="UnitofMeasure" />
|
|
<Mapping SourceColumn="TargetDate" DataSetColumn="TargetDate" />
|
|
<Mapping SourceColumn="CustPart" DataSetColumn="CustPart" />
|
|
<Mapping SourceColumn="CustPartDesc" DataSetColumn="CustPartDesc" />
|
|
<Mapping SourceColumn="CustGif" DataSetColumn="CustGif" />
|
|
<Mapping SourceColumn="Flag" DataSetColumn="Flag" />
|
|
<Mapping SourceColumn="Flag1" DataSetColumn="Flag1" />
|
|
<Mapping SourceColumn="Flag2" DataSetColumn="Flag2" />
|
|
<Mapping SourceColumn="Flag3" DataSetColumn="Flag3" />
|
|
<Mapping SourceColumn="Remarks" DataSetColumn="Remarks" />
|
|
<Mapping SourceColumn="Field1" DataSetColumn="Field1" />
|
|
<Mapping SourceColumn="Field2" DataSetColumn="Field2" />
|
|
<Mapping SourceColumn="Field3" DataSetColumn="Field3" />
|
|
<Mapping SourceColumn="LineComments" DataSetColumn="LineComments" />
|
|
<Mapping SourceColumn="DateCreated" DataSetColumn="DateCreated" />
|
|
<Mapping SourceColumn="TimeCreated" DataSetColumn="TimeCreated" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="DateLastChanged" DataSetColumn="DateLastChanged" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="po_detail_tempTableAdapter" GeneratorDataComponentClassName="po_detail_tempTableAdapter" Name="po_detail_temp" UserDataComponentName="po_detail_tempTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="EpsonConnectionString (MySettings)" DbObjectName="Epson.dbo.po_detail_temp" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
|
<InsertCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>INSERT INTO [dbo].[po_detail_temp] ([Company], [CodeType], [TypHD], [ModeHD], [PONumber], [SONumber], [PODate], [POLine], [CustPOLine], [SOLine], [AlvSOLine], [DueDate], [CustPartNumber], [ParentPartNumber], [ChildPartNumber], [quantity], [ParentPrice], [s21Price], [UnitofMeasure], [TargetDate], [CustPart], [CustPartNo], [CustPartDesc], [CustGif], [Flag], [Flag1], [Flag2], [Flag3], [Remarks], [Field1], [Field2], [Field3], [LineComments], [DateCreated], [TimeCreated], [UserID], [DateLastChanged]) VALUES (@Company, @CodeType, @TypHD, @ModeHD, @PONumber, @SONumber, @PODate, @POLine, @CustPOLine, @SOLine, @AlvSOLine, @DueDate, @CustPartNumber, @ParentPartNumber, @ChildPartNumber, @quantity, @ParentPrice, @s21Price, @UnitofMeasure, @TargetDate, @CustPart, @CustPartNo, @CustPartDesc, @CustGif, @Flag, @Flag1, @Flag2, @Flag3, @Remarks, @Field1, @Field2, @Field3, @LineComments, @DateCreated, @TimeCreated, @UserID, @DateLastChanged)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Company" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Company" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@CodeType" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="CodeType" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@TypHD" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="TypHD" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@ModeHD" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="ModeHD" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@PONumber" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="PONumber" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@SONumber" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="SONumber" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@PODate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="PODate" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@POLine" Precision="3" ProviderType="Decimal" Scale="0" Size="0" SourceColumn="POLine" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@CustPOLine" Precision="3" ProviderType="Decimal" Scale="0" Size="0" SourceColumn="CustPOLine" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@SOLine" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="SOLine" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@AlvSOLine" Precision="3" ProviderType="Decimal" Scale="0" Size="0" SourceColumn="AlvSOLine" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@DueDate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="DueDate" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@CustPartNumber" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="CustPartNumber" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@ParentPartNumber" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="ParentPartNumber" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@ChildPartNumber" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="ChildPartNumber" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@quantity" Precision="11" ProviderType="Decimal" Scale="3" Size="0" SourceColumn="quantity" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@ParentPrice" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="ParentPrice" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@s21Price" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="s21Price" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@UnitofMeasure" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="UnitofMeasure" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@TargetDate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="TargetDate" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@CustPart" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="CustPart" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@CustPartNo" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="CustPartNo" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@CustPartDesc" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="CustPartDesc" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@CustGif" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="CustGif" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Flag" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Flag" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Flag1" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Flag1" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Flag2" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Flag2" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Flag3" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Flag3" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Remarks" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Remarks" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Field1" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Field1" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Field2" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Field2" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Field3" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Field3" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@LineComments" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="LineComments" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@DateCreated" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="DateCreated" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@TimeCreated" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="TimeCreated" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@UserID" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="UserID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@DateLastChanged" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="DateLastChanged" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</InsertCommand>
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT Company, CodeType, TypHD, ModeHD, PONumber, SONumber, PODate, POLine, CustPOLine, SOLine, AlvSOLine, DueDate, CustPartNumber, ParentPartNumber, ChildPartNumber, quantity, ParentPrice, s21Price, UnitofMeasure, TargetDate, CustPart, CustPartNo, CustPartDesc, CustGif, Flag, Flag1, Flag2, Flag3, Remarks, Field1, Field2, Field3, LineComments, DateCreated, TimeCreated, UserID, DateLastChanged FROM dbo.po_detail_temp</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="Company" DataSetColumn="Company" />
|
|
<Mapping SourceColumn="CodeType" DataSetColumn="CodeType" />
|
|
<Mapping SourceColumn="TypHD" DataSetColumn="TypHD" />
|
|
<Mapping SourceColumn="ModeHD" DataSetColumn="ModeHD" />
|
|
<Mapping SourceColumn="PONumber" DataSetColumn="PONumber" />
|
|
<Mapping SourceColumn="SONumber" DataSetColumn="SONumber" />
|
|
<Mapping SourceColumn="PODate" DataSetColumn="PODate" />
|
|
<Mapping SourceColumn="POLine" DataSetColumn="POLine" />
|
|
<Mapping SourceColumn="CustPOLine" DataSetColumn="CustPOLine" />
|
|
<Mapping SourceColumn="SOLine" DataSetColumn="SOLine" />
|
|
<Mapping SourceColumn="AlvSOLine" DataSetColumn="AlvSOLine" />
|
|
<Mapping SourceColumn="DueDate" DataSetColumn="DueDate" />
|
|
<Mapping SourceColumn="CustPartNumber" DataSetColumn="CustPartNumber" />
|
|
<Mapping SourceColumn="ParentPartNumber" DataSetColumn="ParentPartNumber" />
|
|
<Mapping SourceColumn="ChildPartNumber" DataSetColumn="ChildPartNumber" />
|
|
<Mapping SourceColumn="quantity" DataSetColumn="quantity" />
|
|
<Mapping SourceColumn="ParentPrice" DataSetColumn="ParentPrice" />
|
|
<Mapping SourceColumn="s21Price" DataSetColumn="s21Price" />
|
|
<Mapping SourceColumn="UnitofMeasure" DataSetColumn="UnitofMeasure" />
|
|
<Mapping SourceColumn="TargetDate" DataSetColumn="TargetDate" />
|
|
<Mapping SourceColumn="CustPart" DataSetColumn="CustPart" />
|
|
<Mapping SourceColumn="CustPartNo" DataSetColumn="CustPartNo" />
|
|
<Mapping SourceColumn="CustPartDesc" DataSetColumn="CustPartDesc" />
|
|
<Mapping SourceColumn="CustGif" DataSetColumn="CustGif" />
|
|
<Mapping SourceColumn="Flag" DataSetColumn="Flag" />
|
|
<Mapping SourceColumn="Flag1" DataSetColumn="Flag1" />
|
|
<Mapping SourceColumn="Flag2" DataSetColumn="Flag2" />
|
|
<Mapping SourceColumn="Flag3" DataSetColumn="Flag3" />
|
|
<Mapping SourceColumn="Remarks" DataSetColumn="Remarks" />
|
|
<Mapping SourceColumn="Field1" DataSetColumn="Field1" />
|
|
<Mapping SourceColumn="Field2" DataSetColumn="Field2" />
|
|
<Mapping SourceColumn="Field3" DataSetColumn="Field3" />
|
|
<Mapping SourceColumn="LineComments" DataSetColumn="LineComments" />
|
|
<Mapping SourceColumn="DateCreated" DataSetColumn="DateCreated" />
|
|
<Mapping SourceColumn="TimeCreated" DataSetColumn="TimeCreated" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="DateLastChanged" DataSetColumn="DateLastChanged" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="po_headerTableAdapter" GeneratorDataComponentClassName="po_headerTableAdapter" Name="po_header" UserDataComponentName="po_headerTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="EpsonConnectionString (MySettings)" DbObjectName="Epson.dbo.po_header" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
|
<InsertCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>INSERT INTO [dbo].[po_header] ([Company], [CodeType], [TypeHD], [ModeHD], [Prefix], [GenDate], [GenHour], [PONumber], [PONumberPrev], [SONumber], [PODate], [Revision], [Status], [AlvSO], [CustPO], [ShipVia], [ShipTo], [SipAdd1], [ShipAdd2], [ShipAdd3], [City], [State], [PostalCode], [CountryCode], [ShipToNum], [Flag0], [Flag1], [Flag2], [Flag3], [Remark], [Fild1], [Fild2], [Fild3], [Fild4], [Fild5], [Comments], [DateCreated], [TimeCreated], [UserID], [DateLastChanged]) VALUES (@Company, @CodeType, @TypeHD, @ModeHD, @Prefix, @GenDate, @GenHour, @PONumber, @PONumberPrev, @SONumber, @PODate, @Revision, @Status, @AlvSO, @CustPO, @ShipVia, @ShipTo, @SipAdd1, @ShipAdd2, @ShipAdd3, @City, @State, @PostalCode, @CountryCode, @ShipToNum, @Flag0, @Flag1, @Flag2, @Flag3, @Remark, @Fild1, @Fild2, @Fild3, @Fild4, @Fild5, @Comments, @DateCreated, @TimeCreated, @UserID, @DateLastChanged)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Company" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Company" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@CodeType" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="CodeType" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@TypeHD" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="TypeHD" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@ModeHD" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="ModeHD" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Prefix" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Prefix" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@GenDate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="GenDate" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@GenHour" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="GenHour" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@PONumber" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="PONumber" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@PONumberPrev" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="PONumberPrev" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@SONumber" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="SONumber" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@PODate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="PODate" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Revision" Precision="3" ProviderType="Decimal" Scale="0" Size="0" SourceColumn="Revision" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Status" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Status" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@AlvSO" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="AlvSO" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@CustPO" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="CustPO" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@ShipVia" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="ShipVia" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@ShipTo" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="ShipTo" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@SipAdd1" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="SipAdd1" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@ShipAdd2" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="ShipAdd2" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@ShipAdd3" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="ShipAdd3" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@City" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="City" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@State" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="State" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@PostalCode" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="PostalCode" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@CountryCode" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="CountryCode" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@ShipToNum" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="ShipToNum" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Flag0" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Flag0" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Flag1" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Flag1" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Flag2" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Flag2" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Flag3" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Flag3" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Remark" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Remark" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Fild1" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Fild1" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Fild2" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Fild2" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Fild3" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Fild3" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Fild4" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Fild4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Fild5" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Fild5" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Comments" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Comments" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@DateCreated" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="DateCreated" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@TimeCreated" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="TimeCreated" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@UserID" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="UserID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@DateLastChanged" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="DateLastChanged" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</InsertCommand>
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT Company, CodeType, TypeHD, ModeHD, Prefix, GenDate, GenHour, PONumber, PONumberPrev, SONumber, PODate, Revision, Status, AlvSO, CustPO, ShipVia, ShipTo, SipAdd1, ShipAdd2, ShipAdd3, City, State, PostalCode, CountryCode, ShipToNum, Flag0, Flag1, Flag2, Flag3, Remark, Fild1, Fild2, Fild3, Fild4, Fild5, Comments, DateCreated, TimeCreated, UserID, DateLastChanged FROM dbo.po_header</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="Company" DataSetColumn="Company" />
|
|
<Mapping SourceColumn="CodeType" DataSetColumn="CodeType" />
|
|
<Mapping SourceColumn="TypeHD" DataSetColumn="TypeHD" />
|
|
<Mapping SourceColumn="ModeHD" DataSetColumn="ModeHD" />
|
|
<Mapping SourceColumn="Prefix" DataSetColumn="Prefix" />
|
|
<Mapping SourceColumn="GenDate" DataSetColumn="GenDate" />
|
|
<Mapping SourceColumn="GenHour" DataSetColumn="GenHour" />
|
|
<Mapping SourceColumn="PONumber" DataSetColumn="PONumber" />
|
|
<Mapping SourceColumn="PONumberPrev" DataSetColumn="PONumberPrev" />
|
|
<Mapping SourceColumn="SONumber" DataSetColumn="SONumber" />
|
|
<Mapping SourceColumn="PODate" DataSetColumn="PODate" />
|
|
<Mapping SourceColumn="Revision" DataSetColumn="Revision" />
|
|
<Mapping SourceColumn="Status" DataSetColumn="Status" />
|
|
<Mapping SourceColumn="AlvSO" DataSetColumn="AlvSO" />
|
|
<Mapping SourceColumn="CustPO" DataSetColumn="CustPO" />
|
|
<Mapping SourceColumn="ShipVia" DataSetColumn="ShipVia" />
|
|
<Mapping SourceColumn="ShipTo" DataSetColumn="ShipTo" />
|
|
<Mapping SourceColumn="SipAdd1" DataSetColumn="SipAdd1" />
|
|
<Mapping SourceColumn="ShipAdd2" DataSetColumn="ShipAdd2" />
|
|
<Mapping SourceColumn="ShipAdd3" DataSetColumn="ShipAdd3" />
|
|
<Mapping SourceColumn="City" DataSetColumn="City" />
|
|
<Mapping SourceColumn="State" DataSetColumn="State" />
|
|
<Mapping SourceColumn="PostalCode" DataSetColumn="PostalCode" />
|
|
<Mapping SourceColumn="CountryCode" DataSetColumn="CountryCode" />
|
|
<Mapping SourceColumn="ShipToNum" DataSetColumn="ShipToNum" />
|
|
<Mapping SourceColumn="Flag0" DataSetColumn="Flag0" />
|
|
<Mapping SourceColumn="Flag1" DataSetColumn="Flag1" />
|
|
<Mapping SourceColumn="Flag2" DataSetColumn="Flag2" />
|
|
<Mapping SourceColumn="Flag3" DataSetColumn="Flag3" />
|
|
<Mapping SourceColumn="Remark" DataSetColumn="Remark" />
|
|
<Mapping SourceColumn="Fild1" DataSetColumn="Fild1" />
|
|
<Mapping SourceColumn="Fild2" DataSetColumn="Fild2" />
|
|
<Mapping SourceColumn="Fild3" DataSetColumn="Fild3" />
|
|
<Mapping SourceColumn="Fild4" DataSetColumn="Fild4" />
|
|
<Mapping SourceColumn="Fild5" DataSetColumn="Fild5" />
|
|
<Mapping SourceColumn="Comments" DataSetColumn="Comments" />
|
|
<Mapping SourceColumn="DateCreated" DataSetColumn="DateCreated" />
|
|
<Mapping SourceColumn="TimeCreated" DataSetColumn="TimeCreated" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="DateLastChanged" DataSetColumn="DateLastChanged" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="po_header_backupTableAdapter" GeneratorDataComponentClassName="po_header_backupTableAdapter" Name="po_header_backup" UserDataComponentName="po_header_backupTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="EpsonConnectionString (MySettings)" DbObjectName="Epson.dbo.po_header_backup" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
|
<InsertCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>INSERT INTO [dbo].[po_header_backup] ([Company], [CodeType], [TypeHD], [ModeHD], [Prefix], [GenDate], [GenHour], [PONumber], [SONumber], [PODate], [Revision], [Status], [CustPO], [ShipVia], [ShipTo], [SipAdd1], [ShipAdd2], [ShipAdd3], [City], [State], [PostalCode], [CountryCode], [Flag0], [Flag1], [Flag2], [Flag3], [Remark], [Fild1], [Fild2], [Fild3], [Comments], [DateCreated], [TimeCreated], [UserID], [DateLastChanged]) VALUES (@Company, @CodeType, @TypeHD, @ModeHD, @Prefix, @GenDate, @GenHour, @PONumber, @SONumber, @PODate, @Revision, @Status, @CustPO, @ShipVia, @ShipTo, @SipAdd1, @ShipAdd2, @ShipAdd3, @City, @State, @PostalCode, @CountryCode, @Flag0, @Flag1, @Flag2, @Flag3, @Remark, @Fild1, @Fild2, @Fild3, @Comments, @DateCreated, @TimeCreated, @UserID, @DateLastChanged)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Company" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Company" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@CodeType" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="CodeType" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@TypeHD" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="TypeHD" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@ModeHD" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="ModeHD" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Prefix" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Prefix" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@GenDate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="GenDate" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@GenHour" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="GenHour" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@PONumber" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="PONumber" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@SONumber" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="SONumber" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@PODate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="PODate" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Revision" Precision="3" ProviderType="Decimal" Scale="0" Size="0" SourceColumn="Revision" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Status" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Status" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@CustPO" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="CustPO" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@ShipVia" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="ShipVia" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@ShipTo" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="ShipTo" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@SipAdd1" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="SipAdd1" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@ShipAdd2" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="ShipAdd2" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@ShipAdd3" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="ShipAdd3" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@City" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="City" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@State" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="State" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@PostalCode" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="PostalCode" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@CountryCode" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="CountryCode" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Flag0" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Flag0" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Flag1" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Flag1" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Flag2" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Flag2" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Flag3" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Flag3" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Remark" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Remark" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Fild1" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Fild1" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Fild2" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Fild2" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Fild3" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Fild3" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Comments" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Comments" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@DateCreated" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="DateCreated" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@TimeCreated" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="TimeCreated" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@UserID" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="UserID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@DateLastChanged" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="DateLastChanged" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</InsertCommand>
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT Company, CodeType, TypeHD, ModeHD, Prefix, GenDate, GenHour, PONumber, SONumber, PODate, Revision, Status, CustPO, ShipVia, ShipTo, SipAdd1, ShipAdd2, ShipAdd3, City, State, PostalCode, CountryCode, Flag0, Flag1, Flag2, Flag3, Remark, Fild1, Fild2, Fild3, Comments, DateCreated, TimeCreated, UserID, DateLastChanged FROM dbo.po_header_backup</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="Company" DataSetColumn="Company" />
|
|
<Mapping SourceColumn="CodeType" DataSetColumn="CodeType" />
|
|
<Mapping SourceColumn="TypeHD" DataSetColumn="TypeHD" />
|
|
<Mapping SourceColumn="ModeHD" DataSetColumn="ModeHD" />
|
|
<Mapping SourceColumn="Prefix" DataSetColumn="Prefix" />
|
|
<Mapping SourceColumn="GenDate" DataSetColumn="GenDate" />
|
|
<Mapping SourceColumn="GenHour" DataSetColumn="GenHour" />
|
|
<Mapping SourceColumn="PONumber" DataSetColumn="PONumber" />
|
|
<Mapping SourceColumn="SONumber" DataSetColumn="SONumber" />
|
|
<Mapping SourceColumn="PODate" DataSetColumn="PODate" />
|
|
<Mapping SourceColumn="Revision" DataSetColumn="Revision" />
|
|
<Mapping SourceColumn="Status" DataSetColumn="Status" />
|
|
<Mapping SourceColumn="CustPO" DataSetColumn="CustPO" />
|
|
<Mapping SourceColumn="ShipVia" DataSetColumn="ShipVia" />
|
|
<Mapping SourceColumn="ShipTo" DataSetColumn="ShipTo" />
|
|
<Mapping SourceColumn="SipAdd1" DataSetColumn="SipAdd1" />
|
|
<Mapping SourceColumn="ShipAdd2" DataSetColumn="ShipAdd2" />
|
|
<Mapping SourceColumn="ShipAdd3" DataSetColumn="ShipAdd3" />
|
|
<Mapping SourceColumn="City" DataSetColumn="City" />
|
|
<Mapping SourceColumn="State" DataSetColumn="State" />
|
|
<Mapping SourceColumn="PostalCode" DataSetColumn="PostalCode" />
|
|
<Mapping SourceColumn="CountryCode" DataSetColumn="CountryCode" />
|
|
<Mapping SourceColumn="Flag0" DataSetColumn="Flag0" />
|
|
<Mapping SourceColumn="Flag1" DataSetColumn="Flag1" />
|
|
<Mapping SourceColumn="Flag2" DataSetColumn="Flag2" />
|
|
<Mapping SourceColumn="Flag3" DataSetColumn="Flag3" />
|
|
<Mapping SourceColumn="Remark" DataSetColumn="Remark" />
|
|
<Mapping SourceColumn="Fild1" DataSetColumn="Fild1" />
|
|
<Mapping SourceColumn="Fild2" DataSetColumn="Fild2" />
|
|
<Mapping SourceColumn="Fild3" DataSetColumn="Fild3" />
|
|
<Mapping SourceColumn="Comments" DataSetColumn="Comments" />
|
|
<Mapping SourceColumn="DateCreated" DataSetColumn="DateCreated" />
|
|
<Mapping SourceColumn="TimeCreated" DataSetColumn="TimeCreated" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="DateLastChanged" DataSetColumn="DateLastChanged" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="po_history_detailTableAdapter" GeneratorDataComponentClassName="po_history_detailTableAdapter" Name="po_history_detail" UserDataComponentName="po_history_detailTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="EpsonConnectionString (MySettings)" DbObjectName="Epson.dbo.po_history_detail" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
|
<InsertCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>INSERT INTO [dbo].[po_history_detail] ([poNumber], [revision], [chg_type], [poLine], [change], [from_value], [to_value], [lastupdate], [content]) VALUES (@poNumber, @revision, @chg_type, @poLine, @change, @from_value, @to_value, @lastupdate, @content)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@poNumber" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="poNumber" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@revision" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="revision" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@chg_type" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="chg_type" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@poLine" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="poLine" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@change" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="change" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@from_value" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="from_value" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@to_value" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="to_value" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@lastupdate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@content" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="content" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</InsertCommand>
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT poNumber, revision, chg_type, poLine, change, from_value, to_value, lastupdate, content FROM dbo.po_history_detail</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="poNumber" DataSetColumn="poNumber" />
|
|
<Mapping SourceColumn="revision" DataSetColumn="revision" />
|
|
<Mapping SourceColumn="chg_type" DataSetColumn="chg_type" />
|
|
<Mapping SourceColumn="poLine" DataSetColumn="poLine" />
|
|
<Mapping SourceColumn="change" DataSetColumn="change" />
|
|
<Mapping SourceColumn="from_value" DataSetColumn="from_value" />
|
|
<Mapping SourceColumn="to_value" DataSetColumn="to_value" />
|
|
<Mapping SourceColumn="lastupdate" DataSetColumn="lastupdate" />
|
|
<Mapping SourceColumn="content" DataSetColumn="content" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="po_orig_detailTableAdapter" GeneratorDataComponentClassName="po_orig_detailTableAdapter" Name="po_orig_detail" UserDataComponentName="po_orig_detailTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="EpsonConnectionString (MySettings)" DbObjectName="Epson.dbo.po_orig_detail" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
|
<InsertCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>INSERT INTO [dbo].[po_orig_detail] ([poNumber], [poLine], [soLine], [targetDate], [lineComments], [custPartNumber], [quantity], [unitPrice], [custPartNo], [dueDate], [custPart], [custPartGif], [custPartDesc]) VALUES (@poNumber, @poLine, @soLine, @targetDate, @lineComments, @custPartNumber, @quantity, @unitPrice, @custPartNo, @dueDate, @custPart, @custPartGif, @custPartDesc)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@poNumber" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="poNumber" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@poLine" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="poLine" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@soLine" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="soLine" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@targetDate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="targetDate" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@lineComments" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="lineComments" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@custPartNumber" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="custPartNumber" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@quantity" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="quantity" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@unitPrice" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="unitPrice" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@custPartNo" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="custPartNo" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@dueDate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="dueDate" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@custPart" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="custPart" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@custPartGif" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="custPartGif" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@custPartDesc" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="custPartDesc" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</InsertCommand>
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT poNumber, poLine, soLine, targetDate, lineComments, custPartNumber, quantity, unitPrice, custPartNo, dueDate, custPart, custPartGif, custPartDesc FROM dbo.po_orig_detail</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="poNumber" DataSetColumn="poNumber" />
|
|
<Mapping SourceColumn="poLine" DataSetColumn="poLine" />
|
|
<Mapping SourceColumn="soLine" DataSetColumn="soLine" />
|
|
<Mapping SourceColumn="targetDate" DataSetColumn="targetDate" />
|
|
<Mapping SourceColumn="lineComments" DataSetColumn="lineComments" />
|
|
<Mapping SourceColumn="custPartNumber" DataSetColumn="custPartNumber" />
|
|
<Mapping SourceColumn="quantity" DataSetColumn="quantity" />
|
|
<Mapping SourceColumn="unitPrice" DataSetColumn="unitPrice" />
|
|
<Mapping SourceColumn="custPartNo" DataSetColumn="custPartNo" />
|
|
<Mapping SourceColumn="dueDate" DataSetColumn="dueDate" />
|
|
<Mapping SourceColumn="custPart" DataSetColumn="custPart" />
|
|
<Mapping SourceColumn="custPartGif" DataSetColumn="custPartGif" />
|
|
<Mapping SourceColumn="custPartDesc" DataSetColumn="custPartDesc" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="po_orig_headerTableAdapter" GeneratorDataComponentClassName="po_orig_headerTableAdapter" Name="po_orig_header" UserDataComponentName="po_orig_headerTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="EpsonConnectionString (MySettings)" DbObjectName="Epson.dbo.po_orig_header" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
|
<InsertCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>INSERT INTO [dbo].[po_orig_header] ([poNumber], [poDate], [poRev], [comments], [status], [custPo], [alvSo], [shipVia], [shipTo], [shipAdd1], [shipAdd2], [shipAdd3], [shipToNum], [city], [state], [postalCode], [countryCode], [insertDate], [content]) VALUES (@poNumber, @poDate, @poRev, @comments, @status, @custPo, @alvSo, @shipVia, @shipTo, @shipAdd1, @shipAdd2, @shipAdd3, @shipToNum, @city, @state, @postalCode, @countryCode, @insertDate, @content)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@poNumber" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="poNumber" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@poDate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="poDate" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@poRev" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="poRev" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@comments" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="comments" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@status" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="status" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@custPo" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="custPo" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@alvSo" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="alvSo" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@shipVia" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="shipVia" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@shipTo" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="shipTo" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@shipAdd1" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="shipAdd1" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@shipAdd2" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="shipAdd2" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@shipAdd3" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="shipAdd3" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@shipToNum" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="shipToNum" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@city" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="city" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@state" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="state" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@postalCode" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="postalCode" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@countryCode" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="countryCode" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@insertDate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="insertDate" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@content" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="content" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</InsertCommand>
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT poNumber, poDate, poRev, comments, status, custPo, alvSo, shipVia, shipTo, shipAdd1, shipAdd2, shipAdd3, shipToNum, city, state, postalCode, countryCode, insertDate, content FROM dbo.po_orig_header</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="poNumber" DataSetColumn="poNumber" />
|
|
<Mapping SourceColumn="poDate" DataSetColumn="poDate" />
|
|
<Mapping SourceColumn="poRev" DataSetColumn="poRev" />
|
|
<Mapping SourceColumn="comments" DataSetColumn="comments" />
|
|
<Mapping SourceColumn="status" DataSetColumn="status" />
|
|
<Mapping SourceColumn="custPo" DataSetColumn="custPo" />
|
|
<Mapping SourceColumn="alvSo" DataSetColumn="alvSo" />
|
|
<Mapping SourceColumn="shipVia" DataSetColumn="shipVia" />
|
|
<Mapping SourceColumn="shipTo" DataSetColumn="shipTo" />
|
|
<Mapping SourceColumn="shipAdd1" DataSetColumn="shipAdd1" />
|
|
<Mapping SourceColumn="shipAdd2" DataSetColumn="shipAdd2" />
|
|
<Mapping SourceColumn="shipAdd3" DataSetColumn="shipAdd3" />
|
|
<Mapping SourceColumn="shipToNum" DataSetColumn="shipToNum" />
|
|
<Mapping SourceColumn="city" DataSetColumn="city" />
|
|
<Mapping SourceColumn="state" DataSetColumn="state" />
|
|
<Mapping SourceColumn="postalCode" DataSetColumn="postalCode" />
|
|
<Mapping SourceColumn="countryCode" DataSetColumn="countryCode" />
|
|
<Mapping SourceColumn="insertDate" DataSetColumn="insertDate" />
|
|
<Mapping SourceColumn="content" DataSetColumn="content" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="printerTableAdapter" GeneratorDataComponentClassName="printerTableAdapter" Name="printer" UserDataComponentName="printerTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="EpsonConnectionString (MySettings)" DbObjectName="Epson.dbo.printer" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
|
<InsertCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>INSERT INTO [dbo].[printer] ([printerName]) VALUES (@printerName)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@printerName" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="printerName" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</InsertCommand>
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT printerName FROM dbo.printer</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="printerName" DataSetColumn="printerName" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="ptTableAdapter" GeneratorDataComponentClassName="ptTableAdapter" Name="pt" UserDataComponentName="ptTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="EpsonConnectionString (MySettings)" DbObjectName="Epson.dbo.pt" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
|
<DeleteCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>DELETE FROM [dbo].[pt] WHERE (([ptID] = @Original_ptID) AND ((@IsNull_batchNo = 1 AND [batchNo] IS NULL) OR ([batchNo] = @Original_batchNo)) AND ((@IsNull_ptNo = 1 AND [ptNo] IS NULL) OR ([ptNo] = @Original_ptNo)) AND ((@IsNull_partNo = 1 AND [partNo] IS NULL) OR ([partNo] = @Original_partNo)) AND ((@IsNull_curtstage = 1 AND [curtstage] IS NULL) OR ([curtstage] = @Original_curtstage)) AND ((@IsNull_status = 1 AND [status] IS NULL) OR ([status] = @Original_status)) AND ((@IsNull_ptParent = 1 AND [ptParent] IS NULL) OR ([ptParent] = @Original_ptParent)) AND ((@IsNull_ptStart = 1 AND [ptStart] IS NULL) OR ([ptStart] = @Original_ptStart)) AND ((@IsNull_prefix = 1 AND [prefix] IS NULL) OR ([prefix] = @Original_prefix)) AND ((@IsNull_suffix = 1 AND [suffix] IS NULL) OR ([suffix] = @Original_suffix)) AND ((@IsNull_origQuantity = 1 AND [origQuantity] IS NULL) OR ([origQuantity] = @Original_origQuantity)) AND ((@IsNull_currQuantity = 1 AND [currQuantity] IS NULL) OR ([currQuantity] = @Original_currQuantity)) AND ((@IsNull_startTime = 1 AND [startTime] IS NULL) OR ([startTime] = @Original_startTime)) AND ((@IsNull_lastupdate = 1 AND [lastupdate] IS NULL) OR ([lastupdate] = @Original_lastupdate)) AND ((@IsNull_lastupdatedby = 1 AND [lastupdatedby] IS NULL) OR ([lastupdatedby] = @Original_lastupdatedby)))</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_ptID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="ptID" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_batchNo" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="batchNo" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_batchNo" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="batchNo" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_ptNo" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="ptNo" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_ptNo" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="ptNo" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_partNo" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="partNo" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_partNo" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="partNo" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_curtstage" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="curtstage" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_curtstage" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="curtstage" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_status" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="status" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_status" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="status" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_ptParent" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="ptParent" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_ptParent" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="ptParent" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_ptStart" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="ptStart" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_ptStart" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="ptStart" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_prefix" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="prefix" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_prefix" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="prefix" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_suffix" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="suffix" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_suffix" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="suffix" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_origQuantity" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="origQuantity" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_origQuantity" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="origQuantity" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_currQuantity" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="currQuantity" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_currQuantity" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="currQuantity" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_startTime" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="startTime" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_startTime" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="startTime" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_lastupdate" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_lastupdate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_lastupdatedby" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_lastupdatedby" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</DeleteCommand>
|
|
<InsertCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>INSERT INTO [dbo].[pt] ([batchNo], [ptNo], [partNo], [curtstage], [status], [ptParent], [ptStart], [prefix], [suffix], [origQuantity], [currQuantity], [startTime], [lastupdate], [lastupdatedby]) VALUES (@batchNo, @ptNo, @partNo, @curtstage, @status, @ptParent, @ptStart, @prefix, @suffix, @origQuantity, @currQuantity, @startTime, @lastupdate, @lastupdatedby);
|
|
SELECT ptID, batchNo, ptNo, partNo, curtstage, status, ptParent, ptStart, prefix, suffix, origQuantity, currQuantity, startTime, lastupdate, lastupdatedby FROM pt WHERE (ptID = SCOPE_IDENTITY())</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@batchNo" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="batchNo" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@ptNo" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="ptNo" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@partNo" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="partNo" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@curtstage" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="curtstage" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@status" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="status" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@ptParent" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="ptParent" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@ptStart" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="ptStart" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@prefix" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="prefix" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@suffix" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="suffix" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@origQuantity" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="origQuantity" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@currQuantity" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="currQuantity" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@startTime" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="startTime" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@lastupdate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@lastupdatedby" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</InsertCommand>
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT ptID, batchNo, ptNo, partNo, curtstage, status, ptParent, ptStart, prefix, suffix, origQuantity, currQuantity, startTime, lastupdate, lastupdatedby FROM dbo.pt</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
<UpdateCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>UPDATE [dbo].[pt] SET [batchNo] = @batchNo, [ptNo] = @ptNo, [partNo] = @partNo, [curtstage] = @curtstage, [status] = @status, [ptParent] = @ptParent, [ptStart] = @ptStart, [prefix] = @prefix, [suffix] = @suffix, [origQuantity] = @origQuantity, [currQuantity] = @currQuantity, [startTime] = @startTime, [lastupdate] = @lastupdate, [lastupdatedby] = @lastupdatedby WHERE (([ptID] = @Original_ptID) AND ((@IsNull_batchNo = 1 AND [batchNo] IS NULL) OR ([batchNo] = @Original_batchNo)) AND ((@IsNull_ptNo = 1 AND [ptNo] IS NULL) OR ([ptNo] = @Original_ptNo)) AND ((@IsNull_partNo = 1 AND [partNo] IS NULL) OR ([partNo] = @Original_partNo)) AND ((@IsNull_curtstage = 1 AND [curtstage] IS NULL) OR ([curtstage] = @Original_curtstage)) AND ((@IsNull_status = 1 AND [status] IS NULL) OR ([status] = @Original_status)) AND ((@IsNull_ptParent = 1 AND [ptParent] IS NULL) OR ([ptParent] = @Original_ptParent)) AND ((@IsNull_ptStart = 1 AND [ptStart] IS NULL) OR ([ptStart] = @Original_ptStart)) AND ((@IsNull_prefix = 1 AND [prefix] IS NULL) OR ([prefix] = @Original_prefix)) AND ((@IsNull_suffix = 1 AND [suffix] IS NULL) OR ([suffix] = @Original_suffix)) AND ((@IsNull_origQuantity = 1 AND [origQuantity] IS NULL) OR ([origQuantity] = @Original_origQuantity)) AND ((@IsNull_currQuantity = 1 AND [currQuantity] IS NULL) OR ([currQuantity] = @Original_currQuantity)) AND ((@IsNull_startTime = 1 AND [startTime] IS NULL) OR ([startTime] = @Original_startTime)) AND ((@IsNull_lastupdate = 1 AND [lastupdate] IS NULL) OR ([lastupdate] = @Original_lastupdate)) AND ((@IsNull_lastupdatedby = 1 AND [lastupdatedby] IS NULL) OR ([lastupdatedby] = @Original_lastupdatedby)));
|
|
SELECT ptID, batchNo, ptNo, partNo, curtstage, status, ptParent, ptStart, prefix, suffix, origQuantity, currQuantity, startTime, lastupdate, lastupdatedby FROM pt WHERE (ptID = @ptID)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@batchNo" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="batchNo" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@ptNo" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="ptNo" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@partNo" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="partNo" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@curtstage" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="curtstage" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@status" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="status" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@ptParent" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="ptParent" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@ptStart" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="ptStart" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@prefix" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="prefix" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@suffix" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="suffix" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@origQuantity" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="origQuantity" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@currQuantity" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="currQuantity" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@startTime" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="startTime" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@lastupdate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@lastupdatedby" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_ptID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="ptID" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_batchNo" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="batchNo" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_batchNo" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="batchNo" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_ptNo" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="ptNo" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_ptNo" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="ptNo" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_partNo" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="partNo" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_partNo" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="partNo" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_curtstage" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="curtstage" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_curtstage" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="curtstage" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_status" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="status" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_status" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="status" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_ptParent" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="ptParent" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_ptParent" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="ptParent" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_ptStart" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="ptStart" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_ptStart" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="ptStart" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_prefix" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="prefix" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_prefix" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="prefix" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_suffix" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="suffix" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_suffix" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="suffix" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_origQuantity" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="origQuantity" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_origQuantity" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="origQuantity" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_currQuantity" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="currQuantity" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_currQuantity" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="currQuantity" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_startTime" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="startTime" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_startTime" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="startTime" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_lastupdate" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_lastupdate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_lastupdatedby" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_lastupdatedby" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="ptID" ColumnName="ptID" DataSourceName="Epson.dbo.pt" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@ptID" Precision="0" ProviderType="Int" Scale="0" Size="4" SourceColumn="ptID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</UpdateCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="ptID" DataSetColumn="ptID" />
|
|
<Mapping SourceColumn="batchNo" DataSetColumn="batchNo" />
|
|
<Mapping SourceColumn="ptNo" DataSetColumn="ptNo" />
|
|
<Mapping SourceColumn="partNo" DataSetColumn="partNo" />
|
|
<Mapping SourceColumn="curtstage" DataSetColumn="curtstage" />
|
|
<Mapping SourceColumn="status" DataSetColumn="status" />
|
|
<Mapping SourceColumn="ptParent" DataSetColumn="ptParent" />
|
|
<Mapping SourceColumn="ptStart" DataSetColumn="ptStart" />
|
|
<Mapping SourceColumn="prefix" DataSetColumn="prefix" />
|
|
<Mapping SourceColumn="suffix" DataSetColumn="suffix" />
|
|
<Mapping SourceColumn="origQuantity" DataSetColumn="origQuantity" />
|
|
<Mapping SourceColumn="currQuantity" DataSetColumn="currQuantity" />
|
|
<Mapping SourceColumn="startTime" DataSetColumn="startTime" />
|
|
<Mapping SourceColumn="lastupdate" DataSetColumn="lastupdate" />
|
|
<Mapping SourceColumn="lastupdatedby" DataSetColumn="lastupdatedby" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="pt_HistTableAdapter" GeneratorDataComponentClassName="pt_HistTableAdapter" Name="pt_Hist" UserDataComponentName="pt_HistTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="EpsonConnectionString (MySettings)" DbObjectName="Epson.dbo.pt_Hist" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
|
<InsertCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>INSERT INTO [dbo].[pt_Hist] ([batchNo], [ptNo], [partNo], [curtstage], [status], [ptParent], [ptStart], [prefix], [suffix], [origQuantity], [currQuantity], [startTime], [lastupdate], [lastupdatedby]) VALUES (@batchNo, @ptNo, @partNo, @curtstage, @status, @ptParent, @ptStart, @prefix, @suffix, @origQuantity, @currQuantity, @startTime, @lastupdate, @lastupdatedby)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@batchNo" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="batchNo" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@ptNo" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="ptNo" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@partNo" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="partNo" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@curtstage" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="curtstage" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@status" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="status" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@ptParent" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="ptParent" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@ptStart" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="ptStart" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@prefix" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="prefix" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@suffix" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="suffix" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@origQuantity" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="origQuantity" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@currQuantity" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="currQuantity" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@startTime" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="startTime" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@lastupdate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@lastupdatedby" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</InsertCommand>
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT ptID, batchNo, ptNo, partNo, curtstage, status, ptParent, ptStart, prefix, suffix, origQuantity, currQuantity, startTime, lastupdate, lastupdatedby FROM dbo.pt_Hist</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="ptID" DataSetColumn="ptID" />
|
|
<Mapping SourceColumn="batchNo" DataSetColumn="batchNo" />
|
|
<Mapping SourceColumn="ptNo" DataSetColumn="ptNo" />
|
|
<Mapping SourceColumn="partNo" DataSetColumn="partNo" />
|
|
<Mapping SourceColumn="curtstage" DataSetColumn="curtstage" />
|
|
<Mapping SourceColumn="status" DataSetColumn="status" />
|
|
<Mapping SourceColumn="ptParent" DataSetColumn="ptParent" />
|
|
<Mapping SourceColumn="ptStart" DataSetColumn="ptStart" />
|
|
<Mapping SourceColumn="prefix" DataSetColumn="prefix" />
|
|
<Mapping SourceColumn="suffix" DataSetColumn="suffix" />
|
|
<Mapping SourceColumn="origQuantity" DataSetColumn="origQuantity" />
|
|
<Mapping SourceColumn="currQuantity" DataSetColumn="currQuantity" />
|
|
<Mapping SourceColumn="startTime" DataSetColumn="startTime" />
|
|
<Mapping SourceColumn="lastupdate" DataSetColumn="lastupdate" />
|
|
<Mapping SourceColumn="lastupdatedby" DataSetColumn="lastupdatedby" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="serialAlvarisetTableAdapter" GeneratorDataComponentClassName="serialAlvarisetTableAdapter" Name="serialAlvariset" UserDataComponentName="serialAlvarisetTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="EpsonConnectionString (MySettings)" DbObjectName="Epson.dbo.serialAlvariset" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
|
<DeleteCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>DELETE FROM [dbo].[serialAlvariset] WHERE (([cardno] = @Original_cardno) AND ((@IsNull_mpPartno = 1 AND [mpPartno] IS NULL) OR ([mpPartno] = @Original_mpPartno)) AND ((@IsNull_lastupdate = 1 AND [lastupdate] IS NULL) OR ([lastupdate] = @Original_lastupdate)) AND ((@IsNull_lastupdatedby = 1 AND [lastupdatedby] IS NULL) OR ([lastupdatedby] = @Original_lastupdatedby)))</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_cardno" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="cardno" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_mpPartno" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="mpPartno" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_mpPartno" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="mpPartno" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_lastupdate" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_lastupdate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_lastupdatedby" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_lastupdatedby" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</DeleteCommand>
|
|
<InsertCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>INSERT INTO [dbo].[serialAlvariset] ([cardno], [mpPartno], [lastupdate], [lastupdatedby]) VALUES (@cardno, @mpPartno, @lastupdate, @lastupdatedby);
|
|
SELECT cardno, mpPartno, lastupdate, lastupdatedby FROM serialAlvariset WHERE (cardno = @cardno)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@cardno" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="cardno" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@mpPartno" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="mpPartno" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@lastupdate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@lastupdatedby" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</InsertCommand>
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT cardno, mpPartno, lastupdate, lastupdatedby FROM dbo.serialAlvariset</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
<UpdateCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>UPDATE [dbo].[serialAlvariset] SET [cardno] = @cardno, [mpPartno] = @mpPartno, [lastupdate] = @lastupdate, [lastupdatedby] = @lastupdatedby WHERE (([cardno] = @Original_cardno) AND ((@IsNull_mpPartno = 1 AND [mpPartno] IS NULL) OR ([mpPartno] = @Original_mpPartno)) AND ((@IsNull_lastupdate = 1 AND [lastupdate] IS NULL) OR ([lastupdate] = @Original_lastupdate)) AND ((@IsNull_lastupdatedby = 1 AND [lastupdatedby] IS NULL) OR ([lastupdatedby] = @Original_lastupdatedby)));
|
|
SELECT cardno, mpPartno, lastupdate, lastupdatedby FROM serialAlvariset WHERE (cardno = @cardno)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@cardno" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="cardno" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@mpPartno" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="mpPartno" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@lastupdate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@lastupdatedby" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_cardno" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="cardno" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_mpPartno" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="mpPartno" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_mpPartno" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="mpPartno" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_lastupdate" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_lastupdate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_lastupdatedby" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_lastupdatedby" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</UpdateCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="cardno" DataSetColumn="cardno" />
|
|
<Mapping SourceColumn="mpPartno" DataSetColumn="mpPartno" />
|
|
<Mapping SourceColumn="lastupdate" DataSetColumn="lastupdate" />
|
|
<Mapping SourceColumn="lastupdatedby" DataSetColumn="lastupdatedby" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="serialMacTableAdapter" GeneratorDataComponentClassName="serialMacTableAdapter" Name="serialMac" UserDataComponentName="serialMacTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="EpsonConnectionString (MySettings)" DbObjectName="Epson.dbo.serialMac" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
|
<DeleteCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>DELETE FROM [dbo].[serialMac] WHERE (([cardno] = @Original_cardno) AND ((@IsNull_macaddress = 1 AND [macaddress] IS NULL) OR ([macaddress] = @Original_macaddress)) AND ((@IsNull_lastupdate = 1 AND [lastupdate] IS NULL) OR ([lastupdate] = @Original_lastupdate)) AND ((@IsNull_lastupdatedby = 1 AND [lastupdatedby] IS NULL) OR ([lastupdatedby] = @Original_lastupdatedby)))</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_cardno" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="cardno" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_macaddress" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="macaddress" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_macaddress" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="macaddress" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_lastupdate" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_lastupdate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_lastupdatedby" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_lastupdatedby" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</DeleteCommand>
|
|
<InsertCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>INSERT INTO [dbo].[serialMac] ([cardno], [macaddress], [lastupdate], [lastupdatedby]) VALUES (@cardno, @macaddress, @lastupdate, @lastupdatedby);
|
|
SELECT cardno, macaddress, lastupdate, lastupdatedby FROM serialMac WHERE (cardno = @cardno)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@cardno" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="cardno" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@macaddress" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="macaddress" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@lastupdate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@lastupdatedby" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</InsertCommand>
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT cardno, macaddress, lastupdate, lastupdatedby FROM dbo.serialMac</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
<UpdateCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>UPDATE [dbo].[serialMac] SET [cardno] = @cardno, [macaddress] = @macaddress, [lastupdate] = @lastupdate, [lastupdatedby] = @lastupdatedby WHERE (([cardno] = @Original_cardno) AND ((@IsNull_macaddress = 1 AND [macaddress] IS NULL) OR ([macaddress] = @Original_macaddress)) AND ((@IsNull_lastupdate = 1 AND [lastupdate] IS NULL) OR ([lastupdate] = @Original_lastupdate)) AND ((@IsNull_lastupdatedby = 1 AND [lastupdatedby] IS NULL) OR ([lastupdatedby] = @Original_lastupdatedby)));
|
|
SELECT cardno, macaddress, lastupdate, lastupdatedby FROM serialMac WHERE (cardno = @cardno)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@cardno" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="cardno" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@macaddress" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="macaddress" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@lastupdate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@lastupdatedby" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_cardno" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="cardno" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_macaddress" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="macaddress" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_macaddress" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="macaddress" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_lastupdate" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_lastupdate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_lastupdatedby" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_lastupdatedby" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</UpdateCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="cardno" DataSetColumn="cardno" />
|
|
<Mapping SourceColumn="macaddress" DataSetColumn="macaddress" />
|
|
<Mapping SourceColumn="lastupdate" DataSetColumn="lastupdate" />
|
|
<Mapping SourceColumn="lastupdatedby" DataSetColumn="lastupdatedby" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="SHIPPER_REPORT_TABLETableAdapter" GeneratorDataComponentClassName="SHIPPER_REPORT_TABLETableAdapter" Name="SHIPPER_REPORT_TABLE" UserDataComponentName="SHIPPER_REPORT_TABLETableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="EpsonConnectionString (MySettings)" DbObjectName="Epson.dbo.SHIPPER_REPORT_TABLE" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
|
<InsertCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>INSERT INTO [dbo].[SHIPPER_REPORT_TABLE] ([cnNo], [shipno], [shipDate], [shipto], [sipAdd1], [shipAdd2], [shipAdd3], [ZIP], [countryCode], [Phone], [shipVia], [POLine], [modelDesc1], [CustPO], [AlvSO], [AlvSOLine], [Flag3], [model], [custPart], [SNQty], [serialno], [layer], [dimension]) VALUES (@cnNo, @shipno, @shipDate, @shipto, @sipAdd1, @shipAdd2, @shipAdd3, @ZIP, @countryCode, @Phone, @shipVia, @POLine, @modelDesc1, @CustPO, @AlvSO, @AlvSOLine, @Flag3, @model, @custPart, @SNQty, @serialno, @layer, @dimension)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@cnNo" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="cnNo" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@shipno" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="shipno" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@shipDate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="shipDate" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@shipto" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="shipto" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@sipAdd1" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="sipAdd1" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@shipAdd2" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="shipAdd2" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@shipAdd3" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="shipAdd3" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@ZIP" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="ZIP" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@countryCode" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="countryCode" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Phone" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Phone" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@shipVia" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="shipVia" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@POLine" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="POLine" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@modelDesc1" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="modelDesc1" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@CustPO" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="CustPO" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@AlvSO" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="AlvSO" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@AlvSOLine" Precision="3" ProviderType="Decimal" Scale="0" Size="0" SourceColumn="AlvSOLine" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Flag3" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Flag3" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@model" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="model" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@custPart" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="custPart" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@SNQty" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="SNQty" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@serialno" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="serialno" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Single" Direction="Input" ParameterName="@layer" Precision="0" ProviderType="Real" Scale="0" Size="0" SourceColumn="layer" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@dimension" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="dimension" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</InsertCommand>
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT cnNo, shipno, shipDate, shipto, sipAdd1, shipAdd2, shipAdd3, ZIP, countryCode, Phone, shipVia, POLine, modelDesc1, CustPO, AlvSO, AlvSOLine, Flag3, model, custPart, SNQty, serialno, layer, dimension FROM dbo.SHIPPER_REPORT_TABLE</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="cnNo" DataSetColumn="cnNo" />
|
|
<Mapping SourceColumn="shipno" DataSetColumn="shipno" />
|
|
<Mapping SourceColumn="shipDate" DataSetColumn="shipDate" />
|
|
<Mapping SourceColumn="shipto" DataSetColumn="shipto" />
|
|
<Mapping SourceColumn="sipAdd1" DataSetColumn="sipAdd1" />
|
|
<Mapping SourceColumn="shipAdd2" DataSetColumn="shipAdd2" />
|
|
<Mapping SourceColumn="shipAdd3" DataSetColumn="shipAdd3" />
|
|
<Mapping SourceColumn="ZIP" DataSetColumn="ZIP" />
|
|
<Mapping SourceColumn="countryCode" DataSetColumn="countryCode" />
|
|
<Mapping SourceColumn="Phone" DataSetColumn="Phone" />
|
|
<Mapping SourceColumn="shipVia" DataSetColumn="shipVia" />
|
|
<Mapping SourceColumn="POLine" DataSetColumn="POLine" />
|
|
<Mapping SourceColumn="modelDesc1" DataSetColumn="modelDesc1" />
|
|
<Mapping SourceColumn="CustPO" DataSetColumn="CustPO" />
|
|
<Mapping SourceColumn="AlvSO" DataSetColumn="AlvSO" />
|
|
<Mapping SourceColumn="AlvSOLine" DataSetColumn="AlvSOLine" />
|
|
<Mapping SourceColumn="Flag3" DataSetColumn="Flag3" />
|
|
<Mapping SourceColumn="model" DataSetColumn="model" />
|
|
<Mapping SourceColumn="custPart" DataSetColumn="custPart" />
|
|
<Mapping SourceColumn="SNQty" DataSetColumn="SNQty" />
|
|
<Mapping SourceColumn="serialno" DataSetColumn="serialno" />
|
|
<Mapping SourceColumn="layer" DataSetColumn="layer" />
|
|
<Mapping SourceColumn="dimension" DataSetColumn="dimension" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="SHIPPER_STATUSTableAdapter" GeneratorDataComponentClassName="SHIPPER_STATUSTableAdapter" Name="SHIPPER_STATUS" UserDataComponentName="SHIPPER_STATUSTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="EpsonConnectionString (MySettings)" DbObjectName="Epson.dbo.SHIPPER_STATUS" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
|
<InsertCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>INSERT INTO [dbo].[SHIPPER_STATUS] ([Shipno], [Process], [Result], [Remarks], [UPDTime]) VALUES (@Shipno, @Process, @Result, @Remarks, @UPDTime)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Shipno" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Shipno" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Process" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Process" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Result" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Result" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Remarks" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Remarks" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@UPDTime" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="UPDTime" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</InsertCommand>
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT Shipno, Process, Result, Remarks, UPDTime FROM dbo.SHIPPER_STATUS</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="Shipno" DataSetColumn="Shipno" />
|
|
<Mapping SourceColumn="Process" DataSetColumn="Process" />
|
|
<Mapping SourceColumn="Result" DataSetColumn="Result" />
|
|
<Mapping SourceColumn="Remarks" DataSetColumn="Remarks" />
|
|
<Mapping SourceColumn="UPDTime" DataSetColumn="UPDTime" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="SHIPPER_SUMMARY_TABLETableAdapter" GeneratorDataComponentClassName="SHIPPER_SUMMARY_TABLETableAdapter" Name="SHIPPER_SUMMARY_TABLE" UserDataComponentName="SHIPPER_SUMMARY_TABLETableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="EpsonConnectionString (MySettings)" DbObjectName="Epson.dbo.SHIPPER_SUMMARY_TABLE" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
|
<InsertCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>INSERT INTO [dbo].[SHIPPER_SUMMARY_TABLE] ([cnNo], [shipno], [shipDate], [shipto], [sipAdd1], [shipAdd2], [shipAdd3], [ZIP], [countryCode], [Phone], [shipVia], [POLine], [modelDesc1], [CustPO], [AlvSO], [AlvSOLine], [Flag3], [model], [CustPart], [SNQty], [serialno], [layer], [dimension]) VALUES (@cnNo, @shipno, @shipDate, @shipto, @sipAdd1, @shipAdd2, @shipAdd3, @ZIP, @countryCode, @Phone, @shipVia, @POLine, @modelDesc1, @CustPO, @AlvSO, @AlvSOLine, @Flag3, @model, @CustPart, @SNQty, @serialno, @layer, @dimension)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@cnNo" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="cnNo" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@shipno" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="shipno" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@shipDate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="shipDate" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@shipto" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="shipto" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@sipAdd1" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="sipAdd1" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@shipAdd2" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="shipAdd2" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@shipAdd3" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="shipAdd3" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@ZIP" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="ZIP" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@countryCode" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="countryCode" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Phone" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Phone" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@shipVia" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="shipVia" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@POLine" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="POLine" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@modelDesc1" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="modelDesc1" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@CustPO" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="CustPO" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@AlvSO" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="AlvSO" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@AlvSOLine" Precision="3" ProviderType="Decimal" Scale="0" Size="0" SourceColumn="AlvSOLine" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Flag3" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Flag3" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@model" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="model" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@CustPart" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="CustPart" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@SNQty" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="SNQty" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@serialno" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="serialno" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Single" Direction="Input" ParameterName="@layer" Precision="0" ProviderType="Real" Scale="0" Size="0" SourceColumn="layer" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@dimension" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="dimension" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</InsertCommand>
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT cnNo, shipno, shipDate, shipto, sipAdd1, shipAdd2, shipAdd3, ZIP, countryCode, Phone, shipVia, POLine, modelDesc1, CustPO, AlvSO, AlvSOLine, Flag3, model, CustPart, SNQty, serialno, layer, dimension FROM dbo.SHIPPER_SUMMARY_TABLE</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="cnNo" DataSetColumn="cnNo" />
|
|
<Mapping SourceColumn="shipno" DataSetColumn="shipno" />
|
|
<Mapping SourceColumn="shipDate" DataSetColumn="shipDate" />
|
|
<Mapping SourceColumn="shipto" DataSetColumn="shipto" />
|
|
<Mapping SourceColumn="sipAdd1" DataSetColumn="sipAdd1" />
|
|
<Mapping SourceColumn="shipAdd2" DataSetColumn="shipAdd2" />
|
|
<Mapping SourceColumn="shipAdd3" DataSetColumn="shipAdd3" />
|
|
<Mapping SourceColumn="ZIP" DataSetColumn="ZIP" />
|
|
<Mapping SourceColumn="countryCode" DataSetColumn="countryCode" />
|
|
<Mapping SourceColumn="Phone" DataSetColumn="Phone" />
|
|
<Mapping SourceColumn="shipVia" DataSetColumn="shipVia" />
|
|
<Mapping SourceColumn="POLine" DataSetColumn="POLine" />
|
|
<Mapping SourceColumn="modelDesc1" DataSetColumn="modelDesc1" />
|
|
<Mapping SourceColumn="CustPO" DataSetColumn="CustPO" />
|
|
<Mapping SourceColumn="AlvSO" DataSetColumn="AlvSO" />
|
|
<Mapping SourceColumn="AlvSOLine" DataSetColumn="AlvSOLine" />
|
|
<Mapping SourceColumn="Flag3" DataSetColumn="Flag3" />
|
|
<Mapping SourceColumn="model" DataSetColumn="model" />
|
|
<Mapping SourceColumn="CustPart" DataSetColumn="CustPart" />
|
|
<Mapping SourceColumn="SNQty" DataSetColumn="SNQty" />
|
|
<Mapping SourceColumn="serialno" DataSetColumn="serialno" />
|
|
<Mapping SourceColumn="layer" DataSetColumn="layer" />
|
|
<Mapping SourceColumn="dimension" DataSetColumn="dimension" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="stationTableAdapter" GeneratorDataComponentClassName="stationTableAdapter" Name="station" UserDataComponentName="stationTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="EpsonConnectionString (MySettings)" DbObjectName="Epson.dbo.station" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
|
<DeleteCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>DELETE FROM [dbo].[station] WHERE (([station] = @Original_station) AND ((@IsNull_description = 1 AND [description] IS NULL) OR ([description] = @Original_description)) AND ((@IsNull_sequence = 1 AND [sequence] IS NULL) OR ([sequence] = @Original_sequence)) AND ((@IsNull_stype = 1 AND [stype] IS NULL) OR ([stype] = @Original_stype)) AND ((@IsNull_active = 1 AND [active] IS NULL) OR ([active] = @Original_active)) AND ((@IsNull_lastupdate = 1 AND [lastupdate] IS NULL) OR ([lastupdate] = @Original_lastupdate)) AND ((@IsNull_lastupdatedby = 1 AND [lastupdatedby] IS NULL) OR ([lastupdatedby] = @Original_lastupdatedby)))</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_station" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="station" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_description" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="description" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_description" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="description" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_sequence" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="sequence" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_sequence" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="sequence" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_stype" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="stype" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_stype" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="stype" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_active" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="active" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_active" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="active" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_lastupdate" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_lastupdate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_lastupdatedby" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_lastupdatedby" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</DeleteCommand>
|
|
<InsertCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>INSERT INTO [dbo].[station] ([station], [description], [sequence], [stype], [active], [lastupdate], [lastupdatedby]) VALUES (@station, @description, @sequence, @stype, @active, @lastupdate, @lastupdatedby);
|
|
SELECT station, description, sequence, stype, active, lastupdate, lastupdatedby FROM station WHERE (station = @station)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@station" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="station" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@description" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="description" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@sequence" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="sequence" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@stype" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="stype" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@active" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="active" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@lastupdate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@lastupdatedby" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</InsertCommand>
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT station, description, sequence, stype, active, lastupdate, lastupdatedby FROM dbo.station</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
<UpdateCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>UPDATE [dbo].[station] SET [station] = @station, [description] = @description, [sequence] = @sequence, [stype] = @stype, [active] = @active, [lastupdate] = @lastupdate, [lastupdatedby] = @lastupdatedby WHERE (([station] = @Original_station) AND ((@IsNull_description = 1 AND [description] IS NULL) OR ([description] = @Original_description)) AND ((@IsNull_sequence = 1 AND [sequence] IS NULL) OR ([sequence] = @Original_sequence)) AND ((@IsNull_stype = 1 AND [stype] IS NULL) OR ([stype] = @Original_stype)) AND ((@IsNull_active = 1 AND [active] IS NULL) OR ([active] = @Original_active)) AND ((@IsNull_lastupdate = 1 AND [lastupdate] IS NULL) OR ([lastupdate] = @Original_lastupdate)) AND ((@IsNull_lastupdatedby = 1 AND [lastupdatedby] IS NULL) OR ([lastupdatedby] = @Original_lastupdatedby)));
|
|
SELECT station, description, sequence, stype, active, lastupdate, lastupdatedby FROM station WHERE (station = @station)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@station" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="station" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@description" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="description" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@sequence" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="sequence" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@stype" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="stype" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@active" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="active" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@lastupdate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@lastupdatedby" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_station" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="station" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_description" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="description" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_description" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="description" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_sequence" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="sequence" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_sequence" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="sequence" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_stype" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="stype" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_stype" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="stype" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_active" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="active" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_active" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="active" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_lastupdate" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_lastupdate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_lastupdatedby" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_lastupdatedby" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</UpdateCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="station" DataSetColumn="station" />
|
|
<Mapping SourceColumn="description" DataSetColumn="description" />
|
|
<Mapping SourceColumn="sequence" DataSetColumn="sequence" />
|
|
<Mapping SourceColumn="stype" DataSetColumn="stype" />
|
|
<Mapping SourceColumn="active" DataSetColumn="active" />
|
|
<Mapping SourceColumn="lastupdate" DataSetColumn="lastupdate" />
|
|
<Mapping SourceColumn="lastupdatedby" DataSetColumn="lastupdatedby" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="station_convertTableAdapter" GeneratorDataComponentClassName="station_convertTableAdapter" Name="station_convert" UserDataComponentName="station_convertTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="EpsonConnectionString (MySettings)" DbObjectName="Epson.dbo.station_convert" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
|
<InsertCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>INSERT INTO [dbo].[station_convert] ([ioStation], [alvStation]) VALUES (@ioStation, @alvStation)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@ioStation" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="ioStation" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@alvStation" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="alvStation" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</InsertCommand>
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT ioStation, alvStation FROM dbo.station_convert</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="ioStation" DataSetColumn="ioStation" />
|
|
<Mapping SourceColumn="alvStation" DataSetColumn="alvStation" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="stationHistTableAdapter" GeneratorDataComponentClassName="stationHistTableAdapter" Name="stationHist" UserDataComponentName="stationHistTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="EpsonConnectionString (MySettings)" DbObjectName="Epson.dbo.stationHist" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
|
<DeleteCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>DELETE FROM [dbo].[stationHist] WHERE (([lineNum] = @Original_lineNum) AND ((@IsNull_station = 1 AND [station] IS NULL) OR ([station] = @Original_station)) AND ((@IsNull_description = 1 AND [description] IS NULL) OR ([description] = @Original_description)) AND ((@IsNull_sequence = 1 AND [sequence] IS NULL) OR ([sequence] = @Original_sequence)) AND ((@IsNull_stype = 1 AND [stype] IS NULL) OR ([stype] = @Original_stype)) AND ((@IsNull_active = 1 AND [active] IS NULL) OR ([active] = @Original_active)) AND ((@IsNull_status = 1 AND [status] IS NULL) OR ([status] = @Original_status)) AND ((@IsNull_lastupdate = 1 AND [lastupdate] IS NULL) OR ([lastupdate] = @Original_lastupdate)) AND ((@IsNull_lastupdatedby = 1 AND [lastupdatedby] IS NULL) OR ([lastupdatedby] = @Original_lastupdatedby)))</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@Original_lineNum" Precision="0" ProviderType="BigInt" Scale="0" Size="0" SourceColumn="lineNum" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_station" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="station" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_station" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="station" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_description" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="description" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_description" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="description" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_sequence" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="sequence" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_sequence" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="sequence" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_stype" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="stype" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_stype" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="stype" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_active" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="active" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_active" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="active" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_status" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="status" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_status" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="status" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_lastupdate" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_lastupdate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_lastupdatedby" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_lastupdatedby" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</DeleteCommand>
|
|
<InsertCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>INSERT INTO [dbo].[stationHist] ([station], [description], [sequence], [stype], [active], [status], [lastupdate], [lastupdatedby]) VALUES (@station, @description, @sequence, @stype, @active, @status, @lastupdate, @lastupdatedby);
|
|
SELECT lineNum, station, description, sequence, stype, active, status, lastupdate, lastupdatedby FROM stationHist WHERE (lineNum = SCOPE_IDENTITY())</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@station" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="station" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@description" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="description" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@sequence" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="sequence" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@stype" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="stype" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@active" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="active" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@status" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="status" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@lastupdate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@lastupdatedby" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</InsertCommand>
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT lineNum, station, description, sequence, stype, active, status, lastupdate, lastupdatedby FROM dbo.stationHist</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
<UpdateCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>UPDATE [dbo].[stationHist] SET [station] = @station, [description] = @description, [sequence] = @sequence, [stype] = @stype, [active] = @active, [status] = @status, [lastupdate] = @lastupdate, [lastupdatedby] = @lastupdatedby WHERE (([lineNum] = @Original_lineNum) AND ((@IsNull_station = 1 AND [station] IS NULL) OR ([station] = @Original_station)) AND ((@IsNull_description = 1 AND [description] IS NULL) OR ([description] = @Original_description)) AND ((@IsNull_sequence = 1 AND [sequence] IS NULL) OR ([sequence] = @Original_sequence)) AND ((@IsNull_stype = 1 AND [stype] IS NULL) OR ([stype] = @Original_stype)) AND ((@IsNull_active = 1 AND [active] IS NULL) OR ([active] = @Original_active)) AND ((@IsNull_status = 1 AND [status] IS NULL) OR ([status] = @Original_status)) AND ((@IsNull_lastupdate = 1 AND [lastupdate] IS NULL) OR ([lastupdate] = @Original_lastupdate)) AND ((@IsNull_lastupdatedby = 1 AND [lastupdatedby] IS NULL) OR ([lastupdatedby] = @Original_lastupdatedby)));
|
|
SELECT lineNum, station, description, sequence, stype, active, status, lastupdate, lastupdatedby FROM stationHist WHERE (lineNum = @lineNum)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@station" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="station" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@description" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="description" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@sequence" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="sequence" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@stype" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="stype" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@active" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="active" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@status" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="status" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@lastupdate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@lastupdatedby" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@Original_lineNum" Precision="0" ProviderType="BigInt" Scale="0" Size="0" SourceColumn="lineNum" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_station" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="station" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_station" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="station" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_description" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="description" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_description" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="description" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_sequence" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="sequence" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_sequence" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="sequence" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_stype" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="stype" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_stype" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="stype" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_active" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="active" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_active" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="active" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_status" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="status" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_status" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="status" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_lastupdate" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_lastupdate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastupdate" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_lastupdatedby" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_lastupdatedby" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="lastupdatedby" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="lineNum" ColumnName="lineNum" DataSourceName="Epson.dbo.stationHist" DataTypeServer="bigint" DbType="Int64" Direction="Input" ParameterName="@lineNum" Precision="0" ProviderType="BigInt" Scale="0" Size="8" SourceColumn="lineNum" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</UpdateCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="lineNum" DataSetColumn="lineNum" />
|
|
<Mapping SourceColumn="station" DataSetColumn="station" />
|
|
<Mapping SourceColumn="description" DataSetColumn="description" />
|
|
<Mapping SourceColumn="sequence" DataSetColumn="sequence" />
|
|
<Mapping SourceColumn="stype" DataSetColumn="stype" />
|
|
<Mapping SourceColumn="active" DataSetColumn="active" />
|
|
<Mapping SourceColumn="status" DataSetColumn="status" />
|
|
<Mapping SourceColumn="lastupdate" DataSetColumn="lastupdate" />
|
|
<Mapping SourceColumn="lastupdatedby" DataSetColumn="lastupdatedby" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="usersTableAdapter" GeneratorDataComponentClassName="usersTableAdapter" Name="users" UserDataComponentName="usersTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="EpsonConnectionString (MySettings)" DbObjectName="Epson.dbo.users" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
|
<DeleteCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>DELETE FROM [dbo].[users] WHERE (([username] = @Original_username) AND ((@IsNull_password = 1 AND [password] IS NULL) OR ([password] = @Original_password)) AND ((@IsNull_employeeCode = 1 AND [employeeCode] IS NULL) OR ([employeeCode] = @Original_employeeCode)) AND ((@IsNull_dateJoined = 1 AND [dateJoined] IS NULL) OR ([dateJoined] = @Original_dateJoined)) AND ((@IsNull_authentication = 1 AND [authentication] IS NULL) OR ([authentication] = @Original_authentication)) AND ((@IsNull_active = 1 AND [active] IS NULL) OR ([active] = @Original_active)))</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_username" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="username" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_password" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="password" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_password" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="password" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_employeeCode" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="employeeCode" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_employeeCode" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="employeeCode" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_dateJoined" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="dateJoined" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_dateJoined" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="dateJoined" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_authentication" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="authentication" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_authentication" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="authentication" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_active" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="active" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_active" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="active" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</DeleteCommand>
|
|
<InsertCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>INSERT INTO [dbo].[users] ([username], [password], [employeeCode], [dateJoined], [authentication], [active]) VALUES (@username, @password, @employeeCode, @dateJoined, @authentication, @active);
|
|
SELECT username, password, employeeCode, dateJoined, authentication, active FROM users WHERE (username = @username)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@username" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="username" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@password" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="password" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@employeeCode" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="employeeCode" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@dateJoined" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="dateJoined" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@authentication" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="authentication" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@active" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="active" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</InsertCommand>
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT username, password, employeeCode, dateJoined, authentication, active FROM dbo.users</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
<UpdateCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>UPDATE [dbo].[users] SET [username] = @username, [password] = @password, [employeeCode] = @employeeCode, [dateJoined] = @dateJoined, [authentication] = @authentication, [active] = @active WHERE (([username] = @Original_username) AND ((@IsNull_password = 1 AND [password] IS NULL) OR ([password] = @Original_password)) AND ((@IsNull_employeeCode = 1 AND [employeeCode] IS NULL) OR ([employeeCode] = @Original_employeeCode)) AND ((@IsNull_dateJoined = 1 AND [dateJoined] IS NULL) OR ([dateJoined] = @Original_dateJoined)) AND ((@IsNull_authentication = 1 AND [authentication] IS NULL) OR ([authentication] = @Original_authentication)) AND ((@IsNull_active = 1 AND [active] IS NULL) OR ([active] = @Original_active)));
|
|
SELECT username, password, employeeCode, dateJoined, authentication, active FROM users WHERE (username = @username)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@username" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="username" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@password" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="password" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@employeeCode" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="employeeCode" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@dateJoined" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="dateJoined" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@authentication" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="authentication" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@active" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="active" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_username" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="username" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_password" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="password" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_password" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="password" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_employeeCode" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="employeeCode" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_employeeCode" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="employeeCode" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_dateJoined" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="dateJoined" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_dateJoined" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="dateJoined" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_authentication" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="authentication" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_authentication" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="authentication" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_active" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="active" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_active" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="active" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</UpdateCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="username" DataSetColumn="username" />
|
|
<Mapping SourceColumn="password" DataSetColumn="password" />
|
|
<Mapping SourceColumn="employeeCode" DataSetColumn="employeeCode" />
|
|
<Mapping SourceColumn="dateJoined" DataSetColumn="dateJoined" />
|
|
<Mapping SourceColumn="authentication" DataSetColumn="authentication" />
|
|
<Mapping SourceColumn="active" DataSetColumn="active" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="usersHistTableAdapter" GeneratorDataComponentClassName="usersHistTableAdapter" Name="usersHist" UserDataComponentName="usersHistTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="EpsonConnectionString (MySettings)" DbObjectName="Epson.dbo.usersHist" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
|
<DeleteCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>DELETE FROM [dbo].[usersHist] WHERE (([lineNum] = @Original_lineNum) AND ((@IsNull_username = 1 AND [username] IS NULL) OR ([username] = @Original_username)) AND ((@IsNull_password = 1 AND [password] IS NULL) OR ([password] = @Original_password)) AND ((@IsNull_employeeCode = 1 AND [employeeCode] IS NULL) OR ([employeeCode] = @Original_employeeCode)) AND ((@IsNull_dateJoined = 1 AND [dateJoined] IS NULL) OR ([dateJoined] = @Original_dateJoined)) AND ((@IsNull_authentication = 1 AND [authentication] IS NULL) OR ([authentication] = @Original_authentication)) AND ((@IsNull_active = 1 AND [active] IS NULL) OR ([active] = @Original_active)))</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@Original_lineNum" Precision="0" ProviderType="BigInt" Scale="0" Size="0" SourceColumn="lineNum" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_username" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="username" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_username" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="username" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_password" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="password" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_password" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="password" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_employeeCode" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="employeeCode" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_employeeCode" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="employeeCode" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_dateJoined" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="dateJoined" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_dateJoined" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="dateJoined" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_authentication" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="authentication" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_authentication" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="authentication" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_active" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="active" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_active" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="active" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</DeleteCommand>
|
|
<InsertCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>INSERT INTO [dbo].[usersHist] ([username], [password], [employeeCode], [dateJoined], [authentication], [active]) VALUES (@username, @password, @employeeCode, @dateJoined, @authentication, @active);
|
|
SELECT lineNum, username, password, employeeCode, dateJoined, authentication, active FROM usersHist WHERE (lineNum = SCOPE_IDENTITY())</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@username" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="username" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@password" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="password" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@employeeCode" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="employeeCode" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@dateJoined" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="dateJoined" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@authentication" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="authentication" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@active" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="active" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</InsertCommand>
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT lineNum, username, password, employeeCode, dateJoined, authentication, active FROM dbo.usersHist</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
<UpdateCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>UPDATE [dbo].[usersHist] SET [username] = @username, [password] = @password, [employeeCode] = @employeeCode, [dateJoined] = @dateJoined, [authentication] = @authentication, [active] = @active WHERE (([lineNum] = @Original_lineNum) AND ((@IsNull_username = 1 AND [username] IS NULL) OR ([username] = @Original_username)) AND ((@IsNull_password = 1 AND [password] IS NULL) OR ([password] = @Original_password)) AND ((@IsNull_employeeCode = 1 AND [employeeCode] IS NULL) OR ([employeeCode] = @Original_employeeCode)) AND ((@IsNull_dateJoined = 1 AND [dateJoined] IS NULL) OR ([dateJoined] = @Original_dateJoined)) AND ((@IsNull_authentication = 1 AND [authentication] IS NULL) OR ([authentication] = @Original_authentication)) AND ((@IsNull_active = 1 AND [active] IS NULL) OR ([active] = @Original_active)));
|
|
SELECT lineNum, username, password, employeeCode, dateJoined, authentication, active FROM usersHist WHERE (lineNum = @lineNum)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@username" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="username" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@password" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="password" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@employeeCode" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="employeeCode" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@dateJoined" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="dateJoined" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@authentication" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="authentication" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@active" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="active" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@Original_lineNum" Precision="0" ProviderType="BigInt" Scale="0" Size="0" SourceColumn="lineNum" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_username" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="username" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_username" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="username" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_password" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="password" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_password" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="password" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_employeeCode" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="employeeCode" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_employeeCode" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="employeeCode" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_dateJoined" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="dateJoined" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_dateJoined" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="dateJoined" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_authentication" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="authentication" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_authentication" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="authentication" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_active" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="active" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_active" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="active" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="lineNum" ColumnName="lineNum" DataSourceName="Epson.dbo.usersHist" DataTypeServer="bigint" DbType="Int64" Direction="Input" ParameterName="@lineNum" Precision="0" ProviderType="BigInt" Scale="0" Size="8" SourceColumn="lineNum" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</UpdateCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="lineNum" DataSetColumn="lineNum" />
|
|
<Mapping SourceColumn="username" DataSetColumn="username" />
|
|
<Mapping SourceColumn="password" DataSetColumn="password" />
|
|
<Mapping SourceColumn="employeeCode" DataSetColumn="employeeCode" />
|
|
<Mapping SourceColumn="dateJoined" DataSetColumn="dateJoined" />
|
|
<Mapping SourceColumn="authentication" DataSetColumn="authentication" />
|
|
<Mapping SourceColumn="active" DataSetColumn="active" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="WIP_TEMPTableAdapter" GeneratorDataComponentClassName="WIP_TEMPTableAdapter" Name="WIP_TEMP" UserDataComponentName="WIP_TEMPTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="EpsonConnectionString (MySettings)" DbObjectName="Epson.dbo.WIP_TEMP" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
|
<InsertCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>INSERT INTO [dbo].[WIP_TEMP] ([modelno], [station], [previous], [description], [WIP], [date]) VALUES (@modelno, @station, @previous, @description, @WIP, @date)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@modelno" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="modelno" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@station" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="station" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@previous" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="previous" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@description" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="description" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@WIP" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="WIP" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@date" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="date" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</InsertCommand>
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT modelno, station, previous, description, WIP, date FROM dbo.WIP_TEMP</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="modelno" DataSetColumn="modelno" />
|
|
<Mapping SourceColumn="station" DataSetColumn="station" />
|
|
<Mapping SourceColumn="previous" DataSetColumn="previous" />
|
|
<Mapping SourceColumn="description" DataSetColumn="description" />
|
|
<Mapping SourceColumn="WIP" DataSetColumn="WIP" />
|
|
<Mapping SourceColumn="date" DataSetColumn="date" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="CTSB9-00001TableAdapter" GeneratorDataComponentClassName="CTSB9_00001TableAdapter" Name="CTSB9-00001" UserDataComponentName="CTSB9-00001TableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="EpsonConnectionString (MySettings)" DbObjectName="Epson.dbo.[CTSB9-00001]" DbObjectType="View" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="false" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT ModuleAndFeeder, PartNo, Lot, Location, DateAndTimeMounted, Operator FROM dbo.[CTSB9-00001]</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="ModuleAndFeeder" DataSetColumn="ModuleAndFeeder" />
|
|
<Mapping SourceColumn="PartNo" DataSetColumn="PartNo" />
|
|
<Mapping SourceColumn="Lot" DataSetColumn="Lot" />
|
|
<Mapping SourceColumn="Location" DataSetColumn="Location" />
|
|
<Mapping SourceColumn="DateAndTimeMounted" DataSetColumn="DateAndTimeMounted" />
|
|
<Mapping SourceColumn="Operator" DataSetColumn="Operator" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="CTSB9-00002TableAdapter" GeneratorDataComponentClassName="CTSB9_00002TableAdapter" Name="CTSB9-00002" UserDataComponentName="CTSB9-00002TableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="EpsonConnectionString (MySettings)" DbObjectName="Epson.dbo.[CTSB9-00002]" DbObjectType="View" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="false" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT ModuleAndFeeder, PartNo, Lot, Location, DateAndTimeMounted, Operator FROM dbo.[CTSB9-00002]</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="ModuleAndFeeder" DataSetColumn="ModuleAndFeeder" />
|
|
<Mapping SourceColumn="PartNo" DataSetColumn="PartNo" />
|
|
<Mapping SourceColumn="Lot" DataSetColumn="Lot" />
|
|
<Mapping SourceColumn="Location" DataSetColumn="Location" />
|
|
<Mapping SourceColumn="DateAndTimeMounted" DataSetColumn="DateAndTimeMounted" />
|
|
<Mapping SourceColumn="Operator" DataSetColumn="Operator" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="getMaxDateTableAdapter" GeneratorDataComponentClassName="getMaxDateTableAdapter" Name="getMaxDate" UserDataComponentName="getMaxDateTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="EpsonConnectionString (MySettings)" DbObjectName="Epson.dbo.getMaxDate" DbObjectType="View" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="false" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT serialno, lastupdate FROM dbo.getMaxDate</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings />
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="getMinDateTableAdapter" GeneratorDataComponentClassName="getMinDateTableAdapter" Name="getMinDate" UserDataComponentName="getMinDateTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="EpsonConnectionString (MySettings)" DbObjectName="Epson.dbo.getMinDate" DbObjectType="View" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="false" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT serialno, lastupdate FROM dbo.getMinDate</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings />
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="Shipper_FileTableAdapter" GeneratorDataComponentClassName="Shipper_FileTableAdapter" Name="Shipper_File" UserDataComponentName="Shipper_FileTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="EpsonConnectionString (MySettings)" DbObjectName="Epson.dbo.Shipper_File" DbObjectType="View" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="false" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT shipno, shipDate, shipVia, shipto, sipAdd1, shipAdd2, shipAdd3, city, state, postalCode, countryCode, cnNo, layer, dimension, serialno, poLine, model FROM dbo.Shipper_File</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="shipno" DataSetColumn="shipno" />
|
|
<Mapping SourceColumn="shipDate" DataSetColumn="shipDate" />
|
|
<Mapping SourceColumn="shipVia" DataSetColumn="shipVia" />
|
|
<Mapping SourceColumn="shipto" DataSetColumn="shipto" />
|
|
<Mapping SourceColumn="sipAdd1" DataSetColumn="sipAdd1" />
|
|
<Mapping SourceColumn="shipAdd2" DataSetColumn="shipAdd2" />
|
|
<Mapping SourceColumn="shipAdd3" DataSetColumn="shipAdd3" />
|
|
<Mapping SourceColumn="city" DataSetColumn="city" />
|
|
<Mapping SourceColumn="state" DataSetColumn="state" />
|
|
<Mapping SourceColumn="postalCode" DataSetColumn="postalCode" />
|
|
<Mapping SourceColumn="countryCode" DataSetColumn="countryCode" />
|
|
<Mapping SourceColumn="cnNo" DataSetColumn="cnNo" />
|
|
<Mapping SourceColumn="layer" DataSetColumn="layer" />
|
|
<Mapping SourceColumn="dimension" DataSetColumn="dimension" />
|
|
<Mapping SourceColumn="serialno" DataSetColumn="serialno" />
|
|
<Mapping SourceColumn="poLine" DataSetColumn="poLine" />
|
|
<Mapping SourceColumn="model" DataSetColumn="model" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="Shipper_File_BodyTableAdapter" GeneratorDataComponentClassName="Shipper_File_BodyTableAdapter" Name="Shipper_File_Body" UserDataComponentName="Shipper_File_BodyTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="EpsonConnectionString (MySettings)" DbObjectName="Epson.dbo.Shipper_File_Body" DbObjectType="View" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="false" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT POLine, modelDesc1, CustPO, Flag3, model, CustPart, serialno FROM dbo.Shipper_File_Body</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="POLine" DataSetColumn="POLine" />
|
|
<Mapping SourceColumn="modelDesc1" DataSetColumn="modelDesc1" />
|
|
<Mapping SourceColumn="CustPO" DataSetColumn="CustPO" />
|
|
<Mapping SourceColumn="Flag3" DataSetColumn="Flag3" />
|
|
<Mapping SourceColumn="model" DataSetColumn="model" />
|
|
<Mapping SourceColumn="CustPart" DataSetColumn="CustPart" />
|
|
<Mapping SourceColumn="serialno" DataSetColumn="serialno" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="Shipper_File_HeaderTableAdapter" GeneratorDataComponentClassName="Shipper_File_HeaderTableAdapter" Name="Shipper_File_Header" UserDataComponentName="Shipper_File_HeaderTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="EpsonConnectionString (MySettings)" DbObjectName="Epson.dbo.Shipper_File_Header" DbObjectType="View" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="false" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT shipno, shipDate, shipVia, shipto, sipAdd1, shipAdd2, shipAdd3, ZIP, countryCode, cnNo, layer, dimension, poLine, model FROM dbo.Shipper_File_Header</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="shipno" DataSetColumn="shipno" />
|
|
<Mapping SourceColumn="shipDate" DataSetColumn="shipDate" />
|
|
<Mapping SourceColumn="shipVia" DataSetColumn="shipVia" />
|
|
<Mapping SourceColumn="shipto" DataSetColumn="shipto" />
|
|
<Mapping SourceColumn="sipAdd1" DataSetColumn="sipAdd1" />
|
|
<Mapping SourceColumn="shipAdd2" DataSetColumn="shipAdd2" />
|
|
<Mapping SourceColumn="shipAdd3" DataSetColumn="shipAdd3" />
|
|
<Mapping SourceColumn="ZIP" DataSetColumn="ZIP" />
|
|
<Mapping SourceColumn="countryCode" DataSetColumn="countryCode" />
|
|
<Mapping SourceColumn="cnNo" DataSetColumn="cnNo" />
|
|
<Mapping SourceColumn="layer" DataSetColumn="layer" />
|
|
<Mapping SourceColumn="dimension" DataSetColumn="dimension" />
|
|
<Mapping SourceColumn="poLine" DataSetColumn="poLine" />
|
|
<Mapping SourceColumn="model" DataSetColumn="model" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="containerTableAdapter" GeneratorDataComponentClassName="containerTableAdapter" Name="container" UserDataComponentName="containerTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="EpsonConnectionString (MySettings)" DbObjectName="Epson.dbo.container" DbObjectType="StoredProcedure" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.container</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="ReturnValue" ParameterName="@RETURN_VALUE" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@shipNumber" Precision="0" ProviderType="NVarChar" Scale="0" Size="50" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="Column1" DataSetColumn="Column1" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="createViewTableAdapter" GeneratorDataComponentClassName="createViewTableAdapter" Name="createView" UserDataComponentName="createViewTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="EpsonConnectionString (MySettings)" DbObjectName="Epson.dbo.createView" DbObjectType="StoredProcedure" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.createView</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="ReturnValue" ParameterName="@RETURN_VALUE" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="varchar" DbType="AnsiString" Direction="Input" ParameterName="@KSEQUENCENO" Precision="0" ProviderType="VarChar" Scale="0" Size="2147483647" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="ModuleAndFeeder" DataSetColumn="ModuleAndFeeder" />
|
|
<Mapping SourceColumn="PartNo" DataSetColumn="PartNo" />
|
|
<Mapping SourceColumn="Lot" DataSetColumn="Lot" />
|
|
<Mapping SourceColumn="Location" DataSetColumn="Location" />
|
|
<Mapping SourceColumn="DateAndTimeMounted" DataSetColumn="DateAndTimeMounted" />
|
|
<Mapping SourceColumn="Operator" DataSetColumn="Operator" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="itemTableAdapter" GeneratorDataComponentClassName="itemTableAdapter" Name="item" UserDataComponentName="itemTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="EpsonConnectionString (MySettings)" DbObjectName="Epson.dbo.item" DbObjectType="StoredProcedure" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.item</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="ReturnValue" ParameterName="@RETURN_VALUE" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@shipNumber" Precision="0" ProviderType="NVarChar" Scale="0" Size="50" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="Column1" DataSetColumn="Column1" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="POTableAdapter" GeneratorDataComponentClassName="POTableAdapter" Name="PO" UserDataComponentName="POTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="EpsonConnectionString (MySettings)" DbObjectName="Epson.dbo.PO" DbObjectType="StoredProcedure" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.PO</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="ReturnValue" ParameterName="@RETURN_VALUE" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@shipNumber" Precision="0" ProviderType="NVarChar" Scale="0" Size="50" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="Column1" DataSetColumn="Column1" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="POLINETableAdapter" GeneratorDataComponentClassName="POLINETableAdapter" Name="POLINE" UserDataComponentName="POLINETableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="EpsonConnectionString (MySettings)" DbObjectName="Epson.dbo.POLINE" DbObjectType="StoredProcedure" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.POLINE</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="ReturnValue" ParameterName="@RETURN_VALUE" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@shipNumber" Precision="0" ProviderType="NVarChar" Scale="0" Size="50" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="Column1" DataSetColumn="Column1" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="shipAdd1TableAdapter" GeneratorDataComponentClassName="shipAdd1TableAdapter" Name="shipAdd1" UserDataComponentName="shipAdd1TableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="EpsonConnectionString (MySettings)" DbObjectName="Epson.dbo.shipAdd1" DbObjectType="StoredProcedure" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.shipAdd1</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="ReturnValue" ParameterName="@RETURN_VALUE" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@shipNumber" Precision="0" ProviderType="NVarChar" Scale="0" Size="50" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="Column1" DataSetColumn="Column1" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="shipAdd2TableAdapter" GeneratorDataComponentClassName="shipAdd2TableAdapter" Name="shipAdd2" UserDataComponentName="shipAdd2TableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="EpsonConnectionString (MySettings)" DbObjectName="Epson.dbo.shipAdd2" DbObjectType="StoredProcedure" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.shipAdd2</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="ReturnValue" ParameterName="@RETURN_VALUE" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@shipNumber" Precision="0" ProviderType="NVarChar" Scale="0" Size="50" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="Column1" DataSetColumn="Column1" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="shipAdd3TableAdapter" GeneratorDataComponentClassName="shipAdd3TableAdapter" Name="shipAdd3" UserDataComponentName="shipAdd3TableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="EpsonConnectionString (MySettings)" DbObjectName="Epson.dbo.shipAdd3" DbObjectType="StoredProcedure" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.shipAdd3</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="ReturnValue" ParameterName="@RETURN_VALUE" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@shipNumber" Precision="0" ProviderType="NVarChar" Scale="0" Size="50" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="Column1" DataSetColumn="Column1" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="validatePOTransferTableAdapter" GeneratorDataComponentClassName="validatePOTransferTableAdapter" Name="validatePOTransfer" UserDataComponentName="validatePOTransferTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="EpsonConnectionString (MySettings)" DbObjectName="Epson.dbo.validatePOTransfer" DbObjectType="StoredProcedure" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.validatePOTransfer</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="ReturnValue" ParameterName="@RETURN_VALUE" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="varchar" DbType="AnsiString" Direction="Input" ParameterName="@oldPoNumber" Precision="0" ProviderType="VarChar" Scale="0" Size="50" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="varchar" DbType="AnsiString" Direction="Input" ParameterName="@oldPoLine" Precision="0" ProviderType="VarChar" Scale="0" Size="50" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="varchar" DbType="AnsiString" Direction="Input" ParameterName="@newPoNumber" Precision="0" ProviderType="VarChar" Scale="0" Size="50" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="varchar" DbType="AnsiString" Direction="Input" ParameterName="@newPoLine" Precision="0" ProviderType="VarChar" Scale="0" Size="50" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="partOldPo" DataSetColumn="partOldPo" />
|
|
<Mapping SourceColumn="partNewPo" DataSetColumn="partNewPo" />
|
|
<Mapping SourceColumn="countOldPO" DataSetColumn="countOldPO" />
|
|
<Mapping SourceColumn="openNewPo" DataSetColumn="openNewPo" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
</Tables>
|
|
<Sources>
|
|
<DbSource ConnectionRef="EpsonConnectionString (MySettings)" DbObjectName="Epson.dbo.AeroMacEnd_Procedure" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="AeroMacEnd_Procedure" MethodsParameterType="CLR" Modifier="Public" Name="AeroMacEnd_Procedure" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy" UserSourceName="AeroMacEnd_Procedure">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.AeroMacEnd_Procedure</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="ReturnValue" ParameterName="@RETURN_VALUE" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@MacEndInput" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="EpsonConnectionString (MySettings)" DbObjectName="Epson.dbo.AeroMacRange" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="AeroMacRange" MethodsParameterType="CLR" Modifier="Public" Name="AeroMacRange" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy1" UserSourceName="AeroMacRange">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.AeroMacRange</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="ReturnValue" ParameterName="@RETURN_VALUE" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@MacStartInput" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@MacEndInput" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@i" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="EpsonConnectionString (MySettings)" DbObjectName="Epson.dbo.AeroMacStart_Procedure" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="AeroMacStart_Procedure" MethodsParameterType="CLR" Modifier="Public" Name="AeroMacStart_Procedure" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy2" UserSourceName="AeroMacStart_Procedure">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.AeroMacStart_Procedure</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="ReturnValue" ParameterName="@RETURN_VALUE" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@MacStartInput" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="EpsonConnectionString (MySettings)" DbObjectName="Epson.dbo.AeroModel_Procedure" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="AeroModel_Procedure" MethodsParameterType="CLR" Modifier="Public" Name="AeroModel_Procedure" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy3" UserSourceName="AeroModel_Procedure">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.AeroModel_Procedure</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="ReturnValue" ParameterName="@RETURN_VALUE" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="varchar" DbType="AnsiString" Direction="Input" ParameterName="@AeroFamily" Precision="0" ProviderType="VarChar" Scale="0" Size="50" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="EpsonConnectionString (MySettings)" DbObjectName="Epson.dbo.ARS_FAR" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="ARS_FAR" MethodsParameterType="CLR" Modifier="Public" Name="ARS_FAR" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy4" UserSourceName="ARS_FAR">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.ARS_FAR</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="ReturnValue" ParameterName="@RETURN_VALUE" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="datetime" DbType="DateTime" Direction="Input" ParameterName="@dateStart" Precision="23" ProviderType="DateTime" Scale="3" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="datetime" DbType="DateTime" Direction="Input" ParameterName="@dateEnd" Precision="23" ProviderType="DateTime" Scale="3" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="varchar" DbType="AnsiString" Direction="Input" ParameterName="@choice" Precision="0" ProviderType="VarChar" Scale="0" Size="50" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="EpsonConnectionString (MySettings)" DbObjectName="Epson.dbo.ARS_WIP" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="ARS_WIP" MethodsParameterType="CLR" Modifier="Public" Name="ARS_WIP" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy5" UserSourceName="ARS_WIP">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.ARS_WIP</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="ReturnValue" ParameterName="@RETURN_VALUE" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="datetime" DbType="DateTime" Direction="Input" ParameterName="@dateStart" Precision="23" ProviderType="DateTime" Scale="3" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="datetime" DbType="DateTime" Direction="Input" ParameterName="@dateEnd" Precision="23" ProviderType="DateTime" Scale="3" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="EpsonConnectionString (MySettings)" DbObjectName="Epson.dbo.batchYield" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="batchYield" MethodsParameterType="CLR" Modifier="Public" Name="batchYield" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy6" UserSourceName="batchYield">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.batchYield</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="ReturnValue" ParameterName="@RETURN_VALUE" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="varchar" DbType="AnsiString" Direction="Input" ParameterName="@batchno" Precision="0" ProviderType="VarChar" Scale="0" Size="200" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="EpsonConnectionString (MySettings)" DbObjectName="Epson.dbo.buybackPOLine" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="buybackPOLine" MethodsParameterType="CLR" Modifier="Public" Name="buybackPOLine" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy7" UserSourceName="buybackPOLine">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.buybackPOLine</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="ReturnValue" ParameterName="@RETURN_VALUE" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@poNumber" Precision="0" ProviderType="NVarChar" Scale="0" Size="50" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@poLine" Precision="0" ProviderType="NVarChar" Scale="0" Size="10" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="EpsonConnectionString (MySettings)" DbObjectName="Epson.dbo.CancelledShipper" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="CancelledShipper" MethodsParameterType="CLR" Modifier="Public" Name="CancelledShipper" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy8" UserSourceName="CancelledShipper">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.CancelledShipper</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="ReturnValue" ParameterName="@RETURN_VALUE" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@shipNumber" Precision="0" ProviderType="NVarChar" Scale="0" Size="50" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="EpsonConnectionString (MySettings)" DbObjectName="Epson.dbo.DorinaWIP" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="DorinaWIP" MethodsParameterType="CLR" Modifier="Public" Name="DorinaWIP" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy9" UserSourceName="DorinaWIP">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.DorinaWIP</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="ReturnValue" ParameterName="@RETURN_VALUE" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="EpsonConnectionString (MySettings)" DbObjectName="Epson.dbo.FPY" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="FPY" MethodsParameterType="CLR" Modifier="Public" Name="FPY" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy10" UserSourceName="FPY">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.FPY</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="ReturnValue" ParameterName="@RETURN_VALUE" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="varchar" DbType="AnsiString" Direction="Input" ParameterName="@batchno" Precision="0" ProviderType="VarChar" Scale="0" Size="50" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="EpsonConnectionString (MySettings)" DbObjectName="Epson.dbo.FTY" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="FTY" MethodsParameterType="CLR" Modifier="Public" Name="FTY" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy11" UserSourceName="FTY">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.FTY</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="ReturnValue" ParameterName="@RETURN_VALUE" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="varchar" DbType="AnsiString" Direction="Input" ParameterName="@batchno" Precision="0" ProviderType="VarChar" Scale="0" Size="50" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="EpsonConnectionString (MySettings)" DbObjectName="Epson.dbo.packingInfo" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="packingInfo" MethodsParameterType="CLR" Modifier="Public" Name="packingInfo" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy12" UserSourceName="packingInfo">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.packingInfo</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="ReturnValue" ParameterName="@RETURN_VALUE" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="varchar" DbType="AnsiString" Direction="Input" ParameterName="@serialno" Precision="0" ProviderType="VarChar" Scale="0" Size="50" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="EpsonConnectionString (MySettings)" DbObjectName="Epson.dbo.po_update" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="po_update" MethodsParameterType="CLR" Modifier="Public" Name="po_update" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy13" UserSourceName="po_update">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.po_update</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="ReturnValue" ParameterName="@RETURN_VALUE" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="EpsonConnectionString (MySettings)" DbObjectName="Epson.dbo.prodOutput" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="prodOutput" MethodsParameterType="CLR" Modifier="Public" Name="prodOutput" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy14" UserSourceName="prodOutput">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.prodOutput</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="ReturnValue" ParameterName="@RETURN_VALUE" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="datetime" DbType="DateTime" Direction="Input" ParameterName="@start" Precision="23" ProviderType="DateTime" Scale="3" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="datetime" DbType="DateTime" Direction="Input" ParameterName="@end" Precision="23" ProviderType="DateTime" Scale="3" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="varchar" DbType="AnsiString" Direction="Input" ParameterName="@station" Precision="0" ProviderType="VarChar" Scale="0" Size="50" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="EpsonConnectionString (MySettings)" DbObjectName="Epson.dbo.prodOutputDorina" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="prodOutputDorina" MethodsParameterType="CLR" Modifier="Public" Name="prodOutputDorina" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy15" UserSourceName="prodOutputDorina">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.prodOutputDorina</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="ReturnValue" ParameterName="@RETURN_VALUE" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="datetime" DbType="DateTime" Direction="Input" ParameterName="@start" Precision="23" ProviderType="DateTime" Scale="3" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="datetime" DbType="DateTime" Direction="Input" ParameterName="@end" Precision="23" ProviderType="DateTime" Scale="3" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="EpsonConnectionString (MySettings)" DbObjectName="Epson.dbo.repairDetails" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="repairDetails" MethodsParameterType="CLR" Modifier="Public" Name="repairDetails" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy16" UserSourceName="repairDetails">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.repairDetails</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="ReturnValue" ParameterName="@RETURN_VALUE" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="varchar" DbType="AnsiString" Direction="Input" ParameterName="@batchno" Precision="0" ProviderType="VarChar" Scale="0" Size="50" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="EpsonConnectionString (MySettings)" DbObjectName="Epson.dbo.repairDetailsPerDate" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="repairDetailsPerDate" MethodsParameterType="CLR" Modifier="Public" Name="repairDetailsPerDate" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy17" UserSourceName="repairDetailsPerDate">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.repairDetailsPerDate</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="ReturnValue" ParameterName="@RETURN_VALUE" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="varchar" DbType="AnsiString" Direction="Input" ParameterName="@StartDate" Precision="0" ProviderType="VarChar" Scale="0" Size="50" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="varchar" DbType="AnsiString" Direction="Input" ParameterName="@EndDate" Precision="0" ProviderType="VarChar" Scale="0" Size="50" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="EpsonConnectionString (MySettings)" DbObjectName="Epson.dbo.SHIPPER_REPORT" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="SHIPPER_REPORT" MethodsParameterType="CLR" Modifier="Public" Name="SHIPPER_REPORT" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy18" UserSourceName="SHIPPER_REPORT">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.SHIPPER_REPORT</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="ReturnValue" ParameterName="@RETURN_VALUE" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@Shipper" Precision="0" ProviderType="NVarChar" Scale="0" Size="50" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@Container" Precision="0" ProviderType="NVarChar" Scale="0" Size="50" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="EpsonConnectionString (MySettings)" DbObjectName="Epson.dbo.SHIPPER_SUMMARY" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="SHIPPER_SUMMARY" MethodsParameterType="CLR" Modifier="Public" Name="SHIPPER_SUMMARY" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy19" UserSourceName="SHIPPER_SUMMARY">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.SHIPPER_SUMMARY</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="ReturnValue" ParameterName="@RETURN_VALUE" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@Shipper" Precision="0" ProviderType="NVarChar" Scale="0" Size="50" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="EpsonConnectionString (MySettings)" DbObjectName="Epson.dbo.transferPOLine" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="transferPOLine" MethodsParameterType="CLR" Modifier="Public" Name="transferPOLine" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy20" UserSourceName="transferPOLine">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.transferPOLine</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="ReturnValue" ParameterName="@RETURN_VALUE" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@poNumber" Precision="0" ProviderType="NVarChar" Scale="0" Size="50" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@poLine" Precision="0" ProviderType="NVarChar" Scale="0" Size="10" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@newPoNumber" Precision="0" ProviderType="NVarChar" Scale="0" Size="50" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@newPoLine" Precision="0" ProviderType="NVarChar" Scale="0" Size="10" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="EpsonConnectionString (MySettings)" DbObjectName="Epson.dbo.unpackPO" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="unpackPO" MethodsParameterType="CLR" Modifier="Public" Name="unpackPO" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy21" UserSourceName="unpackPO">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.unpackPO</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="ReturnValue" ParameterName="@RETURN_VALUE" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@poNumber" Precision="0" ProviderType="NVarChar" Scale="0" Size="50" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="EpsonConnectionString (MySettings)" DbObjectName="Epson.dbo.unpackPOLine" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="unpackPOLine" MethodsParameterType="CLR" Modifier="Public" Name="unpackPOLine" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy22" UserSourceName="unpackPOLine">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.unpackPOLine</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="ReturnValue" ParameterName="@RETURN_VALUE" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@poNumber" Precision="0" ProviderType="NVarChar" Scale="0" Size="50" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@poLine" Precision="0" ProviderType="NVarChar" Scale="0" Size="10" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="EpsonConnectionString (MySettings)" DbObjectName="Epson.dbo.WIP" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="WIP" MethodsParameterType="CLR" Modifier="Public" Name="WIP" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy23" UserSourceName="WIP">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.WIP</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="ReturnValue" ParameterName="@RETURN_VALUE" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="EpsonConnectionString (MySettings)" DbObjectName="Epson.dbo.WIPperFamily" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="WIPperFamily" MethodsParameterType="CLR" Modifier="Public" Name="WIPperFamily" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy24" UserSourceName="WIPperFamily">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.WIPperFamily</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="ReturnValue" ParameterName="@RETURN_VALUE" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="varchar" DbType="AnsiString" Direction="Input" ParameterName="@modelFamily" Precision="0" ProviderType="VarChar" Scale="0" Size="200" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="EpsonConnectionString (MySettings)" DbObjectName="Epson.dbo.yield" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="yield" MethodsParameterType="CLR" Modifier="Public" Name="yield" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy25" UserSourceName="yield">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.yield</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="ReturnValue" ParameterName="@RETURN_VALUE" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="varchar" DbType="AnsiString" Direction="Input" ParameterName="@batchno" Precision="0" ProviderType="VarChar" Scale="0" Size="100" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="EpsonConnectionString (MySettings)" DbObjectName="Epson.dbo.getDANumber" DbObjectType="Function" GenerateShortCommands="true" GeneratorSourceName="getDANumber" MethodsParameterType="CLR" Modifier="Public" Name="getDANumber" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy26" UserSourceName="getDANumber">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.getDANumber</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="varchar" DbType="AnsiString" Direction="ReturnValue" ParameterName="@RETURN_VALUE" Precision="0" ProviderType="VarChar" Scale="0" Size="50" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="varchar" DbType="AnsiString" Direction="Input" ParameterName="@serialNo" Precision="0" ProviderType="VarChar" Scale="0" Size="50" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</Sources>
|
|
</DataSource>
|
|
</xs:appinfo>
|
|
</xs:annotation>
|
|
<xs:element name="EpsonDataSet1" msdata:IsDataSet="true" msdata:UseCurrentLocale="true" msprop:EnableTableAdapterManager="True" msprop:Generator_DataSetName="EpsonDataSet1" msprop:Generator_UserDSName="EpsonDataSet1">
|
|
<xs:complexType>
|
|
<xs:choice minOccurs="0" maxOccurs="unbounded">
|
|
<xs:element name="AOIQ_Temp" msprop:Generator_TableClassName="AOIQ_TempDataTable" msprop:Generator_TableVarName="tableAOIQ_Temp" msprop:Generator_RowChangedName="AOIQ_TempRowChanged" msprop:Generator_TablePropName="AOIQ_Temp" msprop:Generator_RowDeletingName="AOIQ_TempRowDeleting" msprop:Generator_RowChangingName="AOIQ_TempRowChanging" msprop:Generator_RowEvHandlerName="AOIQ_TempRowChangeEventHandler" msprop:Generator_RowDeletedName="AOIQ_TempRowDeleted" msprop:Generator_RowClassName="AOIQ_TempRow" msprop:Generator_UserTableName="AOIQ_Temp" msprop:Generator_RowEvArgName="AOIQ_TempRowChangeEvent">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="Stage" msprop:Generator_ColumnVarNameInTable="columnStage" msprop:Generator_ColumnPropNameInRow="Stage" msprop:Generator_ColumnPropNameInTable="StageColumn" msprop:Generator_UserColumnName="Stage">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="21" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Qty" msprop:Generator_ColumnVarNameInTable="columnQty" msprop:Generator_ColumnPropNameInRow="Qty" msprop:Generator_ColumnPropNameInTable="QtyColumn" msprop:Generator_UserColumnName="Qty" type="xs:int" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="batch" msprop:Generator_TableClassName="batchDataTable" msprop:Generator_TableVarName="tablebatch" msprop:Generator_RowChangedName="batchRowChanged" msprop:Generator_TablePropName="batch" msprop:Generator_RowDeletingName="batchRowDeleting" msprop:Generator_RowChangingName="batchRowChanging" msprop:Generator_RowEvHandlerName="batchRowChangeEventHandler" msprop:Generator_RowDeletedName="batchRowDeleted" msprop:Generator_RowClassName="batchRow" msprop:Generator_UserTableName="batch" msprop:Generator_RowEvArgName="batchRowChangeEvent">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="batchId" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_ColumnVarNameInTable="columnbatchId" msprop:Generator_ColumnPropNameInRow="batchId" msprop:Generator_ColumnPropNameInTable="batchIdColumn" msprop:Generator_UserColumnName="batchId" type="xs:int" />
|
|
<xs:element name="batchNo" msprop:Generator_ColumnVarNameInTable="columnbatchNo" msprop:Generator_ColumnPropNameInRow="batchNo" msprop:Generator_ColumnPropNameInTable="batchNoColumn" msprop:Generator_UserColumnName="batchNo" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="partNo" msprop:Generator_ColumnVarNameInTable="columnpartNo" msprop:Generator_ColumnPropNameInRow="partNo" msprop:Generator_ColumnPropNameInTable="partNoColumn" msprop:Generator_UserColumnName="partNo" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="line" msprop:Generator_ColumnVarNameInTable="columnline" msprop:Generator_ColumnPropNameInRow="line" msprop:Generator_ColumnPropNameInTable="lineColumn" msprop:Generator_UserColumnName="line" type="xs:int" minOccurs="0" />
|
|
<xs:element name="quantity" msprop:Generator_ColumnVarNameInTable="columnquantity" msprop:Generator_ColumnPropNameInRow="quantity" msprop:Generator_ColumnPropNameInTable="quantityColumn" msprop:Generator_UserColumnName="quantity" type="xs:int" minOccurs="0" />
|
|
<xs:element name="prefix" msprop:Generator_ColumnVarNameInTable="columnprefix" msprop:Generator_ColumnPropNameInRow="prefix" msprop:Generator_ColumnPropNameInTable="prefixColumn" msprop:Generator_UserColumnName="prefix" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="suffix" msprop:Generator_ColumnVarNameInTable="columnsuffix" msprop:Generator_ColumnPropNameInRow="suffix" msprop:Generator_ColumnPropNameInTable="suffixColumn" msprop:Generator_UserColumnName="suffix" type="xs:int" minOccurs="0" />
|
|
<xs:element name="lastupdatedby" msprop:Generator_ColumnVarNameInTable="columnlastupdatedby" msprop:Generator_ColumnPropNameInRow="lastupdatedby" msprop:Generator_ColumnPropNameInTable="lastupdatedbyColumn" msprop:Generator_UserColumnName="lastupdatedby" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="lastupdate" msprop:Generator_ColumnVarNameInTable="columnlastupdate" msprop:Generator_ColumnPropNameInRow="lastupdate" msprop:Generator_ColumnPropNameInTable="lastupdateColumn" msprop:Generator_UserColumnName="lastupdate" type="xs:dateTime" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="card" msprop:Generator_TableClassName="cardDataTable" msprop:Generator_TableVarName="tablecard" msprop:Generator_RowChangedName="cardRowChanged" msprop:Generator_TablePropName="card" msprop:Generator_RowDeletingName="cardRowDeleting" msprop:Generator_RowChangingName="cardRowChanging" msprop:Generator_RowEvHandlerName="cardRowChangeEventHandler" msprop:Generator_RowDeletedName="cardRowDeleted" msprop:Generator_RowClassName="cardRow" msprop:Generator_UserTableName="card" msprop:Generator_RowEvArgName="cardRowChangeEvent">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="cardno" msprop:Generator_ColumnVarNameInTable="columncardno" msprop:Generator_ColumnPropNameInRow="cardno" msprop:Generator_ColumnPropNameInTable="cardnoColumn" msprop:Generator_UserColumnName="cardno">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="serialno" msprop:Generator_ColumnVarNameInTable="columnserialno" msprop:Generator_ColumnPropNameInRow="serialno" msprop:Generator_ColumnPropNameInTable="serialnoColumn" msprop:Generator_UserColumnName="serialno" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="ptno" msprop:Generator_ColumnVarNameInTable="columnptno" msprop:Generator_ColumnPropNameInRow="ptno" msprop:Generator_ColumnPropNameInTable="ptnoColumn" msprop:Generator_UserColumnName="ptno" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="lotno" msprop:Generator_ColumnVarNameInTable="columnlotno" msprop:Generator_ColumnPropNameInRow="lotno" msprop:Generator_ColumnPropNameInTable="lotnoColumn" msprop:Generator_UserColumnName="lotno" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="partno" msprop:Generator_ColumnVarNameInTable="columnpartno" msprop:Generator_ColumnPropNameInRow="partno" msprop:Generator_ColumnPropNameInTable="partnoColumn" msprop:Generator_UserColumnName="partno" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="revision" msprop:Generator_ColumnVarNameInTable="columnrevision" msprop:Generator_ColumnPropNameInRow="revision" msprop:Generator_ColumnPropNameInTable="revisionColumn" msprop:Generator_UserColumnName="revision" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="linecode" msprop:Generator_ColumnVarNameInTable="columnlinecode" msprop:Generator_ColumnPropNameInRow="linecode" msprop:Generator_ColumnPropNameInTable="linecodeColumn" msprop:Generator_UserColumnName="linecode" type="xs:int" minOccurs="0" />
|
|
<xs:element name="holdflag" msprop:Generator_ColumnVarNameInTable="columnholdflag" msprop:Generator_ColumnPropNameInRow="holdflag" msprop:Generator_ColumnPropNameInTable="holdflagColumn" msprop:Generator_UserColumnName="holdflag" type="xs:int" minOccurs="0" />
|
|
<xs:element name="packflag" msprop:Generator_ColumnVarNameInTable="columnpackflag" msprop:Generator_ColumnPropNameInRow="packflag" msprop:Generator_ColumnPropNameInTable="packflagColumn" msprop:Generator_UserColumnName="packflag" type="xs:int" minOccurs="0" />
|
|
<xs:element name="shipflag" msprop:Generator_ColumnVarNameInTable="columnshipflag" msprop:Generator_ColumnPropNameInRow="shipflag" msprop:Generator_ColumnPropNameInTable="shipflagColumn" msprop:Generator_UserColumnName="shipflag" type="xs:int" minOccurs="0" />
|
|
<xs:element name="status" msprop:Generator_ColumnVarNameInTable="columnstatus" msprop:Generator_ColumnPropNameInRow="status" msprop:Generator_ColumnPropNameInTable="statusColumn" msprop:Generator_UserColumnName="status" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="lottype" msprop:Generator_ColumnVarNameInTable="columnlottype" msprop:Generator_ColumnPropNameInRow="lottype" msprop:Generator_ColumnPropNameInTable="lottypeColumn" msprop:Generator_UserColumnName="lottype" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="curtstage" msprop:Generator_ColumnVarNameInTable="columncurtstage" msprop:Generator_ColumnPropNameInRow="curtstage" msprop:Generator_ColumnPropNameInTable="curtstageColumn" msprop:Generator_UserColumnName="curtstage" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="starttime" msprop:Generator_ColumnVarNameInTable="columnstarttime" msprop:Generator_ColumnPropNameInRow="starttime" msprop:Generator_ColumnPropNameInTable="starttimeColumn" msprop:Generator_UserColumnName="starttime" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="starttimeRef" msprop:Generator_ColumnVarNameInTable="columnstarttimeRef" msprop:Generator_ColumnPropNameInRow="starttimeRef" msprop:Generator_ColumnPropNameInTable="starttimeRefColumn" msprop:Generator_UserColumnName="starttimeRef" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="lastupdate" msprop:Generator_ColumnVarNameInTable="columnlastupdate" msprop:Generator_ColumnPropNameInRow="lastupdate" msprop:Generator_ColumnPropNameInTable="lastupdateColumn" msprop:Generator_UserColumnName="lastupdate" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="lastupdatedby" msprop:Generator_ColumnVarNameInTable="columnlastupdatedby" msprop:Generator_ColumnPropNameInRow="lastupdatedby" msprop:Generator_ColumnPropNameInTable="lastupdatedbyColumn" msprop:Generator_UserColumnName="lastupdatedby" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="card_backup" msprop:Generator_TableClassName="card_backupDataTable" msprop:Generator_TableVarName="tablecard_backup" msprop:Generator_RowChangedName="card_backupRowChanged" msprop:Generator_TablePropName="card_backup" msprop:Generator_RowDeletingName="card_backupRowDeleting" msprop:Generator_RowChangingName="card_backupRowChanging" msprop:Generator_RowEvHandlerName="card_backupRowChangeEventHandler" msprop:Generator_RowDeletedName="card_backupRowDeleted" msprop:Generator_RowClassName="card_backupRow" msprop:Generator_UserTableName="card_backup" msprop:Generator_RowEvArgName="card_backupRowChangeEvent">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="cardno" msprop:Generator_ColumnVarNameInTable="columncardno" msprop:Generator_ColumnPropNameInRow="cardno" msprop:Generator_ColumnPropNameInTable="cardnoColumn" msprop:Generator_UserColumnName="cardno">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="serialno" msprop:Generator_ColumnVarNameInTable="columnserialno" msprop:Generator_ColumnPropNameInRow="serialno" msprop:Generator_ColumnPropNameInTable="serialnoColumn" msprop:Generator_UserColumnName="serialno" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="ptno" msprop:Generator_ColumnVarNameInTable="columnptno" msprop:Generator_ColumnPropNameInRow="ptno" msprop:Generator_ColumnPropNameInTable="ptnoColumn" msprop:Generator_UserColumnName="ptno" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="lotno" msprop:Generator_ColumnVarNameInTable="columnlotno" msprop:Generator_ColumnPropNameInRow="lotno" msprop:Generator_ColumnPropNameInTable="lotnoColumn" msprop:Generator_UserColumnName="lotno" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="partno" msprop:Generator_ColumnVarNameInTable="columnpartno" msprop:Generator_ColumnPropNameInRow="partno" msprop:Generator_ColumnPropNameInTable="partnoColumn" msprop:Generator_UserColumnName="partno" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="revision" msprop:Generator_ColumnVarNameInTable="columnrevision" msprop:Generator_ColumnPropNameInRow="revision" msprop:Generator_ColumnPropNameInTable="revisionColumn" msprop:Generator_UserColumnName="revision" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="linecode" msprop:Generator_ColumnVarNameInTable="columnlinecode" msprop:Generator_ColumnPropNameInRow="linecode" msprop:Generator_ColumnPropNameInTable="linecodeColumn" msprop:Generator_UserColumnName="linecode" type="xs:int" minOccurs="0" />
|
|
<xs:element name="holdflag" msprop:Generator_ColumnVarNameInTable="columnholdflag" msprop:Generator_ColumnPropNameInRow="holdflag" msprop:Generator_ColumnPropNameInTable="holdflagColumn" msprop:Generator_UserColumnName="holdflag" type="xs:int" minOccurs="0" />
|
|
<xs:element name="packflag" msprop:Generator_ColumnVarNameInTable="columnpackflag" msprop:Generator_ColumnPropNameInRow="packflag" msprop:Generator_ColumnPropNameInTable="packflagColumn" msprop:Generator_UserColumnName="packflag" type="xs:int" minOccurs="0" />
|
|
<xs:element name="shipflag" msprop:Generator_ColumnVarNameInTable="columnshipflag" msprop:Generator_ColumnPropNameInRow="shipflag" msprop:Generator_ColumnPropNameInTable="shipflagColumn" msprop:Generator_UserColumnName="shipflag" type="xs:int" minOccurs="0" />
|
|
<xs:element name="status" msprop:Generator_ColumnVarNameInTable="columnstatus" msprop:Generator_ColumnPropNameInRow="status" msprop:Generator_ColumnPropNameInTable="statusColumn" msprop:Generator_UserColumnName="status" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="lottype" msprop:Generator_ColumnVarNameInTable="columnlottype" msprop:Generator_ColumnPropNameInRow="lottype" msprop:Generator_ColumnPropNameInTable="lottypeColumn" msprop:Generator_UserColumnName="lottype" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="curtstage" msprop:Generator_ColumnVarNameInTable="columncurtstage" msprop:Generator_ColumnPropNameInRow="curtstage" msprop:Generator_ColumnPropNameInTable="curtstageColumn" msprop:Generator_UserColumnName="curtstage" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="starttime" msprop:Generator_ColumnVarNameInTable="columnstarttime" msprop:Generator_ColumnPropNameInRow="starttime" msprop:Generator_ColumnPropNameInTable="starttimeColumn" msprop:Generator_UserColumnName="starttime" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="starttimeRef" msprop:Generator_ColumnVarNameInTable="columnstarttimeRef" msprop:Generator_ColumnPropNameInRow="starttimeRef" msprop:Generator_ColumnPropNameInTable="starttimeRefColumn" msprop:Generator_UserColumnName="starttimeRef" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="lastupdate" msprop:Generator_ColumnVarNameInTable="columnlastupdate" msprop:Generator_ColumnPropNameInRow="lastupdate" msprop:Generator_ColumnPropNameInTable="lastupdateColumn" msprop:Generator_UserColumnName="lastupdate" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="lastupdatedby" msprop:Generator_ColumnVarNameInTable="columnlastupdatedby" msprop:Generator_ColumnPropNameInRow="lastupdatedby" msprop:Generator_ColumnPropNameInTable="lastupdatedbyColumn" msprop:Generator_UserColumnName="lastupdatedby" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="card_Hist" msprop:Generator_TableClassName="card_HistDataTable" msprop:Generator_TableVarName="tablecard_Hist" msprop:Generator_RowChangedName="card_HistRowChanged" msprop:Generator_TablePropName="card_Hist" msprop:Generator_RowDeletingName="card_HistRowDeleting" msprop:Generator_RowChangingName="card_HistRowChanging" msprop:Generator_RowEvHandlerName="card_HistRowChangeEventHandler" msprop:Generator_RowDeletedName="card_HistRowDeleted" msprop:Generator_RowClassName="card_HistRow" msprop:Generator_UserTableName="card_Hist" msprop:Generator_RowEvArgName="card_HistRowChangeEvent">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="cardno" msprop:Generator_ColumnVarNameInTable="columncardno" msprop:Generator_ColumnPropNameInRow="cardno" msprop:Generator_ColumnPropNameInTable="cardnoColumn" msprop:Generator_UserColumnName="cardno" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="serialno" msprop:Generator_ColumnVarNameInTable="columnserialno" msprop:Generator_ColumnPropNameInRow="serialno" msprop:Generator_ColumnPropNameInTable="serialnoColumn" msprop:Generator_UserColumnName="serialno" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="ptno" msprop:Generator_ColumnVarNameInTable="columnptno" msprop:Generator_ColumnPropNameInRow="ptno" msprop:Generator_ColumnPropNameInTable="ptnoColumn" msprop:Generator_UserColumnName="ptno" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="lotno" msprop:Generator_ColumnVarNameInTable="columnlotno" msprop:Generator_ColumnPropNameInRow="lotno" msprop:Generator_ColumnPropNameInTable="lotnoColumn" msprop:Generator_UserColumnName="lotno" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="partno" msprop:Generator_ColumnVarNameInTable="columnpartno" msprop:Generator_ColumnPropNameInRow="partno" msprop:Generator_ColumnPropNameInTable="partnoColumn" msprop:Generator_UserColumnName="partno" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="revision" msprop:Generator_ColumnVarNameInTable="columnrevision" msprop:Generator_ColumnPropNameInRow="revision" msprop:Generator_ColumnPropNameInTable="revisionColumn" msprop:Generator_UserColumnName="revision" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="linecode" msprop:Generator_ColumnVarNameInTable="columnlinecode" msprop:Generator_ColumnPropNameInRow="linecode" msprop:Generator_ColumnPropNameInTable="linecodeColumn" msprop:Generator_UserColumnName="linecode" type="xs:int" minOccurs="0" />
|
|
<xs:element name="holdflag" msprop:Generator_ColumnVarNameInTable="columnholdflag" msprop:Generator_ColumnPropNameInRow="holdflag" msprop:Generator_ColumnPropNameInTable="holdflagColumn" msprop:Generator_UserColumnName="holdflag" type="xs:int" minOccurs="0" />
|
|
<xs:element name="packflag" msprop:Generator_ColumnVarNameInTable="columnpackflag" msprop:Generator_ColumnPropNameInRow="packflag" msprop:Generator_ColumnPropNameInTable="packflagColumn" msprop:Generator_UserColumnName="packflag" type="xs:int" minOccurs="0" />
|
|
<xs:element name="shipflag" msprop:Generator_ColumnVarNameInTable="columnshipflag" msprop:Generator_ColumnPropNameInRow="shipflag" msprop:Generator_ColumnPropNameInTable="shipflagColumn" msprop:Generator_UserColumnName="shipflag" type="xs:int" minOccurs="0" />
|
|
<xs:element name="status" msprop:Generator_ColumnVarNameInTable="columnstatus" msprop:Generator_ColumnPropNameInRow="status" msprop:Generator_ColumnPropNameInTable="statusColumn" msprop:Generator_UserColumnName="status" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="lottype" msprop:Generator_ColumnVarNameInTable="columnlottype" msprop:Generator_ColumnPropNameInRow="lottype" msprop:Generator_ColumnPropNameInTable="lottypeColumn" msprop:Generator_UserColumnName="lottype" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="curtstage" msprop:Generator_ColumnVarNameInTable="columncurtstage" msprop:Generator_ColumnPropNameInRow="curtstage" msprop:Generator_ColumnPropNameInTable="curtstageColumn" msprop:Generator_UserColumnName="curtstage" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="starttime" msprop:Generator_ColumnVarNameInTable="columnstarttime" msprop:Generator_ColumnPropNameInRow="starttime" msprop:Generator_ColumnPropNameInTable="starttimeColumn" msprop:Generator_UserColumnName="starttime" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="starttimeRef" msprop:Generator_ColumnVarNameInTable="columnstarttimeRef" msprop:Generator_ColumnPropNameInRow="starttimeRef" msprop:Generator_ColumnPropNameInTable="starttimeRefColumn" msprop:Generator_UserColumnName="starttimeRef" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="lastupdate" msprop:Generator_ColumnVarNameInTable="columnlastupdate" msprop:Generator_ColumnPropNameInRow="lastupdate" msprop:Generator_ColumnPropNameInTable="lastupdateColumn" msprop:Generator_UserColumnName="lastupdate" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="lastupdatedby" msprop:Generator_ColumnVarNameInTable="columnlastupdatedby" msprop:Generator_ColumnPropNameInRow="lastupdatedby" msprop:Generator_ColumnPropNameInTable="lastupdatedbyColumn" msprop:Generator_UserColumnName="lastupdatedby" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="cardHist" msprop:Generator_TableClassName="cardHistDataTable" msprop:Generator_TableVarName="tablecardHist" msprop:Generator_RowChangedName="cardHistRowChanged" msprop:Generator_TablePropName="cardHist" msprop:Generator_RowDeletingName="cardHistRowDeleting" msprop:Generator_RowChangingName="cardHistRowChanging" msprop:Generator_RowEvHandlerName="cardHistRowChangeEventHandler" msprop:Generator_RowDeletedName="cardHistRowDeleted" msprop:Generator_RowClassName="cardHistRow" msprop:Generator_UserTableName="cardHist" msprop:Generator_RowEvArgName="cardHistRowChangeEvent">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="lineNum" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_ColumnVarNameInTable="columnlineNum" msprop:Generator_ColumnPropNameInRow="lineNum" msprop:Generator_ColumnPropNameInTable="lineNumColumn" msprop:Generator_UserColumnName="lineNum" type="xs:long" />
|
|
<xs:element name="cardno" msprop:Generator_ColumnVarNameInTable="columncardno" msprop:Generator_ColumnPropNameInRow="cardno" msprop:Generator_ColumnPropNameInTable="cardnoColumn" msprop:Generator_UserColumnName="cardno" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="serialno" msprop:Generator_ColumnVarNameInTable="columnserialno" msprop:Generator_ColumnPropNameInRow="serialno" msprop:Generator_ColumnPropNameInTable="serialnoColumn" msprop:Generator_UserColumnName="serialno" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="partno" msprop:Generator_ColumnVarNameInTable="columnpartno" msprop:Generator_ColumnPropNameInRow="partno" msprop:Generator_ColumnPropNameInTable="partnoColumn" msprop:Generator_UserColumnName="partno" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="revision" msprop:Generator_ColumnVarNameInTable="columnrevision" msprop:Generator_ColumnPropNameInRow="revision" msprop:Generator_ColumnPropNameInTable="revisionColumn" msprop:Generator_UserColumnName="revision" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="linecode" msprop:Generator_ColumnVarNameInTable="columnlinecode" msprop:Generator_ColumnPropNameInRow="linecode" msprop:Generator_ColumnPropNameInTable="linecodeColumn" msprop:Generator_UserColumnName="linecode" type="xs:int" minOccurs="0" />
|
|
<xs:element name="holdflag" msprop:Generator_ColumnVarNameInTable="columnholdflag" msprop:Generator_ColumnPropNameInRow="holdflag" msprop:Generator_ColumnPropNameInTable="holdflagColumn" msprop:Generator_UserColumnName="holdflag" type="xs:int" minOccurs="0" />
|
|
<xs:element name="packflag" msprop:Generator_ColumnVarNameInTable="columnpackflag" msprop:Generator_ColumnPropNameInRow="packflag" msprop:Generator_ColumnPropNameInTable="packflagColumn" msprop:Generator_UserColumnName="packflag" type="xs:int" minOccurs="0" />
|
|
<xs:element name="shipflag" msprop:Generator_ColumnVarNameInTable="columnshipflag" msprop:Generator_ColumnPropNameInRow="shipflag" msprop:Generator_ColumnPropNameInTable="shipflagColumn" msprop:Generator_UserColumnName="shipflag" type="xs:int" minOccurs="0" />
|
|
<xs:element name="status" msprop:Generator_ColumnVarNameInTable="columnstatus" msprop:Generator_ColumnPropNameInRow="status" msprop:Generator_ColumnPropNameInTable="statusColumn" msprop:Generator_UserColumnName="status" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="lottype" msprop:Generator_ColumnVarNameInTable="columnlottype" msprop:Generator_ColumnPropNameInRow="lottype" msprop:Generator_ColumnPropNameInTable="lottypeColumn" msprop:Generator_UserColumnName="lottype" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="curtstage" msprop:Generator_ColumnVarNameInTable="columncurtstage" msprop:Generator_ColumnPropNameInRow="curtstage" msprop:Generator_ColumnPropNameInTable="curtstageColumn" msprop:Generator_UserColumnName="curtstage" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="starttime" msprop:Generator_ColumnVarNameInTable="columnstarttime" msprop:Generator_ColumnPropNameInRow="starttime" msprop:Generator_ColumnPropNameInTable="starttimeColumn" msprop:Generator_UserColumnName="starttime" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="starttimeRef" msprop:Generator_ColumnVarNameInTable="columnstarttimeRef" msprop:Generator_ColumnPropNameInRow="starttimeRef" msprop:Generator_ColumnPropNameInTable="starttimeRefColumn" msprop:Generator_UserColumnName="starttimeRef" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="action" msprop:Generator_ColumnVarNameInTable="columnaction" msprop:Generator_ColumnPropNameInRow="action" msprop:Generator_ColumnPropNameInTable="actionColumn" msprop:Generator_UserColumnName="action" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="lastupdate" msprop:Generator_ColumnVarNameInTable="columnlastupdate" msprop:Generator_ColumnPropNameInRow="lastupdate" msprop:Generator_ColumnPropNameInTable="lastupdateColumn" msprop:Generator_UserColumnName="lastupdate" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="lastupdatedby" msprop:Generator_ColumnVarNameInTable="columnlastupdatedby" msprop:Generator_ColumnPropNameInRow="lastupdatedby" msprop:Generator_ColumnPropNameInTable="lastupdatedbyColumn" msprop:Generator_UserColumnName="lastupdatedby" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="component_parts" msprop:Generator_TableClassName="component_partsDataTable" msprop:Generator_TableVarName="tablecomponent_parts" msprop:Generator_RowChangedName="component_partsRowChanged" msprop:Generator_TablePropName="component_parts" msprop:Generator_RowDeletingName="component_partsRowDeleting" msprop:Generator_RowChangingName="component_partsRowChanging" msprop:Generator_RowEvHandlerName="component_partsRowChangeEventHandler" msprop:Generator_RowDeletedName="component_partsRowDeleted" msprop:Generator_RowClassName="component_partsRow" msprop:Generator_UserTableName="component_parts" msprop:Generator_RowEvArgName="component_partsRowChangeEvent">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="parent" msprop:Generator_ColumnVarNameInTable="columnparent" msprop:Generator_ColumnPropNameInRow="parent" msprop:Generator_ColumnPropNameInTable="parentColumn" msprop:Generator_UserColumnName="parent" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="component" msprop:Generator_ColumnVarNameInTable="columncomponent" msprop:Generator_ColumnPropNameInRow="component" msprop:Generator_ColumnPropNameInTable="componentColumn" msprop:Generator_UserColumnName="component" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="CTS" msprop:Generator_TableClassName="CTSDataTable" msprop:Generator_TableVarName="tableCTS" msprop:Generator_RowChangedName="CTSRowChanged" msprop:Generator_TablePropName="CTS" msprop:Generator_RowDeletingName="CTSRowDeleting" msprop:Generator_RowChangingName="CTSRowChanging" msprop:Generator_RowEvHandlerName="CTSRowChangeEventHandler" msprop:Generator_RowDeletedName="CTSRowDeleted" msprop:Generator_RowClassName="CTSRow" msprop:Generator_UserTableName="CTS" msprop:Generator_RowEvArgName="CTSRowChangeEvent">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="serialno" msprop:Generator_ColumnVarNameInTable="columnserialno" msprop:Generator_ColumnPropNameInRow="serialno" msprop:Generator_ColumnPropNameInTable="serialnoColumn" msprop:Generator_UserColumnName="serialno" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="location" msprop:Generator_ColumnVarNameInTable="columnlocation" msprop:Generator_ColumnPropNameInRow="location" msprop:Generator_ColumnPropNameInTable="locationColumn" msprop:Generator_UserColumnName="location" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="partno" msprop:Generator_ColumnVarNameInTable="columnpartno" msprop:Generator_ColumnPropNameInRow="partno" msprop:Generator_ColumnPropNameInTable="partnoColumn" msprop:Generator_UserColumnName="partno" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="lotnumber" msprop:Generator_ColumnVarNameInTable="columnlotnumber" msprop:Generator_ColumnPropNameInRow="lotnumber" msprop:Generator_ColumnPropNameInTable="lotnumberColumn" msprop:Generator_UserColumnName="lotnumber" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="lastupdate" msprop:Generator_ColumnVarNameInTable="columnlastupdate" msprop:Generator_ColumnPropNameInRow="lastupdate" msprop:Generator_ColumnPropNameInTable="lastupdateColumn" msprop:Generator_UserColumnName="lastupdate" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="lastupdatedby" msprop:Generator_ColumnVarNameInTable="columnlastupdatedby" msprop:Generator_ColumnPropNameInRow="lastupdatedby" msprop:Generator_ColumnPropNameInTable="lastupdatedbyColumn" msprop:Generator_UserColumnName="lastupdatedby" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="defectCatProd" msprop:Generator_TableClassName="defectCatProdDataTable" msprop:Generator_TableVarName="tabledefectCatProd" msprop:Generator_RowChangedName="defectCatProdRowChanged" msprop:Generator_TablePropName="defectCatProd" msprop:Generator_RowDeletingName="defectCatProdRowDeleting" msprop:Generator_RowChangingName="defectCatProdRowChanging" msprop:Generator_RowEvHandlerName="defectCatProdRowChangeEventHandler" msprop:Generator_RowDeletedName="defectCatProdRowDeleted" msprop:Generator_RowClassName="defectCatProdRow" msprop:Generator_UserTableName="defectCatProd" msprop:Generator_RowEvArgName="defectCatProdRowChangeEvent">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="defectCatCode" msprop:Generator_ColumnVarNameInTable="columndefectCatCode" msprop:Generator_ColumnPropNameInRow="defectCatCode" msprop:Generator_ColumnPropNameInTable="defectCatCodeColumn" msprop:Generator_UserColumnName="defectCatCode">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="description" msprop:Generator_ColumnVarNameInTable="columndescription" msprop:Generator_ColumnPropNameInRow="description" msprop:Generator_ColumnPropNameInTable="descriptionColumn" msprop:Generator_UserColumnName="description" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="active" msprop:Generator_ColumnVarNameInTable="columnactive" msprop:Generator_ColumnPropNameInRow="active" msprop:Generator_ColumnPropNameInTable="activeColumn" msprop:Generator_UserColumnName="active" type="xs:int" minOccurs="0" />
|
|
<xs:element name="lastupdate" msprop:Generator_ColumnVarNameInTable="columnlastupdate" msprop:Generator_ColumnPropNameInRow="lastupdate" msprop:Generator_ColumnPropNameInTable="lastupdateColumn" msprop:Generator_UserColumnName="lastupdate" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="lastupdatedby" msprop:Generator_ColumnVarNameInTable="columnlastupdatedby" msprop:Generator_ColumnPropNameInRow="lastupdatedby" msprop:Generator_ColumnPropNameInTable="lastupdatedbyColumn" msprop:Generator_UserColumnName="lastupdatedby" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="defectCatProdHist" msprop:Generator_TableClassName="defectCatProdHistDataTable" msprop:Generator_TableVarName="tabledefectCatProdHist" msprop:Generator_RowChangedName="defectCatProdHistRowChanged" msprop:Generator_TablePropName="defectCatProdHist" msprop:Generator_RowDeletingName="defectCatProdHistRowDeleting" msprop:Generator_RowChangingName="defectCatProdHistRowChanging" msprop:Generator_RowEvHandlerName="defectCatProdHistRowChangeEventHandler" msprop:Generator_RowDeletedName="defectCatProdHistRowDeleted" msprop:Generator_RowClassName="defectCatProdHistRow" msprop:Generator_UserTableName="defectCatProdHist" msprop:Generator_RowEvArgName="defectCatProdHistRowChangeEvent">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="lineNum" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_ColumnVarNameInTable="columnlineNum" msprop:Generator_ColumnPropNameInRow="lineNum" msprop:Generator_ColumnPropNameInTable="lineNumColumn" msprop:Generator_UserColumnName="lineNum" type="xs:long" />
|
|
<xs:element name="defectCatCode" msprop:Generator_ColumnVarNameInTable="columndefectCatCode" msprop:Generator_ColumnPropNameInRow="defectCatCode" msprop:Generator_ColumnPropNameInTable="defectCatCodeColumn" msprop:Generator_UserColumnName="defectCatCode" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="description" msprop:Generator_ColumnVarNameInTable="columndescription" msprop:Generator_ColumnPropNameInRow="description" msprop:Generator_ColumnPropNameInTable="descriptionColumn" msprop:Generator_UserColumnName="description" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="active" msprop:Generator_ColumnVarNameInTable="columnactive" msprop:Generator_ColumnPropNameInRow="active" msprop:Generator_ColumnPropNameInTable="activeColumn" msprop:Generator_UserColumnName="active" type="xs:int" minOccurs="0" />
|
|
<xs:element name="status" msprop:Generator_ColumnVarNameInTable="columnstatus" msprop:Generator_ColumnPropNameInRow="status" msprop:Generator_ColumnPropNameInTable="statusColumn" msprop:Generator_UserColumnName="status" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="lastupdate" msprop:Generator_ColumnVarNameInTable="columnlastupdate" msprop:Generator_ColumnPropNameInRow="lastupdate" msprop:Generator_ColumnPropNameInTable="lastupdateColumn" msprop:Generator_UserColumnName="lastupdate" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="lastupdatedby" msprop:Generator_ColumnVarNameInTable="columnlastupdatedby" msprop:Generator_ColumnPropNameInRow="lastupdatedby" msprop:Generator_ColumnPropNameInTable="lastupdatedbyColumn" msprop:Generator_UserColumnName="lastupdatedby" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="defectCatQC" msprop:Generator_TableClassName="defectCatQCDataTable" msprop:Generator_TableVarName="tabledefectCatQC" msprop:Generator_RowChangedName="defectCatQCRowChanged" msprop:Generator_TablePropName="defectCatQC" msprop:Generator_RowDeletingName="defectCatQCRowDeleting" msprop:Generator_RowChangingName="defectCatQCRowChanging" msprop:Generator_RowEvHandlerName="defectCatQCRowChangeEventHandler" msprop:Generator_RowDeletedName="defectCatQCRowDeleted" msprop:Generator_RowClassName="defectCatQCRow" msprop:Generator_UserTableName="defectCatQC" msprop:Generator_RowEvArgName="defectCatQCRowChangeEvent">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="defectCatCode" msprop:Generator_ColumnVarNameInTable="columndefectCatCode" msprop:Generator_ColumnPropNameInRow="defectCatCode" msprop:Generator_ColumnPropNameInTable="defectCatCodeColumn" msprop:Generator_UserColumnName="defectCatCode">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="description" msprop:Generator_ColumnVarNameInTable="columndescription" msprop:Generator_ColumnPropNameInRow="description" msprop:Generator_ColumnPropNameInTable="descriptionColumn" msprop:Generator_UserColumnName="description" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="active" msprop:Generator_ColumnVarNameInTable="columnactive" msprop:Generator_ColumnPropNameInRow="active" msprop:Generator_ColumnPropNameInTable="activeColumn" msprop:Generator_UserColumnName="active" type="xs:int" minOccurs="0" />
|
|
<xs:element name="lastupdate" msprop:Generator_ColumnVarNameInTable="columnlastupdate" msprop:Generator_ColumnPropNameInRow="lastupdate" msprop:Generator_ColumnPropNameInTable="lastupdateColumn" msprop:Generator_UserColumnName="lastupdate" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="lastupdatedby" msprop:Generator_ColumnVarNameInTable="columnlastupdatedby" msprop:Generator_ColumnPropNameInRow="lastupdatedby" msprop:Generator_ColumnPropNameInTable="lastupdatedbyColumn" msprop:Generator_UserColumnName="lastupdatedby" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="defectCatQCHist" msprop:Generator_TableClassName="defectCatQCHistDataTable" msprop:Generator_TableVarName="tabledefectCatQCHist" msprop:Generator_RowChangedName="defectCatQCHistRowChanged" msprop:Generator_TablePropName="defectCatQCHist" msprop:Generator_RowDeletingName="defectCatQCHistRowDeleting" msprop:Generator_RowChangingName="defectCatQCHistRowChanging" msprop:Generator_RowEvHandlerName="defectCatQCHistRowChangeEventHandler" msprop:Generator_RowDeletedName="defectCatQCHistRowDeleted" msprop:Generator_RowClassName="defectCatQCHistRow" msprop:Generator_UserTableName="defectCatQCHist" msprop:Generator_RowEvArgName="defectCatQCHistRowChangeEvent">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="lineNum" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_ColumnVarNameInTable="columnlineNum" msprop:Generator_ColumnPropNameInRow="lineNum" msprop:Generator_ColumnPropNameInTable="lineNumColumn" msprop:Generator_UserColumnName="lineNum" type="xs:long" />
|
|
<xs:element name="defectCatCode" msprop:Generator_ColumnVarNameInTable="columndefectCatCode" msprop:Generator_ColumnPropNameInRow="defectCatCode" msprop:Generator_ColumnPropNameInTable="defectCatCodeColumn" msprop:Generator_UserColumnName="defectCatCode" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="description" msprop:Generator_ColumnVarNameInTable="columndescription" msprop:Generator_ColumnPropNameInRow="description" msprop:Generator_ColumnPropNameInTable="descriptionColumn" msprop:Generator_UserColumnName="description" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="active" msprop:Generator_ColumnVarNameInTable="columnactive" msprop:Generator_ColumnPropNameInRow="active" msprop:Generator_ColumnPropNameInTable="activeColumn" msprop:Generator_UserColumnName="active" type="xs:int" minOccurs="0" />
|
|
<xs:element name="status" msprop:Generator_ColumnVarNameInTable="columnstatus" msprop:Generator_ColumnPropNameInRow="status" msprop:Generator_ColumnPropNameInTable="statusColumn" msprop:Generator_UserColumnName="status" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="lastupdate" msprop:Generator_ColumnVarNameInTable="columnlastupdate" msprop:Generator_ColumnPropNameInRow="lastupdate" msprop:Generator_ColumnPropNameInTable="lastupdateColumn" msprop:Generator_UserColumnName="lastupdate" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="lastupdatedby" msprop:Generator_ColumnVarNameInTable="columnlastupdatedby" msprop:Generator_ColumnPropNameInRow="lastupdatedby" msprop:Generator_ColumnPropNameInTable="lastupdatedbyColumn" msprop:Generator_UserColumnName="lastupdatedby" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="defectProd" msprop:Generator_TableClassName="defectProdDataTable" msprop:Generator_TableVarName="tabledefectProd" msprop:Generator_RowChangedName="defectProdRowChanged" msprop:Generator_TablePropName="defectProd" msprop:Generator_RowDeletingName="defectProdRowDeleting" msprop:Generator_RowChangingName="defectProdRowChanging" msprop:Generator_RowEvHandlerName="defectProdRowChangeEventHandler" msprop:Generator_RowDeletedName="defectProdRowDeleted" msprop:Generator_RowClassName="defectProdRow" msprop:Generator_UserTableName="defectProd" msprop:Generator_RowEvArgName="defectProdRowChangeEvent">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="defectCode" msprop:Generator_ColumnVarNameInTable="columndefectCode" msprop:Generator_ColumnPropNameInRow="defectCode" msprop:Generator_ColumnPropNameInTable="defectCodeColumn" msprop:Generator_UserColumnName="defectCode">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="description" msprop:Generator_ColumnVarNameInTable="columndescription" msprop:Generator_ColumnPropNameInRow="description" msprop:Generator_ColumnPropNameInTable="descriptionColumn" msprop:Generator_UserColumnName="description" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="active" msprop:Generator_ColumnVarNameInTable="columnactive" msprop:Generator_ColumnPropNameInRow="active" msprop:Generator_ColumnPropNameInTable="activeColumn" msprop:Generator_UserColumnName="active" type="xs:int" minOccurs="0" />
|
|
<xs:element name="lastupdate" msprop:Generator_ColumnVarNameInTable="columnlastupdate" msprop:Generator_ColumnPropNameInRow="lastupdate" msprop:Generator_ColumnPropNameInTable="lastupdateColumn" msprop:Generator_UserColumnName="lastupdate" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="lastupdatedby" msprop:Generator_ColumnVarNameInTable="columnlastupdatedby" msprop:Generator_ColumnPropNameInRow="lastupdatedby" msprop:Generator_ColumnPropNameInTable="lastupdatedbyColumn" msprop:Generator_UserColumnName="lastupdatedby" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="defectProdHist" msprop:Generator_TableClassName="defectProdHistDataTable" msprop:Generator_TableVarName="tabledefectProdHist" msprop:Generator_RowChangedName="defectProdHistRowChanged" msprop:Generator_TablePropName="defectProdHist" msprop:Generator_RowDeletingName="defectProdHistRowDeleting" msprop:Generator_RowChangingName="defectProdHistRowChanging" msprop:Generator_RowEvHandlerName="defectProdHistRowChangeEventHandler" msprop:Generator_RowDeletedName="defectProdHistRowDeleted" msprop:Generator_RowClassName="defectProdHistRow" msprop:Generator_UserTableName="defectProdHist" msprop:Generator_RowEvArgName="defectProdHistRowChangeEvent">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="lineNum" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_ColumnVarNameInTable="columnlineNum" msprop:Generator_ColumnPropNameInRow="lineNum" msprop:Generator_ColumnPropNameInTable="lineNumColumn" msprop:Generator_UserColumnName="lineNum" type="xs:long" />
|
|
<xs:element name="defectCode" msprop:Generator_ColumnVarNameInTable="columndefectCode" msprop:Generator_ColumnPropNameInRow="defectCode" msprop:Generator_ColumnPropNameInTable="defectCodeColumn" msprop:Generator_UserColumnName="defectCode" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="description" msprop:Generator_ColumnVarNameInTable="columndescription" msprop:Generator_ColumnPropNameInRow="description" msprop:Generator_ColumnPropNameInTable="descriptionColumn" msprop:Generator_UserColumnName="description" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="active" msprop:Generator_ColumnVarNameInTable="columnactive" msprop:Generator_ColumnPropNameInRow="active" msprop:Generator_ColumnPropNameInTable="activeColumn" msprop:Generator_UserColumnName="active" type="xs:int" minOccurs="0" />
|
|
<xs:element name="status" msprop:Generator_ColumnVarNameInTable="columnstatus" msprop:Generator_ColumnPropNameInRow="status" msprop:Generator_ColumnPropNameInTable="statusColumn" msprop:Generator_UserColumnName="status" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="lastupdate" msprop:Generator_ColumnVarNameInTable="columnlastupdate" msprop:Generator_ColumnPropNameInRow="lastupdate" msprop:Generator_ColumnPropNameInTable="lastupdateColumn" msprop:Generator_UserColumnName="lastupdate" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="lastupdatedby" msprop:Generator_ColumnVarNameInTable="columnlastupdatedby" msprop:Generator_ColumnPropNameInRow="lastupdatedby" msprop:Generator_ColumnPropNameInTable="lastupdatedbyColumn" msprop:Generator_UserColumnName="lastupdatedby" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="defectQC" msprop:Generator_TableClassName="defectQCDataTable" msprop:Generator_TableVarName="tabledefectQC" msprop:Generator_RowChangedName="defectQCRowChanged" msprop:Generator_TablePropName="defectQC" msprop:Generator_RowDeletingName="defectQCRowDeleting" msprop:Generator_RowChangingName="defectQCRowChanging" msprop:Generator_RowEvHandlerName="defectQCRowChangeEventHandler" msprop:Generator_RowDeletedName="defectQCRowDeleted" msprop:Generator_RowClassName="defectQCRow" msprop:Generator_UserTableName="defectQC" msprop:Generator_RowEvArgName="defectQCRowChangeEvent">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="defectCode" msprop:Generator_ColumnVarNameInTable="columndefectCode" msprop:Generator_ColumnPropNameInRow="defectCode" msprop:Generator_ColumnPropNameInTable="defectCodeColumn" msprop:Generator_UserColumnName="defectCode">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="description" msprop:Generator_ColumnVarNameInTable="columndescription" msprop:Generator_ColumnPropNameInRow="description" msprop:Generator_ColumnPropNameInTable="descriptionColumn" msprop:Generator_UserColumnName="description" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="active" msprop:Generator_ColumnVarNameInTable="columnactive" msprop:Generator_ColumnPropNameInRow="active" msprop:Generator_ColumnPropNameInTable="activeColumn" msprop:Generator_UserColumnName="active" type="xs:int" minOccurs="0" />
|
|
<xs:element name="lastupdate" msprop:Generator_ColumnVarNameInTable="columnlastupdate" msprop:Generator_ColumnPropNameInRow="lastupdate" msprop:Generator_ColumnPropNameInTable="lastupdateColumn" msprop:Generator_UserColumnName="lastupdate" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="lastupdatedby" msprop:Generator_ColumnVarNameInTable="columnlastupdatedby" msprop:Generator_ColumnPropNameInRow="lastupdatedby" msprop:Generator_ColumnPropNameInTable="lastupdatedbyColumn" msprop:Generator_UserColumnName="lastupdatedby" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="defectQCHist" msprop:Generator_TableClassName="defectQCHistDataTable" msprop:Generator_TableVarName="tabledefectQCHist" msprop:Generator_RowChangedName="defectQCHistRowChanged" msprop:Generator_TablePropName="defectQCHist" msprop:Generator_RowDeletingName="defectQCHistRowDeleting" msprop:Generator_RowChangingName="defectQCHistRowChanging" msprop:Generator_RowEvHandlerName="defectQCHistRowChangeEventHandler" msprop:Generator_RowDeletedName="defectQCHistRowDeleted" msprop:Generator_RowClassName="defectQCHistRow" msprop:Generator_UserTableName="defectQCHist" msprop:Generator_RowEvArgName="defectQCHistRowChangeEvent">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="lineNum" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_ColumnVarNameInTable="columnlineNum" msprop:Generator_ColumnPropNameInRow="lineNum" msprop:Generator_ColumnPropNameInTable="lineNumColumn" msprop:Generator_UserColumnName="lineNum" type="xs:long" />
|
|
<xs:element name="defectCode" msprop:Generator_ColumnVarNameInTable="columndefectCode" msprop:Generator_ColumnPropNameInRow="defectCode" msprop:Generator_ColumnPropNameInTable="defectCodeColumn" msprop:Generator_UserColumnName="defectCode" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="description" msprop:Generator_ColumnVarNameInTable="columndescription" msprop:Generator_ColumnPropNameInRow="description" msprop:Generator_ColumnPropNameInTable="descriptionColumn" msprop:Generator_UserColumnName="description" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="active" msprop:Generator_ColumnVarNameInTable="columnactive" msprop:Generator_ColumnPropNameInRow="active" msprop:Generator_ColumnPropNameInTable="activeColumn" msprop:Generator_UserColumnName="active" type="xs:int" minOccurs="0" />
|
|
<xs:element name="status" msprop:Generator_ColumnVarNameInTable="columnstatus" msprop:Generator_ColumnPropNameInRow="status" msprop:Generator_ColumnPropNameInTable="statusColumn" msprop:Generator_UserColumnName="status" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="lastupdate" msprop:Generator_ColumnVarNameInTable="columnlastupdate" msprop:Generator_ColumnPropNameInRow="lastupdate" msprop:Generator_ColumnPropNameInTable="lastupdateColumn" msprop:Generator_UserColumnName="lastupdate" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="lastupdatedby" msprop:Generator_ColumnVarNameInTable="columnlastupdatedby" msprop:Generator_ColumnPropNameInRow="lastupdatedby" msprop:Generator_ColumnPropNameInTable="lastupdatedbyColumn" msprop:Generator_UserColumnName="lastupdatedby" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="FA_NewPT" msprop:Generator_TableClassName="FA_NewPTDataTable" msprop:Generator_TableVarName="tableFA_NewPT" msprop:Generator_RowChangedName="FA_NewPTRowChanged" msprop:Generator_TablePropName="FA_NewPT" msprop:Generator_RowDeletingName="FA_NewPTRowDeleting" msprop:Generator_RowChangingName="FA_NewPTRowChanging" msprop:Generator_RowEvHandlerName="FA_NewPTRowChangeEventHandler" msprop:Generator_RowDeletedName="FA_NewPTRowDeleted" msprop:Generator_RowClassName="FA_NewPTRow" msprop:Generator_UserTableName="FA_NewPT" msprop:Generator_RowEvArgName="FA_NewPTRowChangeEvent">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="PTno" msprop:Generator_ColumnVarNameInTable="columnPTno" msprop:Generator_ColumnPropNameInRow="PTno" msprop:Generator_ColumnPropNameInTable="PTnoColumn" msprop:Generator_UserColumnName="PTno">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="FAno" msprop:Generator_ColumnVarNameInTable="columnFAno" msprop:Generator_ColumnPropNameInRow="FAno" msprop:Generator_ColumnPropNameInTable="FAnoColumn" msprop:Generator_UserColumnName="FAno">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Quantity" msprop:Generator_ColumnVarNameInTable="columnQuantity" msprop:Generator_ColumnPropNameInRow="Quantity" msprop:Generator_ColumnPropNameInTable="QuantityColumn" msprop:Generator_UserColumnName="Quantity" type="xs:int" />
|
|
<xs:element name="RegisteredBy" msprop:Generator_ColumnVarNameInTable="columnRegisteredBy" msprop:Generator_ColumnPropNameInRow="RegisteredBy" msprop:Generator_ColumnPropNameInTable="RegisteredByColumn" msprop:Generator_UserColumnName="RegisteredBy">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="RegisteredDate" msprop:Generator_ColumnVarNameInTable="columnRegisteredDate" msprop:Generator_ColumnPropNameInRow="RegisteredDate" msprop:Generator_ColumnPropNameInTable="RegisteredDateColumn" msprop:Generator_UserColumnName="RegisteredDate" type="xs:dateTime" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="faNo" msprop:Generator_TableClassName="faNoDataTable" msprop:Generator_TableVarName="tablefaNo" msprop:Generator_RowChangedName="faNoRowChanged" msprop:Generator_TablePropName="faNo" msprop:Generator_RowDeletingName="faNoRowDeleting" msprop:Generator_RowChangingName="faNoRowChanging" msprop:Generator_RowEvHandlerName="faNoRowChangeEventHandler" msprop:Generator_RowDeletedName="faNoRowDeleted" msprop:Generator_RowClassName="faNoRow" msprop:Generator_UserTableName="faNo" msprop:Generator_RowEvArgName="faNoRowChangeEvent">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="faId" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_ColumnVarNameInTable="columnfaId" msprop:Generator_ColumnPropNameInRow="faId" msprop:Generator_ColumnPropNameInTable="faIdColumn" msprop:Generator_UserColumnName="faId" type="xs:int" />
|
|
<xs:element name="faNo" msprop:Generator_ColumnVarNameInTable="columnfaNo" msprop:Generator_ColumnPropNameInRow="faNo" msprop:Generator_ColumnPropNameInTable="faNoColumn" msprop:Generator_UserColumnName="faNo" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="ptNo" msprop:Generator_ColumnVarNameInTable="columnptNo" msprop:Generator_ColumnPropNameInRow="ptNo" msprop:Generator_ColumnPropNameInTable="ptNoColumn" msprop:Generator_UserColumnName="ptNo" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="suffix" msprop:Generator_ColumnVarNameInTable="columnsuffix" msprop:Generator_ColumnPropNameInRow="suffix" msprop:Generator_ColumnPropNameInTable="suffixColumn" msprop:Generator_UserColumnName="suffix" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="stage" msprop:Generator_ColumnVarNameInTable="columnstage" msprop:Generator_ColumnPropNameInRow="stage" msprop:Generator_ColumnPropNameInTable="stageColumn" msprop:Generator_UserColumnName="stage" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="lastupdate" msprop:Generator_ColumnVarNameInTable="columnlastupdate" msprop:Generator_ColumnPropNameInRow="lastupdate" msprop:Generator_ColumnPropNameInTable="lastupdateColumn" msprop:Generator_UserColumnName="lastupdate" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="lastupdatedby" msprop:Generator_ColumnVarNameInTable="columnlastupdatedby" msprop:Generator_ColumnPropNameInRow="lastupdatedby" msprop:Generator_ColumnPropNameInTable="lastupdatedbyColumn" msprop:Generator_UserColumnName="lastupdatedby" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Quantity" msprop:Generator_ColumnVarNameInTable="columnQuantity" msprop:Generator_ColumnPropNameInRow="Quantity" msprop:Generator_ColumnPropNameInTable="QuantityColumn" msprop:Generator_UserColumnName="Quantity" type="xs:int" minOccurs="0" />
|
|
<xs:element name="status" msprop:Generator_ColumnVarNameInTable="columnstatus" msprop:Generator_ColumnPropNameInRow="status" msprop:Generator_ColumnPropNameInTable="statusColumn" msprop:Generator_UserColumnName="status" type="xs:int" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="KITTING" msprop:Generator_TableClassName="KITTINGDataTable" msprop:Generator_TableVarName="tableKITTING" msprop:Generator_RowChangedName="KITTINGRowChanged" msprop:Generator_TablePropName="KITTING" msprop:Generator_RowDeletingName="KITTINGRowDeleting" msprop:Generator_RowChangingName="KITTINGRowChanging" msprop:Generator_RowEvHandlerName="KITTINGRowChangeEventHandler" msprop:Generator_RowDeletedName="KITTINGRowDeleted" msprop:Generator_RowClassName="KITTINGRow" msprop:Generator_UserTableName="KITTING" msprop:Generator_RowEvArgName="KITTINGRowChangeEvent">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="REV" msprop:Generator_ColumnVarNameInTable="columnREV" msprop:Generator_ColumnPropNameInRow="REV" msprop:Generator_ColumnPropNameInTable="REVColumn" msprop:Generator_UserColumnName="REV">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="PARTNO" msprop:Generator_ColumnVarNameInTable="columnPARTNO" msprop:Generator_ColumnPropNameInRow="PARTNO" msprop:Generator_ColumnPropNameInTable="PARTNOColumn" msprop:Generator_UserColumnName="PARTNO">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DESC1" msprop:Generator_ColumnVarNameInTable="columnDESC1" msprop:Generator_ColumnPropNameInRow="DESC1" msprop:Generator_ColumnPropNameInTable="DESC1Column" msprop:Generator_UserColumnName="DESC1">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="USAGE" msprop:Generator_ColumnVarNameInTable="columnUSAGE" msprop:Generator_ColumnPropNameInRow="USAGE" msprop:Generator_ColumnPropNameInTable="USAGEColumn" msprop:Generator_UserColumnName="USAGE" type="xs:double" minOccurs="0" />
|
|
<xs:element name="SPQ" msprop:Generator_ColumnVarNameInTable="columnSPQ" msprop:Generator_ColumnPropNameInRow="SPQ" msprop:Generator_ColumnPropNameInTable="SPQColumn" msprop:Generator_UserColumnName="SPQ" type="xs:double" minOccurs="0" />
|
|
<xs:element name="OPERATOR" msprop:Generator_ColumnVarNameInTable="columnOPERATOR" msprop:Generator_ColumnPropNameInRow="_OPERATOR" msprop:Generator_ColumnPropNameInTable="OPERATORColumn" msprop:Generator_UserColumnName="OPERATOR">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="KITTINGDATE" msprop:Generator_ColumnVarNameInTable="columnKITTINGDATE" msprop:Generator_ColumnPropNameInRow="KITTINGDATE" msprop:Generator_ColumnPropNameInTable="KITTINGDATEColumn" msprop:Generator_UserColumnName="KITTINGDATE" type="xs:dateTime" />
|
|
<xs:element name="QTY" msprop:Generator_ColumnVarNameInTable="columnQTY" msprop:Generator_ColumnPropNameInRow="QTY" msprop:Generator_ColumnPropNameInTable="QTYColumn" msprop:Generator_UserColumnName="QTY" type="xs:double" minOccurs="0" />
|
|
<xs:element name="FEEDER" msprop:Generator_ColumnVarNameInTable="columnFEEDER" msprop:Generator_ColumnPropNameInRow="FEEDER" msprop:Generator_ColumnPropNameInTable="FEEDERColumn" msprop:Generator_UserColumnName="FEEDER" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="ACCOUNT" msprop:Generator_ColumnVarNameInTable="columnACCOUNT" msprop:Generator_ColumnPropNameInRow="ACCOUNT" msprop:Generator_ColumnPropNameInTable="ACCOUNTColumn" msprop:Generator_UserColumnName="ACCOUNT" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="MACHINE" msprop:Generator_ColumnVarNameInTable="columnMACHINE" msprop:Generator_ColumnPropNameInRow="MACHINE" msprop:Generator_ColumnPropNameInTable="MACHINEColumn" msprop:Generator_UserColumnName="MACHINE" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="MODEL" msprop:Generator_ColumnVarNameInTable="columnMODEL" msprop:Generator_ColumnPropNameInRow="MODEL" msprop:Generator_ColumnPropNameInTable="MODELColumn" msprop:Generator_UserColumnName="MODEL" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="TYPE" msprop:Generator_ColumnVarNameInTable="columnTYPE" msprop:Generator_ColumnPropNameInRow="TYPE" msprop:Generator_ColumnPropNameInTable="TYPEColumn" msprop:Generator_UserColumnName="TYPE" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LINE" msprop:Generator_ColumnVarNameInTable="columnLINE" msprop:Generator_ColumnPropNameInRow="LINE" msprop:Generator_ColumnPropNameInTable="LINEColumn" msprop:Generator_UserColumnName="LINE" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="EOH" msprop:Generator_ColumnVarNameInTable="columnEOH" msprop:Generator_ColumnPropNameInRow="EOH" msprop:Generator_ColumnPropNameInTable="EOHColumn" msprop:Generator_UserColumnName="EOH" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="KMOUNTING" msprop:Generator_TableClassName="KMOUNTINGDataTable" msprop:Generator_TableVarName="tableKMOUNTING" msprop:Generator_RowChangedName="KMOUNTINGRowChanged" msprop:Generator_TablePropName="KMOUNTING" msprop:Generator_RowDeletingName="KMOUNTINGRowDeleting" msprop:Generator_RowChangingName="KMOUNTINGRowChanging" msprop:Generator_RowEvHandlerName="KMOUNTINGRowChangeEventHandler" msprop:Generator_RowDeletedName="KMOUNTINGRowDeleted" msprop:Generator_RowClassName="KMOUNTINGRow" msprop:Generator_UserTableName="KMOUNTING" msprop:Generator_RowEvArgName="KMOUNTINGRowChangeEvent">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="KMTDATE" msprop:Generator_ColumnVarNameInTable="columnKMTDATE" msprop:Generator_ColumnPropNameInRow="KMTDATE" msprop:Generator_ColumnPropNameInTable="KMTDATEColumn" msprop:Generator_UserColumnName="KMTDATE" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="KMTMACHINE" msprop:Generator_ColumnVarNameInTable="columnKMTMACHINE" msprop:Generator_ColumnPropNameInRow="KMTMACHINE" msprop:Generator_ColumnPropNameInTable="KMTMACHINEColumn" msprop:Generator_UserColumnName="KMTMACHINE" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="KMTREVISION" msprop:Generator_ColumnVarNameInTable="columnKMTREVISION" msprop:Generator_ColumnPropNameInRow="KMTREVISION" msprop:Generator_ColumnPropNameInTable="KMTREVISIONColumn" msprop:Generator_UserColumnName="KMTREVISION" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="KMTFEEDER" msprop:Generator_ColumnVarNameInTable="columnKMTFEEDER" msprop:Generator_ColumnPropNameInRow="KMTFEEDER" msprop:Generator_ColumnPropNameInTable="KMTFEEDERColumn" msprop:Generator_UserColumnName="KMTFEEDER" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="KMTPARTNO" msprop:Generator_ColumnVarNameInTable="columnKMTPARTNO" msprop:Generator_ColumnPropNameInRow="KMTPARTNO" msprop:Generator_ColumnPropNameInTable="KMTPARTNOColumn" msprop:Generator_UserColumnName="KMTPARTNO" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="KMTQTY" msprop:Generator_ColumnVarNameInTable="columnKMTQTY" msprop:Generator_ColumnPropNameInRow="KMTQTY" msprop:Generator_ColumnPropNameInTable="KMTQTYColumn" msprop:Generator_UserColumnName="KMTQTY" type="xs:int" minOccurs="0" />
|
|
<xs:element name="KMTLOT" msprop:Generator_ColumnVarNameInTable="columnKMTLOT" msprop:Generator_ColumnPropNameInRow="KMTLOT" msprop:Generator_ColumnPropNameInTable="KMTLOTColumn" msprop:Generator_UserColumnName="KMTLOT" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="KMTOPERATOR" msprop:Generator_ColumnVarNameInTable="columnKMTOPERATOR" msprop:Generator_ColumnPropNameInRow="KMTOPERATOR" msprop:Generator_ColumnPropNameInTable="KMTOPERATORColumn" msprop:Generator_UserColumnName="KMTOPERATOR" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="KMTVERIFY" msprop:Generator_ColumnVarNameInTable="columnKMTVERIFY" msprop:Generator_ColumnPropNameInRow="KMTVERIFY" msprop:Generator_ColumnPropNameInTable="KMTVERIFYColumn" msprop:Generator_UserColumnName="KMTVERIFY" type="xs:int" minOccurs="0" />
|
|
<xs:element name="KMT3PL" msprop:Generator_ColumnVarNameInTable="columnKMT3PL" msprop:Generator_ColumnPropNameInRow="KMT3PL" msprop:Generator_ColumnPropNameInTable="KMT3PLColumn" msprop:Generator_UserColumnName="KMT3PL" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="KSEQUENCENO" msprop:Generator_ColumnVarNameInTable="columnKSEQUENCENO" msprop:Generator_ColumnPropNameInRow="KSEQUENCENO" msprop:Generator_ColumnPropNameInTable="KSEQUENCENOColumn" msprop:Generator_UserColumnName="KSEQUENCENO" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="KSEQUENCE_DETAIL" msprop:Generator_TableClassName="KSEQUENCE_DETAILDataTable" msprop:Generator_TableVarName="tableKSEQUENCE_DETAIL" msprop:Generator_RowChangedName="KSEQUENCE_DETAILRowChanged" msprop:Generator_TablePropName="KSEQUENCE_DETAIL" msprop:Generator_RowDeletingName="KSEQUENCE_DETAILRowDeleting" msprop:Generator_RowChangingName="KSEQUENCE_DETAILRowChanging" msprop:Generator_RowEvHandlerName="KSEQUENCE_DETAILRowChangeEventHandler" msprop:Generator_RowDeletedName="KSEQUENCE_DETAILRowDeleted" msprop:Generator_RowClassName="KSEQUENCE_DETAILRow" msprop:Generator_UserTableName="KSEQUENCE_DETAIL" msprop:Generator_RowEvArgName="KSEQUENCE_DETAILRowChangeEvent">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="KSQMODULE" msprop:Generator_ColumnVarNameInTable="columnKSQMODULE" msprop:Generator_ColumnPropNameInRow="KSQMODULE" msprop:Generator_ColumnPropNameInTable="KSQMODULEColumn" msprop:Generator_UserColumnName="KSQMODULE" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="KSQFEEDERNO" msprop:Generator_ColumnVarNameInTable="columnKSQFEEDERNO" msprop:Generator_ColumnPropNameInRow="KSQFEEDERNO" msprop:Generator_ColumnPropNameInTable="KSQFEEDERNOColumn" msprop:Generator_UserColumnName="KSQFEEDERNO" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="KSQFEEDERTYP" msprop:Generator_ColumnVarNameInTable="columnKSQFEEDERTYP" msprop:Generator_ColumnPropNameInRow="KSQFEEDERTYP" msprop:Generator_ColumnPropNameInTable="KSQFEEDERTYPColumn" msprop:Generator_UserColumnName="KSQFEEDERTYP" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="KSQPARTNO" msprop:Generator_ColumnVarNameInTable="columnKSQPARTNO" msprop:Generator_ColumnPropNameInRow="KSQPARTNO" msprop:Generator_ColumnPropNameInTable="KSQPARTNOColumn" msprop:Generator_UserColumnName="KSQPARTNO" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="KSQTOPSDLOC" msprop:Generator_ColumnVarNameInTable="columnKSQTOPSDLOC" msprop:Generator_ColumnPropNameInRow="KSQTOPSDLOC" msprop:Generator_ColumnPropNameInTable="KSQTOPSDLOCColumn" msprop:Generator_UserColumnName="KSQTOPSDLOC" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="KSQFSBSQTY" msprop:Generator_ColumnVarNameInTable="columnKSQFSBSQTY" msprop:Generator_ColumnPropNameInRow="KSQFSBSQTY" msprop:Generator_ColumnPropNameInTable="KSQFSBSQTYColumn" msprop:Generator_UserColumnName="KSQFSBSQTY" type="xs:int" minOccurs="0" />
|
|
<xs:element name="KSQDESC1" msprop:Generator_ColumnVarNameInTable="columnKSQDESC1" msprop:Generator_ColumnPropNameInRow="KSQDESC1" msprop:Generator_ColumnPropNameInTable="KSQDESC1Column" msprop:Generator_UserColumnName="KSQDESC1" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="KSQDESC2" msprop:Generator_ColumnVarNameInTable="columnKSQDESC2" msprop:Generator_ColumnPropNameInRow="KSQDESC2" msprop:Generator_ColumnPropNameInTable="KSQDESC2Column" msprop:Generator_UserColumnName="KSQDESC2" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="KSQTOPMARK" msprop:Generator_ColumnVarNameInTable="columnKSQTOPMARK" msprop:Generator_ColumnPropNameInRow="KSQTOPMARK" msprop:Generator_ColumnPropNameInTable="KSQTOPMARKColumn" msprop:Generator_UserColumnName="KSQTOPMARK" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="KSQREMARKS" msprop:Generator_ColumnVarNameInTable="columnKSQREMARKS" msprop:Generator_ColumnPropNameInRow="KSQREMARKS" msprop:Generator_ColumnPropNameInTable="KSQREMARKSColumn" msprop:Generator_UserColumnName="KSQREMARKS" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="KSEQUENCENO" msprop:Generator_ColumnVarNameInTable="columnKSEQUENCENO" msprop:Generator_ColumnPropNameInRow="KSEQUENCENO" msprop:Generator_ColumnPropNameInTable="KSEQUENCENOColumn" msprop:Generator_UserColumnName="KSEQUENCENO" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="KSEQUENCE_HEADER" msprop:Generator_TableClassName="KSEQUENCE_HEADERDataTable" msprop:Generator_TableVarName="tableKSEQUENCE_HEADER" msprop:Generator_RowChangedName="KSEQUENCE_HEADERRowChanged" msprop:Generator_TablePropName="KSEQUENCE_HEADER" msprop:Generator_RowDeletingName="KSEQUENCE_HEADERRowDeleting" msprop:Generator_RowChangingName="KSEQUENCE_HEADERRowChanging" msprop:Generator_RowEvHandlerName="KSEQUENCE_HEADERRowChangeEventHandler" msprop:Generator_RowDeletedName="KSEQUENCE_HEADERRowDeleted" msprop:Generator_RowClassName="KSEQUENCE_HEADERRow" msprop:Generator_UserTableName="KSEQUENCE_HEADER" msprop:Generator_RowEvArgName="KSEQUENCE_HEADERRowChangeEvent">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="KSACCOUNT" msprop:Generator_ColumnVarNameInTable="columnKSACCOUNT" msprop:Generator_ColumnPropNameInRow="KSACCOUNT" msprop:Generator_ColumnPropNameInTable="KSACCOUNTColumn" msprop:Generator_UserColumnName="KSACCOUNT" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="KSQREVISION" msprop:Generator_ColumnVarNameInTable="columnKSQREVISION" msprop:Generator_ColumnPropNameInRow="KSQREVISION" msprop:Generator_ColumnPropNameInTable="KSQREVISIONColumn" msprop:Generator_UserColumnName="KSQREVISION" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="KSQMACHINE" msprop:Generator_ColumnVarNameInTable="columnKSQMACHINE" msprop:Generator_ColumnPropNameInRow="KSQMACHINE" msprop:Generator_ColumnPropNameInTable="KSQMACHINEColumn" msprop:Generator_UserColumnName="KSQMACHINE" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="KSQPCBSIDE" msprop:Generator_ColumnVarNameInTable="columnKSQPCBSIDE" msprop:Generator_ColumnPropNameInRow="KSQPCBSIDE" msprop:Generator_ColumnPropNameInTable="KSQPCBSIDEColumn" msprop:Generator_UserColumnName="KSQPCBSIDE" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="KSQPREPBY" msprop:Generator_ColumnVarNameInTable="columnKSQPREPBY" msprop:Generator_ColumnPropNameInRow="KSQPREPBY" msprop:Generator_ColumnPropNameInTable="KSQPREPBYColumn" msprop:Generator_UserColumnName="KSQPREPBY" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="KSQCHECKBY" msprop:Generator_ColumnVarNameInTable="columnKSQCHECKBY" msprop:Generator_ColumnPropNameInRow="KSQCHECKBY" msprop:Generator_ColumnPropNameInTable="KSQCHECKBYColumn" msprop:Generator_UserColumnName="KSQCHECKBY" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="KSQCHKDATE" msprop:Generator_ColumnVarNameInTable="columnKSQCHKDATE" msprop:Generator_ColumnPropNameInRow="KSQCHKDATE" msprop:Generator_ColumnPropNameInTable="KSQCHKDATEColumn" msprop:Generator_UserColumnName="KSQCHKDATE" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="KSQMODEL" msprop:Generator_ColumnVarNameInTable="columnKSQMODEL" msprop:Generator_ColumnPropNameInRow="KSQMODEL" msprop:Generator_ColumnPropNameInTable="KSQMODELColumn" msprop:Generator_UserColumnName="KSQMODEL" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="KUPDTTIME" msprop:Generator_ColumnVarNameInTable="columnKUPDTTIME" msprop:Generator_ColumnPropNameInRow="KUPDTTIME" msprop:Generator_ColumnPropNameInTable="KUPDTTIMEColumn" msprop:Generator_UserColumnName="KUPDTTIME" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="KSQSTATUS" msprop:Generator_ColumnVarNameInTable="columnKSQSTATUS" msprop:Generator_ColumnPropNameInRow="KSQSTATUS" msprop:Generator_ColumnPropNameInTable="KSQSTATUSColumn" msprop:Generator_UserColumnName="KSQSTATUS" type="xs:int" minOccurs="0" />
|
|
<xs:element name="KSQLINE" msprop:Generator_ColumnVarNameInTable="columnKSQLINE" msprop:Generator_ColumnPropNameInRow="KSQLINE" msprop:Generator_ColumnPropNameInTable="KSQLINEColumn" msprop:Generator_UserColumnName="KSQLINE" type="xs:int" minOccurs="0" />
|
|
<xs:element name="KSEQUENCENO" msprop:Generator_ColumnVarNameInTable="columnKSEQUENCENO" msprop:Generator_ColumnPropNameInRow="KSEQUENCENO" msprop:Generator_ColumnPropNameInTable="KSEQUENCENOColumn" msprop:Generator_UserColumnName="KSEQUENCENO" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="KSETTINGS" msprop:Generator_TableClassName="KSETTINGSDataTable" msprop:Generator_TableVarName="tableKSETTINGS" msprop:Generator_RowChangedName="KSETTINGSRowChanged" msprop:Generator_TablePropName="KSETTINGS" msprop:Generator_RowDeletingName="KSETTINGSRowDeleting" msprop:Generator_RowChangingName="KSETTINGSRowChanging" msprop:Generator_RowEvHandlerName="KSETTINGSRowChangeEventHandler" msprop:Generator_RowDeletedName="KSETTINGSRowDeleted" msprop:Generator_RowClassName="KSETTINGSRow" msprop:Generator_UserTableName="KSETTINGS" msprop:Generator_RowEvArgName="KSETTINGSRowChangeEvent">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="set_id" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_ColumnVarNameInTable="columnset_id" msprop:Generator_ColumnPropNameInRow="set_id" msprop:Generator_ColumnPropNameInTable="set_idColumn" msprop:Generator_UserColumnName="set_id" type="xs:int" />
|
|
<xs:element name="line" msprop:Generator_ColumnVarNameInTable="columnline" msprop:Generator_ColumnPropNameInRow="line" msprop:Generator_ColumnPropNameInTable="lineColumn" msprop:Generator_UserColumnName="line" type="xs:int" />
|
|
<xs:element name="ksequence" msprop:Generator_ColumnVarNameInTable="columnksequence" msprop:Generator_ColumnPropNameInRow="ksequence" msprop:Generator_ColumnPropNameInTable="ksequenceColumn" msprop:Generator_UserColumnName="ksequence">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="LabelDef" msprop:Generator_TableClassName="LabelDefDataTable" msprop:Generator_TableVarName="tableLabelDef" msprop:Generator_RowChangedName="LabelDefRowChanged" msprop:Generator_TablePropName="LabelDef" msprop:Generator_RowDeletingName="LabelDefRowDeleting" msprop:Generator_RowChangingName="LabelDefRowChanging" msprop:Generator_RowEvHandlerName="LabelDefRowChangeEventHandler" msprop:Generator_RowDeletedName="LabelDefRowDeleted" msprop:Generator_RowClassName="LabelDefRow" msprop:Generator_UserTableName="LabelDef" msprop:Generator_RowEvArgName="LabelDefRowChangeEvent">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="labelFormat1" msprop:Generator_ColumnVarNameInTable="columnlabelFormat1" msprop:Generator_ColumnPropNameInRow="labelFormat1" msprop:Generator_ColumnPropNameInTable="labelFormat1Column" msprop:Generator_UserColumnName="labelFormat1">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="labelFormat2" msprop:Generator_ColumnVarNameInTable="columnlabelFormat2" msprop:Generator_ColumnPropNameInRow="labelFormat2" msprop:Generator_ColumnPropNameInTable="labelFormat2Column" msprop:Generator_UserColumnName="labelFormat2">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="bartenderFile" msprop:Generator_ColumnVarNameInTable="columnbartenderFile" msprop:Generator_ColumnPropNameInRow="bartenderFile" msprop:Generator_ColumnPropNameInTable="bartenderFileColumn" msprop:Generator_UserColumnName="bartenderFile" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="lastupdate" msprop:Generator_ColumnVarNameInTable="columnlastupdate" msprop:Generator_ColumnPropNameInRow="lastupdate" msprop:Generator_ColumnPropNameInTable="lastupdateColumn" msprop:Generator_UserColumnName="lastupdate" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="lastupdatedby" msprop:Generator_ColumnVarNameInTable="columnlastupdatedby" msprop:Generator_ColumnPropNameInRow="lastupdatedby" msprop:Generator_ColumnPropNameInTable="lastupdatedbyColumn" msprop:Generator_UserColumnName="lastupdatedby" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="LabelDefHist" msprop:Generator_TableClassName="LabelDefHistDataTable" msprop:Generator_TableVarName="tableLabelDefHist" msprop:Generator_RowChangedName="LabelDefHistRowChanged" msprop:Generator_TablePropName="LabelDefHist" msprop:Generator_RowDeletingName="LabelDefHistRowDeleting" msprop:Generator_RowChangingName="LabelDefHistRowChanging" msprop:Generator_RowEvHandlerName="LabelDefHistRowChangeEventHandler" msprop:Generator_RowDeletedName="LabelDefHistRowDeleted" msprop:Generator_RowClassName="LabelDefHistRow" msprop:Generator_UserTableName="LabelDefHist" msprop:Generator_RowEvArgName="LabelDefHistRowChangeEvent">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="lineNum" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_ColumnVarNameInTable="columnlineNum" msprop:Generator_ColumnPropNameInRow="lineNum" msprop:Generator_ColumnPropNameInTable="lineNumColumn" msprop:Generator_UserColumnName="lineNum" type="xs:long" />
|
|
<xs:element name="labelFormat1" msprop:Generator_ColumnVarNameInTable="columnlabelFormat1" msprop:Generator_ColumnPropNameInRow="labelFormat1" msprop:Generator_ColumnPropNameInTable="labelFormat1Column" msprop:Generator_UserColumnName="labelFormat1" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="labelFormat2" msprop:Generator_ColumnVarNameInTable="columnlabelFormat2" msprop:Generator_ColumnPropNameInRow="labelFormat2" msprop:Generator_ColumnPropNameInTable="labelFormat2Column" msprop:Generator_UserColumnName="labelFormat2" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="bartenderFile" msprop:Generator_ColumnVarNameInTable="columnbartenderFile" msprop:Generator_ColumnPropNameInRow="bartenderFile" msprop:Generator_ColumnPropNameInTable="bartenderFileColumn" msprop:Generator_UserColumnName="bartenderFile" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="status" msprop:Generator_ColumnVarNameInTable="columnstatus" msprop:Generator_ColumnPropNameInRow="status" msprop:Generator_ColumnPropNameInTable="statusColumn" msprop:Generator_UserColumnName="status" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="lastupdate" msprop:Generator_ColumnVarNameInTable="columnlastupdate" msprop:Generator_ColumnPropNameInRow="lastupdate" msprop:Generator_ColumnPropNameInTable="lastupdateColumn" msprop:Generator_UserColumnName="lastupdate" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="lastupdatedby" msprop:Generator_ColumnVarNameInTable="columnlastupdatedby" msprop:Generator_ColumnPropNameInRow="lastupdatedby" msprop:Generator_ColumnPropNameInTable="lastupdatedbyColumn" msprop:Generator_UserColumnName="lastupdatedby" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="log_action" msprop:Generator_TableClassName="log_actionDataTable" msprop:Generator_TableVarName="tablelog_action" msprop:Generator_RowChangedName="log_actionRowChanged" msprop:Generator_TablePropName="log_action" msprop:Generator_RowDeletingName="log_actionRowDeleting" msprop:Generator_RowChangingName="log_actionRowChanging" msprop:Generator_RowEvHandlerName="log_actionRowChangeEventHandler" msprop:Generator_RowDeletedName="log_actionRowDeleted" msprop:Generator_RowClassName="log_actionRow" msprop:Generator_UserTableName="log_action" msprop:Generator_RowEvArgName="log_actionRowChangeEvent">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="trackingno" msprop:Generator_ColumnVarNameInTable="columntrackingno" msprop:Generator_ColumnPropNameInRow="trackingno" msprop:Generator_ColumnPropNameInTable="trackingnoColumn" msprop:Generator_UserColumnName="trackingno" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="11" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="reference" msprop:Generator_ColumnVarNameInTable="columnreference" msprop:Generator_ColumnPropNameInRow="reference" msprop:Generator_ColumnPropNameInTable="referenceColumn" msprop:Generator_UserColumnName="reference" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="refType" msprop:Generator_ColumnVarNameInTable="columnrefType" msprop:Generator_ColumnPropNameInRow="refType" msprop:Generator_ColumnPropNameInTable="refTypeColumn" msprop:Generator_UserColumnName="refType" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="serialno" msprop:Generator_ColumnVarNameInTable="columnserialno" msprop:Generator_ColumnPropNameInRow="serialno" msprop:Generator_ColumnPropNameInTable="serialnoColumn" msprop:Generator_UserColumnName="serialno" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="reason" msprop:Generator_ColumnVarNameInTable="columnreason" msprop:Generator_ColumnPropNameInRow="reason" msprop:Generator_ColumnPropNameInTable="reasonColumn" msprop:Generator_UserColumnName="reason" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="250" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="lastupdate" msprop:Generator_ColumnVarNameInTable="columnlastupdate" msprop:Generator_ColumnPropNameInRow="lastupdate" msprop:Generator_ColumnPropNameInTable="lastupdateColumn" msprop:Generator_UserColumnName="lastupdate" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="lastupdatedby" msprop:Generator_ColumnVarNameInTable="columnlastupdatedby" msprop:Generator_ColumnPropNameInRow="lastupdatedby" msprop:Generator_ColumnPropNameInTable="lastupdatedbyColumn" msprop:Generator_UserColumnName="lastupdatedby" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="log_alvarion_serial" msprop:Generator_TableClassName="log_alvarion_serialDataTable" msprop:Generator_TableVarName="tablelog_alvarion_serial" msprop:Generator_RowChangedName="log_alvarion_serialRowChanged" msprop:Generator_TablePropName="log_alvarion_serial" msprop:Generator_RowDeletingName="log_alvarion_serialRowDeleting" msprop:Generator_RowChangingName="log_alvarion_serialRowChanging" msprop:Generator_RowEvHandlerName="log_alvarion_serialRowChangeEventHandler" msprop:Generator_RowDeletedName="log_alvarion_serialRowDeleted" msprop:Generator_RowClassName="log_alvarion_serialRow" msprop:Generator_UserTableName="log_alvarion_serial" msprop:Generator_RowEvArgName="log_alvarion_serialRowChangeEvent">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="batchno" msprop:Generator_ColumnVarNameInTable="columnbatchno" msprop:Generator_ColumnPropNameInRow="batchno" msprop:Generator_ColumnPropNameInTable="batchnoColumn" msprop:Generator_UserColumnName="batchno">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="serialStart" msprop:Generator_ColumnVarNameInTable="columnserialStart" msprop:Generator_ColumnPropNameInRow="serialStart" msprop:Generator_ColumnPropNameInTable="serialStartColumn" msprop:Generator_UserColumnName="serialStart" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="serialEnd" msprop:Generator_ColumnVarNameInTable="columnserialEnd" msprop:Generator_ColumnPropNameInRow="serialEnd" msprop:Generator_ColumnPropNameInTable="serialEndColumn" msprop:Generator_UserColumnName="serialEnd" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="serialStartHex" msprop:Generator_ColumnVarNameInTable="columnserialStartHex" msprop:Generator_ColumnPropNameInRow="serialStartHex" msprop:Generator_ColumnPropNameInTable="serialStartHexColumn" msprop:Generator_UserColumnName="serialStartHex" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="serialEndHex" msprop:Generator_ColumnVarNameInTable="columnserialEndHex" msprop:Generator_ColumnPropNameInRow="serialEndHex" msprop:Generator_ColumnPropNameInTable="serialEndHexColumn" msprop:Generator_UserColumnName="serialEndHex" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="model" msprop:Generator_ColumnVarNameInTable="columnmodel" msprop:Generator_ColumnPropNameInRow="model" msprop:Generator_ColumnPropNameInTable="modelColumn" msprop:Generator_UserColumnName="model" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="revision" msprop:Generator_ColumnVarNameInTable="columnrevision" msprop:Generator_ColumnPropNameInRow="revision" msprop:Generator_ColumnPropNameInTable="revisionColumn" msprop:Generator_UserColumnName="revision" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="10" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="quantity" msprop:Generator_ColumnVarNameInTable="columnquantity" msprop:Generator_ColumnPropNameInRow="quantity" msprop:Generator_ColumnPropNameInTable="quantityColumn" msprop:Generator_UserColumnName="quantity" type="xs:int" minOccurs="0" />
|
|
<xs:element name="generated" msprop:Generator_ColumnVarNameInTable="columngenerated" msprop:Generator_ColumnPropNameInRow="generated" msprop:Generator_ColumnPropNameInTable="generatedColumn" msprop:Generator_UserColumnName="generated" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="generatedby" msprop:Generator_ColumnVarNameInTable="columngeneratedby" msprop:Generator_ColumnPropNameInRow="generatedby" msprop:Generator_ColumnPropNameInTable="generatedbyColumn" msprop:Generator_UserColumnName="generatedby" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="family" msprop:Generator_ColumnVarNameInTable="columnfamily" msprop:Generator_ColumnPropNameInRow="family" msprop:Generator_ColumnPropNameInTable="familyColumn" msprop:Generator_UserColumnName="family" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="log_ATE_error" msprop:Generator_TableClassName="log_ATE_errorDataTable" msprop:Generator_TableVarName="tablelog_ATE_error" msprop:Generator_RowChangedName="log_ATE_errorRowChanged" msprop:Generator_TablePropName="log_ATE_error" msprop:Generator_RowDeletingName="log_ATE_errorRowDeleting" msprop:Generator_RowChangingName="log_ATE_errorRowChanging" msprop:Generator_RowEvHandlerName="log_ATE_errorRowChangeEventHandler" msprop:Generator_RowDeletedName="log_ATE_errorRowDeleted" msprop:Generator_RowClassName="log_ATE_errorRow" msprop:Generator_UserTableName="log_ATE_error" msprop:Generator_RowEvArgName="log_ATE_errorRowChangeEvent">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="serialno" msprop:Generator_ColumnVarNameInTable="columnserialno" msprop:Generator_ColumnPropNameInRow="serialno" msprop:Generator_ColumnPropNameInTable="serialnoColumn" msprop:Generator_UserColumnName="serialno" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="result" msprop:Generator_ColumnVarNameInTable="columnresult" msprop:Generator_ColumnPropNameInRow="result" msprop:Generator_ColumnPropNameInTable="resultColumn" msprop:Generator_UserColumnName="result" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="10" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="station" msprop:Generator_ColumnVarNameInTable="columnstation" msprop:Generator_ColumnPropNameInRow="station" msprop:Generator_ColumnPropNameInTable="stationColumn" msprop:Generator_UserColumnName="station" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="10" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="pc_name" msprop:Generator_ColumnVarNameInTable="columnpc_name" msprop:Generator_ColumnPropNameInRow="pc_name" msprop:Generator_ColumnPropNameInTable="pc_nameColumn" msprop:Generator_UserColumnName="pc_name" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="10" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="errormsg" msprop:Generator_ColumnVarNameInTable="columnerrormsg" msprop:Generator_ColumnPropNameInRow="errormsg" msprop:Generator_ColumnPropNameInTable="errormsgColumn" msprop:Generator_UserColumnName="errormsg" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="checked_pn" msprop:Generator_ColumnVarNameInTable="columnchecked_pn" msprop:Generator_ColumnPropNameInRow="checked_pn" msprop:Generator_ColumnPropNameInTable="checked_pnColumn" msprop:Generator_UserColumnName="checked_pn" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="mac" msprop:Generator_ColumnVarNameInTable="columnmac" msprop:Generator_ColumnPropNameInRow="mac" msprop:Generator_ColumnPropNameInTable="macColumn" msprop:Generator_UserColumnName="mac" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="timestamp" msprop:Generator_ColumnVarNameInTable="columntimestamp" msprop:Generator_ColumnPropNameInRow="timestamp" msprop:Generator_ColumnPropNameInTable="timestampColumn" msprop:Generator_UserColumnName="timestamp" type="xs:dateTime" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="log_BL_Detail" msprop:Generator_TableClassName="log_BL_DetailDataTable" msprop:Generator_TableVarName="tablelog_BL_Detail" msprop:Generator_RowChangedName="log_BL_DetailRowChanged" msprop:Generator_TablePropName="log_BL_Detail" msprop:Generator_RowDeletingName="log_BL_DetailRowDeleting" msprop:Generator_RowChangingName="log_BL_DetailRowChanging" msprop:Generator_RowEvHandlerName="log_BL_DetailRowChangeEventHandler" msprop:Generator_RowDeletedName="log_BL_DetailRowDeleted" msprop:Generator_RowClassName="log_BL_DetailRow" msprop:Generator_UserTableName="log_BL_Detail" msprop:Generator_RowEvArgName="log_BL_DetailRowChangeEvent">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="boxno" msprop:Generator_ColumnVarNameInTable="columnboxno" msprop:Generator_ColumnPropNameInRow="boxno" msprop:Generator_ColumnPropNameInTable="boxnoColumn" msprop:Generator_UserColumnName="boxno" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="cardno" msprop:Generator_ColumnVarNameInTable="columncardno" msprop:Generator_ColumnPropNameInRow="cardno" msprop:Generator_ColumnPropNameInTable="cardnoColumn" msprop:Generator_UserColumnName="cardno" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="serialno" msprop:Generator_ColumnVarNameInTable="columnserialno" msprop:Generator_ColumnPropNameInRow="serialno" msprop:Generator_ColumnPropNameInTable="serialnoColumn" msprop:Generator_UserColumnName="serialno" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="qty" msprop:Generator_ColumnVarNameInTable="columnqty" msprop:Generator_ColumnPropNameInRow="qty" msprop:Generator_ColumnPropNameInTable="qtyColumn" msprop:Generator_UserColumnName="qty" type="xs:int" minOccurs="0" />
|
|
<xs:element name="model" msprop:Generator_ColumnVarNameInTable="columnmodel" msprop:Generator_ColumnPropNameInRow="model" msprop:Generator_ColumnPropNameInTable="modelColumn" msprop:Generator_UserColumnName="model" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="modelWt" msprop:Generator_ColumnVarNameInTable="columnmodelWt" msprop:Generator_ColumnPropNameInRow="modelWt" msprop:Generator_ColumnPropNameInTable="modelWtColumn" msprop:Generator_UserColumnName="modelWt" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="lastupdate" msprop:Generator_ColumnVarNameInTable="columnlastupdate" msprop:Generator_ColumnPropNameInRow="lastupdate" msprop:Generator_ColumnPropNameInTable="lastupdateColumn" msprop:Generator_UserColumnName="lastupdate" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="lastupdatedby" msprop:Generator_ColumnVarNameInTable="columnlastupdatedby" msprop:Generator_ColumnPropNameInRow="lastupdatedby" msprop:Generator_ColumnPropNameInTable="lastupdatedbyColumn" msprop:Generator_UserColumnName="lastupdatedby" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="log_BL_Detail_Hist" msprop:Generator_TableClassName="log_BL_Detail_HistDataTable" msprop:Generator_TableVarName="tablelog_BL_Detail_Hist" msprop:Generator_RowChangedName="log_BL_Detail_HistRowChanged" msprop:Generator_TablePropName="log_BL_Detail_Hist" msprop:Generator_RowDeletingName="log_BL_Detail_HistRowDeleting" msprop:Generator_RowChangingName="log_BL_Detail_HistRowChanging" msprop:Generator_RowEvHandlerName="log_BL_Detail_HistRowChangeEventHandler" msprop:Generator_RowDeletedName="log_BL_Detail_HistRowDeleted" msprop:Generator_RowClassName="log_BL_Detail_HistRow" msprop:Generator_UserTableName="log_BL_Detail_Hist" msprop:Generator_RowEvArgName="log_BL_Detail_HistRowChangeEvent">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="lineNum" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_ColumnVarNameInTable="columnlineNum" msprop:Generator_ColumnPropNameInRow="lineNum" msprop:Generator_ColumnPropNameInTable="lineNumColumn" msprop:Generator_UserColumnName="lineNum" type="xs:long" />
|
|
<xs:element name="boxno" msprop:Generator_ColumnVarNameInTable="columnboxno" msprop:Generator_ColumnPropNameInRow="boxno" msprop:Generator_ColumnPropNameInTable="boxnoColumn" msprop:Generator_UserColumnName="boxno" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="cardno" msprop:Generator_ColumnVarNameInTable="columncardno" msprop:Generator_ColumnPropNameInRow="cardno" msprop:Generator_ColumnPropNameInTable="cardnoColumn" msprop:Generator_UserColumnName="cardno" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="serialno" msprop:Generator_ColumnVarNameInTable="columnserialno" msprop:Generator_ColumnPropNameInRow="serialno" msprop:Generator_ColumnPropNameInTable="serialnoColumn" msprop:Generator_UserColumnName="serialno" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="qty" msprop:Generator_ColumnVarNameInTable="columnqty" msprop:Generator_ColumnPropNameInRow="qty" msprop:Generator_ColumnPropNameInTable="qtyColumn" msprop:Generator_UserColumnName="qty" type="xs:int" minOccurs="0" />
|
|
<xs:element name="model" msprop:Generator_ColumnVarNameInTable="columnmodel" msprop:Generator_ColumnPropNameInRow="model" msprop:Generator_ColumnPropNameInTable="modelColumn" msprop:Generator_UserColumnName="model" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="modelWt" msprop:Generator_ColumnVarNameInTable="columnmodelWt" msprop:Generator_ColumnPropNameInRow="modelWt" msprop:Generator_ColumnPropNameInTable="modelWtColumn" msprop:Generator_UserColumnName="modelWt" type="xs:float" minOccurs="0" />
|
|
<xs:element name="status" msprop:Generator_ColumnVarNameInTable="columnstatus" msprop:Generator_ColumnPropNameInRow="status" msprop:Generator_ColumnPropNameInTable="statusColumn" msprop:Generator_UserColumnName="status" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="lastupdate" msprop:Generator_ColumnVarNameInTable="columnlastupdate" msprop:Generator_ColumnPropNameInRow="lastupdate" msprop:Generator_ColumnPropNameInTable="lastupdateColumn" msprop:Generator_UserColumnName="lastupdate" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="lastupdatedby" msprop:Generator_ColumnVarNameInTable="columnlastupdatedby" msprop:Generator_ColumnPropNameInRow="lastupdatedby" msprop:Generator_ColumnPropNameInTable="lastupdatedbyColumn" msprop:Generator_UserColumnName="lastupdatedby" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="log_BL_Header" msprop:Generator_TableClassName="log_BL_HeaderDataTable" msprop:Generator_TableVarName="tablelog_BL_Header" msprop:Generator_RowChangedName="log_BL_HeaderRowChanged" msprop:Generator_TablePropName="log_BL_Header" msprop:Generator_RowDeletingName="log_BL_HeaderRowDeleting" msprop:Generator_RowChangingName="log_BL_HeaderRowChanging" msprop:Generator_RowEvHandlerName="log_BL_HeaderRowChangeEventHandler" msprop:Generator_RowDeletedName="log_BL_HeaderRowDeleted" msprop:Generator_RowClassName="log_BL_HeaderRow" msprop:Generator_UserTableName="log_BL_Header" msprop:Generator_RowEvArgName="log_BL_HeaderRowChangeEvent">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="boxno" msprop:Generator_ColumnVarNameInTable="columnboxno" msprop:Generator_ColumnPropNameInRow="boxno" msprop:Generator_ColumnPropNameInTable="boxnoColumn" msprop:Generator_UserColumnName="boxno">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="model" msprop:Generator_ColumnVarNameInTable="columnmodel" msprop:Generator_ColumnPropNameInRow="model" msprop:Generator_ColumnPropNameInTable="modelColumn" msprop:Generator_UserColumnName="model" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="po" msprop:Generator_ColumnVarNameInTable="columnpo" msprop:Generator_ColumnPropNameInRow="po" msprop:Generator_ColumnPropNameInTable="poColumn" msprop:Generator_UserColumnName="po" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="poLine" msprop:Generator_ColumnVarNameInTable="columnpoLine" msprop:Generator_ColumnPropNameInRow="poLine" msprop:Generator_ColumnPropNameInTable="poLineColumn" msprop:Generator_UserColumnName="poLine" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="15" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="pkType" msprop:Generator_ColumnVarNameInTable="columnpkType" msprop:Generator_ColumnPropNameInRow="pkType" msprop:Generator_ColumnPropNameInTable="pkTypeColumn" msprop:Generator_UserColumnName="pkType" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="maxQty" msprop:Generator_ColumnVarNameInTable="columnmaxQty" msprop:Generator_ColumnPropNameInRow="maxQty" msprop:Generator_ColumnPropNameInTable="maxQtyColumn" msprop:Generator_UserColumnName="maxQty" type="xs:int" minOccurs="0" />
|
|
<xs:element name="boxWt" msprop:Generator_ColumnVarNameInTable="columnboxWt" msprop:Generator_ColumnPropNameInRow="boxWt" msprop:Generator_ColumnPropNameInTable="boxWtColumn" msprop:Generator_UserColumnName="boxWt" type="xs:float" minOccurs="0" />
|
|
<xs:element name="boxDim" msprop:Generator_ColumnVarNameInTable="columnboxDim" msprop:Generator_ColumnPropNameInRow="boxDim" msprop:Generator_ColumnPropNameInTable="boxDimColumn" msprop:Generator_UserColumnName="boxDim" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="lastupdate" msprop:Generator_ColumnVarNameInTable="columnlastupdate" msprop:Generator_ColumnPropNameInRow="lastupdate" msprop:Generator_ColumnPropNameInTable="lastupdateColumn" msprop:Generator_UserColumnName="lastupdate" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="lastupdatedby" msprop:Generator_ColumnVarNameInTable="columnlastupdatedby" msprop:Generator_ColumnPropNameInRow="lastupdatedby" msprop:Generator_ColumnPropNameInTable="lastupdatedbyColumn" msprop:Generator_UserColumnName="lastupdatedby" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="log_BL_Header_Hist" msprop:Generator_TableClassName="log_BL_Header_HistDataTable" msprop:Generator_TableVarName="tablelog_BL_Header_Hist" msprop:Generator_RowChangedName="log_BL_Header_HistRowChanged" msprop:Generator_TablePropName="log_BL_Header_Hist" msprop:Generator_RowDeletingName="log_BL_Header_HistRowDeleting" msprop:Generator_RowChangingName="log_BL_Header_HistRowChanging" msprop:Generator_RowEvHandlerName="log_BL_Header_HistRowChangeEventHandler" msprop:Generator_RowDeletedName="log_BL_Header_HistRowDeleted" msprop:Generator_RowClassName="log_BL_Header_HistRow" msprop:Generator_UserTableName="log_BL_Header_Hist" msprop:Generator_RowEvArgName="log_BL_Header_HistRowChangeEvent">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="lineNum" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_ColumnVarNameInTable="columnlineNum" msprop:Generator_ColumnPropNameInRow="lineNum" msprop:Generator_ColumnPropNameInTable="lineNumColumn" msprop:Generator_UserColumnName="lineNum" type="xs:long" />
|
|
<xs:element name="boxno" msprop:Generator_ColumnVarNameInTable="columnboxno" msprop:Generator_ColumnPropNameInRow="boxno" msprop:Generator_ColumnPropNameInTable="boxnoColumn" msprop:Generator_UserColumnName="boxno" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="model" msprop:Generator_ColumnVarNameInTable="columnmodel" msprop:Generator_ColumnPropNameInRow="model" msprop:Generator_ColumnPropNameInTable="modelColumn" msprop:Generator_UserColumnName="model" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="po" msprop:Generator_ColumnVarNameInTable="columnpo" msprop:Generator_ColumnPropNameInRow="po" msprop:Generator_ColumnPropNameInTable="poColumn" msprop:Generator_UserColumnName="po" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="poLine" msprop:Generator_ColumnVarNameInTable="columnpoLine" msprop:Generator_ColumnPropNameInRow="poLine" msprop:Generator_ColumnPropNameInTable="poLineColumn" msprop:Generator_UserColumnName="poLine" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="15" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="pkType" msprop:Generator_ColumnVarNameInTable="columnpkType" msprop:Generator_ColumnPropNameInRow="pkType" msprop:Generator_ColumnPropNameInTable="pkTypeColumn" msprop:Generator_UserColumnName="pkType" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="maxQty" msprop:Generator_ColumnVarNameInTable="columnmaxQty" msprop:Generator_ColumnPropNameInRow="maxQty" msprop:Generator_ColumnPropNameInTable="maxQtyColumn" msprop:Generator_UserColumnName="maxQty" type="xs:int" minOccurs="0" />
|
|
<xs:element name="boxWt" msprop:Generator_ColumnVarNameInTable="columnboxWt" msprop:Generator_ColumnPropNameInRow="boxWt" msprop:Generator_ColumnPropNameInTable="boxWtColumn" msprop:Generator_UserColumnName="boxWt" type="xs:float" minOccurs="0" />
|
|
<xs:element name="boxDim" msprop:Generator_ColumnVarNameInTable="columnboxDim" msprop:Generator_ColumnPropNameInRow="boxDim" msprop:Generator_ColumnPropNameInTable="boxDimColumn" msprop:Generator_UserColumnName="boxDim" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="status" msprop:Generator_ColumnVarNameInTable="columnstatus" msprop:Generator_ColumnPropNameInRow="status" msprop:Generator_ColumnPropNameInTable="statusColumn" msprop:Generator_UserColumnName="status" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="lastupdate" msprop:Generator_ColumnVarNameInTable="columnlastupdate" msprop:Generator_ColumnPropNameInRow="lastupdate" msprop:Generator_ColumnPropNameInTable="lastupdateColumn" msprop:Generator_UserColumnName="lastupdate" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="lastupdatedby" msprop:Generator_ColumnVarNameInTable="columnlastupdatedby" msprop:Generator_ColumnPropNameInRow="lastupdatedby" msprop:Generator_ColumnPropNameInTable="lastupdatedbyColumn" msprop:Generator_UserColumnName="lastupdatedby" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="log_CAPA" msprop:Generator_TableClassName="log_CAPADataTable" msprop:Generator_TableVarName="tablelog_CAPA" msprop:Generator_RowChangedName="log_CAPARowChanged" msprop:Generator_TablePropName="log_CAPA" msprop:Generator_RowDeletingName="log_CAPARowDeleting" msprop:Generator_RowChangingName="log_CAPARowChanging" msprop:Generator_RowEvHandlerName="log_CAPARowChangeEventHandler" msprop:Generator_RowDeletedName="log_CAPARowDeleted" msprop:Generator_RowClassName="log_CAPARow" msprop:Generator_UserTableName="log_CAPA" msprop:Generator_RowEvArgName="log_CAPARowChangeEvent">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="poNumber" msprop:Generator_ColumnVarNameInTable="columnpoNumber" msprop:Generator_ColumnPropNameInRow="poNumber" msprop:Generator_ColumnPropNameInTable="poNumberColumn" msprop:Generator_UserColumnName="poNumber" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="poLine" msprop:Generator_ColumnVarNameInTable="columnpoLine" msprop:Generator_ColumnPropNameInRow="poLine" msprop:Generator_ColumnPropNameInTable="poLineColumn" msprop:Generator_UserColumnName="poLine" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="cause" msprop:Generator_ColumnVarNameInTable="columncause" msprop:Generator_ColumnPropNameInRow="cause" msprop:Generator_ColumnPropNameInTable="causeColumn" msprop:Generator_UserColumnName="cause" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="200" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="correctiveAction" msprop:Generator_ColumnVarNameInTable="columncorrectiveAction" msprop:Generator_ColumnPropNameInRow="correctiveAction" msprop:Generator_ColumnPropNameInTable="correctiveActionColumn" msprop:Generator_UserColumnName="correctiveAction" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="200" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="category" msprop:Generator_ColumnVarNameInTable="columncategory" msprop:Generator_ColumnPropNameInRow="category" msprop:Generator_ColumnPropNameInTable="categoryColumn" msprop:Generator_UserColumnName="category" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="rejectdate" msprop:Generator_ColumnVarNameInTable="columnrejectdate" msprop:Generator_ColumnPropNameInRow="rejectdate" msprop:Generator_ColumnPropNameInTable="rejectdateColumn" msprop:Generator_UserColumnName="rejectdate" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="rejectLocation" msprop:Generator_ColumnVarNameInTable="columnrejectLocation" msprop:Generator_ColumnPropNameInRow="rejectLocation" msprop:Generator_ColumnPropNameInTable="rejectLocationColumn" msprop:Generator_UserColumnName="rejectLocation" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="lastupdate" msprop:Generator_ColumnVarNameInTable="columnlastupdate" msprop:Generator_ColumnPropNameInRow="lastupdate" msprop:Generator_ColumnPropNameInTable="lastupdateColumn" msprop:Generator_UserColumnName="lastupdate" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="lastupdatedby" msprop:Generator_ColumnVarNameInTable="columnlastupdatedby" msprop:Generator_ColumnPropNameInRow="lastupdatedby" msprop:Generator_ColumnPropNameInTable="lastupdatedbyColumn" msprop:Generator_UserColumnName="lastupdatedby" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="log_card" msprop:Generator_TableClassName="log_cardDataTable" msprop:Generator_TableVarName="tablelog_card" msprop:Generator_RowChangedName="log_cardRowChanged" msprop:Generator_TablePropName="log_card" msprop:Generator_RowDeletingName="log_cardRowDeleting" msprop:Generator_RowChangingName="log_cardRowChanging" msprop:Generator_RowEvHandlerName="log_cardRowChangeEventHandler" msprop:Generator_RowDeletedName="log_cardRowDeleted" msprop:Generator_RowClassName="log_cardRow" msprop:Generator_UserTableName="log_card" msprop:Generator_RowEvArgName="log_cardRowChangeEvent">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="cardno" msprop:Generator_ColumnVarNameInTable="columncardno" msprop:Generator_ColumnPropNameInRow="cardno" msprop:Generator_ColumnPropNameInTable="cardnoColumn" msprop:Generator_UserColumnName="cardno" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="serialno" msprop:Generator_ColumnVarNameInTable="columnserialno" msprop:Generator_ColumnPropNameInRow="serialno" msprop:Generator_ColumnPropNameInTable="serialnoColumn" msprop:Generator_UserColumnName="serialno" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="status" msprop:Generator_ColumnVarNameInTable="columnstatus" msprop:Generator_ColumnPropNameInRow="status" msprop:Generator_ColumnPropNameInTable="statusColumn" msprop:Generator_UserColumnName="status" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="lastupdate" msprop:Generator_ColumnVarNameInTable="columnlastupdate" msprop:Generator_ColumnPropNameInRow="lastupdate" msprop:Generator_ColumnPropNameInTable="lastupdateColumn" msprop:Generator_UserColumnName="lastupdate" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="lastupdatedby" msprop:Generator_ColumnVarNameInTable="columnlastupdatedby" msprop:Generator_ColumnPropNameInRow="lastupdatedby" msprop:Generator_ColumnPropNameInTable="lastupdatedbyColumn" msprop:Generator_UserColumnName="lastupdatedby" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="log_CT_Detail" msprop:Generator_TableClassName="log_CT_DetailDataTable" msprop:Generator_TableVarName="tablelog_CT_Detail" msprop:Generator_RowChangedName="log_CT_DetailRowChanged" msprop:Generator_TablePropName="log_CT_Detail" msprop:Generator_RowDeletingName="log_CT_DetailRowDeleting" msprop:Generator_RowChangingName="log_CT_DetailRowChanging" msprop:Generator_RowEvHandlerName="log_CT_DetailRowChangeEventHandler" msprop:Generator_RowDeletedName="log_CT_DetailRowDeleted" msprop:Generator_RowClassName="log_CT_DetailRow" msprop:Generator_UserTableName="log_CT_Detail" msprop:Generator_RowEvArgName="log_CT_DetailRowChangeEvent">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="CNno" msprop:Generator_ColumnVarNameInTable="columnCNno" msprop:Generator_ColumnPropNameInRow="CNno" msprop:Generator_ColumnPropNameInTable="CNnoColumn" msprop:Generator_UserColumnName="CNno" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="boxno" msprop:Generator_ColumnVarNameInTable="columnboxno" msprop:Generator_ColumnPropNameInRow="boxno" msprop:Generator_ColumnPropNameInTable="boxnoColumn" msprop:Generator_UserColumnName="boxno" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="lastupdate" msprop:Generator_ColumnVarNameInTable="columnlastupdate" msprop:Generator_ColumnPropNameInRow="lastupdate" msprop:Generator_ColumnPropNameInTable="lastupdateColumn" msprop:Generator_UserColumnName="lastupdate" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="lastupdatedby" msprop:Generator_ColumnVarNameInTable="columnlastupdatedby" msprop:Generator_ColumnPropNameInRow="lastupdatedby" msprop:Generator_ColumnPropNameInTable="lastupdatedbyColumn" msprop:Generator_UserColumnName="lastupdatedby" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="log_CT_Detail_Hist" msprop:Generator_TableClassName="log_CT_Detail_HistDataTable" msprop:Generator_TableVarName="tablelog_CT_Detail_Hist" msprop:Generator_RowChangedName="log_CT_Detail_HistRowChanged" msprop:Generator_TablePropName="log_CT_Detail_Hist" msprop:Generator_RowDeletingName="log_CT_Detail_HistRowDeleting" msprop:Generator_RowChangingName="log_CT_Detail_HistRowChanging" msprop:Generator_RowEvHandlerName="log_CT_Detail_HistRowChangeEventHandler" msprop:Generator_RowDeletedName="log_CT_Detail_HistRowDeleted" msprop:Generator_RowClassName="log_CT_Detail_HistRow" msprop:Generator_UserTableName="log_CT_Detail_Hist" msprop:Generator_RowEvArgName="log_CT_Detail_HistRowChangeEvent">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="lineNum" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_ColumnVarNameInTable="columnlineNum" msprop:Generator_ColumnPropNameInRow="lineNum" msprop:Generator_ColumnPropNameInTable="lineNumColumn" msprop:Generator_UserColumnName="lineNum" type="xs:long" />
|
|
<xs:element name="CNno" msprop:Generator_ColumnVarNameInTable="columnCNno" msprop:Generator_ColumnPropNameInRow="CNno" msprop:Generator_ColumnPropNameInTable="CNnoColumn" msprop:Generator_UserColumnName="CNno" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="boxno" msprop:Generator_ColumnVarNameInTable="columnboxno" msprop:Generator_ColumnPropNameInRow="boxno" msprop:Generator_ColumnPropNameInTable="boxnoColumn" msprop:Generator_UserColumnName="boxno" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="status" msprop:Generator_ColumnVarNameInTable="columnstatus" msprop:Generator_ColumnPropNameInRow="status" msprop:Generator_ColumnPropNameInTable="statusColumn" msprop:Generator_UserColumnName="status" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="lastupdate" msprop:Generator_ColumnVarNameInTable="columnlastupdate" msprop:Generator_ColumnPropNameInRow="lastupdate" msprop:Generator_ColumnPropNameInTable="lastupdateColumn" msprop:Generator_UserColumnName="lastupdate" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="lastupdatedby" msprop:Generator_ColumnVarNameInTable="columnlastupdatedby" msprop:Generator_ColumnPropNameInRow="lastupdatedby" msprop:Generator_ColumnPropNameInTable="lastupdatedbyColumn" msprop:Generator_UserColumnName="lastupdatedby" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="log_CT_Header" msprop:Generator_TableClassName="log_CT_HeaderDataTable" msprop:Generator_TableVarName="tablelog_CT_Header" msprop:Generator_RowChangedName="log_CT_HeaderRowChanged" msprop:Generator_TablePropName="log_CT_Header" msprop:Generator_RowDeletingName="log_CT_HeaderRowDeleting" msprop:Generator_RowChangingName="log_CT_HeaderRowChanging" msprop:Generator_RowEvHandlerName="log_CT_HeaderRowChangeEventHandler" msprop:Generator_RowDeletedName="log_CT_HeaderRowDeleted" msprop:Generator_RowClassName="log_CT_HeaderRow" msprop:Generator_UserTableName="log_CT_Header" msprop:Generator_RowEvArgName="log_CT_HeaderRowChangeEvent">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="CNno" msprop:Generator_ColumnVarNameInTable="columnCNno" msprop:Generator_ColumnPropNameInRow="CNno" msprop:Generator_ColumnPropNameInTable="CNnoColumn" msprop:Generator_UserColumnName="CNno">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="layer" msprop:Generator_ColumnVarNameInTable="columnlayer" msprop:Generator_ColumnPropNameInRow="layer" msprop:Generator_ColumnPropNameInTable="layerColumn" msprop:Generator_UserColumnName="layer" type="xs:float" minOccurs="0" />
|
|
<xs:element name="dimension" msprop:Generator_ColumnVarNameInTable="columndimension" msprop:Generator_ColumnPropNameInRow="dimension" msprop:Generator_ColumnPropNameInTable="dimensionColumn" msprop:Generator_UserColumnName="dimension" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="type" msprop:Generator_ColumnVarNameInTable="columntype" msprop:Generator_ColumnPropNameInRow="type" msprop:Generator_ColumnPropNameInTable="typeColumn" msprop:Generator_UserColumnName="type" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="lastupdate" msprop:Generator_ColumnVarNameInTable="columnlastupdate" msprop:Generator_ColumnPropNameInRow="lastupdate" msprop:Generator_ColumnPropNameInTable="lastupdateColumn" msprop:Generator_UserColumnName="lastupdate" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="lastupdatedby" msprop:Generator_ColumnVarNameInTable="columnlastupdatedby" msprop:Generator_ColumnPropNameInRow="lastupdatedby" msprop:Generator_ColumnPropNameInTable="lastupdatedbyColumn" msprop:Generator_UserColumnName="lastupdatedby" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="log_CT_Header_Hist" msprop:Generator_TableClassName="log_CT_Header_HistDataTable" msprop:Generator_TableVarName="tablelog_CT_Header_Hist" msprop:Generator_RowChangedName="log_CT_Header_HistRowChanged" msprop:Generator_TablePropName="log_CT_Header_Hist" msprop:Generator_RowDeletingName="log_CT_Header_HistRowDeleting" msprop:Generator_RowChangingName="log_CT_Header_HistRowChanging" msprop:Generator_RowEvHandlerName="log_CT_Header_HistRowChangeEventHandler" msprop:Generator_RowDeletedName="log_CT_Header_HistRowDeleted" msprop:Generator_RowClassName="log_CT_Header_HistRow" msprop:Generator_UserTableName="log_CT_Header_Hist" msprop:Generator_RowEvArgName="log_CT_Header_HistRowChangeEvent">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="lineNum" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_ColumnVarNameInTable="columnlineNum" msprop:Generator_ColumnPropNameInRow="lineNum" msprop:Generator_ColumnPropNameInTable="lineNumColumn" msprop:Generator_UserColumnName="lineNum" type="xs:long" />
|
|
<xs:element name="CNno" msprop:Generator_ColumnVarNameInTable="columnCNno" msprop:Generator_ColumnPropNameInRow="CNno" msprop:Generator_ColumnPropNameInTable="CNnoColumn" msprop:Generator_UserColumnName="CNno" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="layer" msprop:Generator_ColumnVarNameInTable="columnlayer" msprop:Generator_ColumnPropNameInRow="layer" msprop:Generator_ColumnPropNameInTable="layerColumn" msprop:Generator_UserColumnName="layer" type="xs:int" minOccurs="0" />
|
|
<xs:element name="dimension" msprop:Generator_ColumnVarNameInTable="columndimension" msprop:Generator_ColumnPropNameInRow="dimension" msprop:Generator_ColumnPropNameInTable="dimensionColumn" msprop:Generator_UserColumnName="dimension" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="type" msprop:Generator_ColumnVarNameInTable="columntype" msprop:Generator_ColumnPropNameInRow="type" msprop:Generator_ColumnPropNameInTable="typeColumn" msprop:Generator_UserColumnName="type" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="status" msprop:Generator_ColumnVarNameInTable="columnstatus" msprop:Generator_ColumnPropNameInRow="status" msprop:Generator_ColumnPropNameInTable="statusColumn" msprop:Generator_UserColumnName="status" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="lastupdate" msprop:Generator_ColumnVarNameInTable="columnlastupdate" msprop:Generator_ColumnPropNameInRow="lastupdate" msprop:Generator_ColumnPropNameInTable="lastupdateColumn" msprop:Generator_UserColumnName="lastupdate" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="lastupdatedby" msprop:Generator_ColumnVarNameInTable="columnlastupdatedby" msprop:Generator_ColumnPropNameInRow="lastupdatedby" msprop:Generator_ColumnPropNameInTable="lastupdatedbyColumn" msprop:Generator_UserColumnName="lastupdatedby" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="log_ct_header_temp" msprop:Generator_TableClassName="log_ct_header_tempDataTable" msprop:Generator_TableVarName="tablelog_ct_header_temp" msprop:Generator_RowChangedName="log_ct_header_tempRowChanged" msprop:Generator_TablePropName="log_ct_header_temp" msprop:Generator_RowDeletingName="log_ct_header_tempRowDeleting" msprop:Generator_RowChangingName="log_ct_header_tempRowChanging" msprop:Generator_RowEvHandlerName="log_ct_header_tempRowChangeEventHandler" msprop:Generator_RowDeletedName="log_ct_header_tempRowDeleted" msprop:Generator_RowClassName="log_ct_header_tempRow" msprop:Generator_UserTableName="log_ct_header_temp" msprop:Generator_RowEvArgName="log_ct_header_tempRowChangeEvent">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="CNno" msprop:Generator_ColumnVarNameInTable="columnCNno" msprop:Generator_ColumnPropNameInRow="CNno" msprop:Generator_ColumnPropNameInTable="CNnoColumn" msprop:Generator_UserColumnName="CNno">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="layer" msprop:Generator_ColumnVarNameInTable="columnlayer" msprop:Generator_ColumnPropNameInRow="layer" msprop:Generator_ColumnPropNameInTable="layerColumn" msprop:Generator_UserColumnName="layer" type="xs:int" minOccurs="0" />
|
|
<xs:element name="dimension" msprop:Generator_ColumnVarNameInTable="columndimension" msprop:Generator_ColumnPropNameInRow="dimension" msprop:Generator_ColumnPropNameInTable="dimensionColumn" msprop:Generator_UserColumnName="dimension" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="type" msprop:Generator_ColumnVarNameInTable="columntype" msprop:Generator_ColumnPropNameInRow="type" msprop:Generator_ColumnPropNameInTable="typeColumn" msprop:Generator_UserColumnName="type" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="lastupdate" msprop:Generator_ColumnVarNameInTable="columnlastupdate" msprop:Generator_ColumnPropNameInRow="lastupdate" msprop:Generator_ColumnPropNameInTable="lastupdateColumn" msprop:Generator_UserColumnName="lastupdate" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="lastupdatedby" msprop:Generator_ColumnVarNameInTable="columnlastupdatedby" msprop:Generator_ColumnPropNameInRow="lastupdatedby" msprop:Generator_ColumnPropNameInTable="lastupdatedbyColumn" msprop:Generator_UserColumnName="lastupdatedby" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="log_DA" msprop:Generator_TableClassName="log_DADataTable" msprop:Generator_TableVarName="tablelog_DA" msprop:Generator_RowChangedName="log_DARowChanged" msprop:Generator_TablePropName="log_DA" msprop:Generator_RowDeletingName="log_DARowDeleting" msprop:Generator_RowChangingName="log_DARowChanging" msprop:Generator_RowEvHandlerName="log_DARowChangeEventHandler" msprop:Generator_RowDeletedName="log_DARowDeleted" msprop:Generator_RowClassName="log_DARow" msprop:Generator_UserTableName="log_DA" msprop:Generator_RowEvArgName="log_DARowChangeEvent">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="trackingno" msprop:Generator_ColumnVarNameInTable="columntrackingno" msprop:Generator_ColumnPropNameInRow="trackingno" msprop:Generator_ColumnPropNameInTable="trackingnoColumn" msprop:Generator_UserColumnName="trackingno" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="11" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="inputType" msprop:Generator_ColumnVarNameInTable="columninputType" msprop:Generator_ColumnPropNameInRow="inputType" msprop:Generator_ColumnPropNameInTable="inputTypeColumn" msprop:Generator_UserColumnName="inputType" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="serial" msprop:Generator_ColumnVarNameInTable="columnserial" msprop:Generator_ColumnPropNameInRow="serial" msprop:Generator_ColumnPropNameInTable="serialColumn" msprop:Generator_UserColumnName="serial" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="serialFrom" msprop:Generator_ColumnVarNameInTable="columnserialFrom" msprop:Generator_ColumnPropNameInRow="serialFrom" msprop:Generator_ColumnPropNameInTable="serialFromColumn" msprop:Generator_UserColumnName="serialFrom" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="serialTo" msprop:Generator_ColumnVarNameInTable="columnserialTo" msprop:Generator_ColumnPropNameInRow="serialTo" msprop:Generator_ColumnPropNameInTable="serialToColumn" msprop:Generator_UserColumnName="serialTo" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="batchNo" msprop:Generator_ColumnVarNameInTable="columnbatchNo" msprop:Generator_ColumnPropNameInRow="batchNo" msprop:Generator_ColumnPropNameInTable="batchNoColumn" msprop:Generator_UserColumnName="batchNo" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="daNumber" msprop:Generator_ColumnVarNameInTable="columndaNumber" msprop:Generator_ColumnPropNameInRow="daNumber" msprop:Generator_ColumnPropNameInTable="daNumberColumn" msprop:Generator_UserColumnName="daNumber" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="daDesc" msprop:Generator_ColumnVarNameInTable="columndaDesc" msprop:Generator_ColumnPropNameInRow="daDesc" msprop:Generator_ColumnPropNameInTable="daDescColumn" msprop:Generator_UserColumnName="daDesc" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="200" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="daRemarks" msprop:Generator_ColumnVarNameInTable="columndaRemarks" msprop:Generator_ColumnPropNameInRow="daRemarks" msprop:Generator_ColumnPropNameInTable="daRemarksColumn" msprop:Generator_UserColumnName="daRemarks" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="500" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="lastupdate" msprop:Generator_ColumnVarNameInTable="columnlastupdate" msprop:Generator_ColumnPropNameInRow="lastupdate" msprop:Generator_ColumnPropNameInTable="lastupdateColumn" msprop:Generator_UserColumnName="lastupdate" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="lastupdatedby" msprop:Generator_ColumnVarNameInTable="columnlastupdatedby" msprop:Generator_ColumnPropNameInRow="lastupdatedby" msprop:Generator_ColumnPropNameInTable="lastupdatedbyColumn" msprop:Generator_UserColumnName="lastupdatedby" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="log_label" msprop:Generator_TableClassName="log_labelDataTable" msprop:Generator_TableVarName="tablelog_label" msprop:Generator_RowChangedName="log_labelRowChanged" msprop:Generator_TablePropName="log_label" msprop:Generator_RowDeletingName="log_labelRowDeleting" msprop:Generator_RowChangingName="log_labelRowChanging" msprop:Generator_RowEvHandlerName="log_labelRowChangeEventHandler" msprop:Generator_RowDeletedName="log_labelRowDeleted" msprop:Generator_RowClassName="log_labelRow" msprop:Generator_UserTableName="log_label" msprop:Generator_RowEvArgName="log_labelRowChangeEvent">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="cardno" msprop:Generator_ColumnVarNameInTable="columncardno" msprop:Generator_ColumnPropNameInRow="cardno" msprop:Generator_ColumnPropNameInTable="cardnoColumn" msprop:Generator_UserColumnName="cardno" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="serialno" msprop:Generator_ColumnVarNameInTable="columnserialno" msprop:Generator_ColumnPropNameInRow="serialno" msprop:Generator_ColumnPropNameInTable="serialnoColumn" msprop:Generator_UserColumnName="serialno" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="so" msprop:Generator_ColumnVarNameInTable="columnso" msprop:Generator_ColumnPropNameInRow="so" msprop:Generator_ColumnPropNameInTable="soColumn" msprop:Generator_UserColumnName="so" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="line" msprop:Generator_ColumnVarNameInTable="columnline" msprop:Generator_ColumnPropNameInRow="line" msprop:Generator_ColumnPropNameInTable="lineColumn" msprop:Generator_UserColumnName="line" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="10" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="lastupdate" msprop:Generator_ColumnVarNameInTable="columnlastupdate" msprop:Generator_ColumnPropNameInRow="lastupdate" msprop:Generator_ColumnPropNameInTable="lastupdateColumn" msprop:Generator_UserColumnName="lastupdate" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="lastupdatedby" msprop:Generator_ColumnVarNameInTable="columnlastupdatedby" msprop:Generator_ColumnPropNameInRow="lastupdatedby" msprop:Generator_ColumnPropNameInTable="lastupdatedbyColumn" msprop:Generator_UserColumnName="lastupdatedby" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="log_labelHist" msprop:Generator_TableClassName="log_labelHistDataTable" msprop:Generator_TableVarName="tablelog_labelHist" msprop:Generator_RowChangedName="log_labelHistRowChanged" msprop:Generator_TablePropName="log_labelHist" msprop:Generator_RowDeletingName="log_labelHistRowDeleting" msprop:Generator_RowChangingName="log_labelHistRowChanging" msprop:Generator_RowEvHandlerName="log_labelHistRowChangeEventHandler" msprop:Generator_RowDeletedName="log_labelHistRowDeleted" msprop:Generator_RowClassName="log_labelHistRow" msprop:Generator_UserTableName="log_labelHist" msprop:Generator_RowEvArgName="log_labelHistRowChangeEvent">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="lineNum" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_ColumnVarNameInTable="columnlineNum" msprop:Generator_ColumnPropNameInRow="lineNum" msprop:Generator_ColumnPropNameInTable="lineNumColumn" msprop:Generator_UserColumnName="lineNum" type="xs:long" />
|
|
<xs:element name="cardno" msprop:Generator_ColumnVarNameInTable="columncardno" msprop:Generator_ColumnPropNameInRow="cardno" msprop:Generator_ColumnPropNameInTable="cardnoColumn" msprop:Generator_UserColumnName="cardno" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="serialno" msprop:Generator_ColumnVarNameInTable="columnserialno" msprop:Generator_ColumnPropNameInRow="serialno" msprop:Generator_ColumnPropNameInTable="serialnoColumn" msprop:Generator_UserColumnName="serialno" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="so" msprop:Generator_ColumnVarNameInTable="columnso" msprop:Generator_ColumnPropNameInRow="so" msprop:Generator_ColumnPropNameInTable="soColumn" msprop:Generator_UserColumnName="so" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="line" msprop:Generator_ColumnVarNameInTable="columnline" msprop:Generator_ColumnPropNameInRow="line" msprop:Generator_ColumnPropNameInTable="lineColumn" msprop:Generator_UserColumnName="line" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="10" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="status" msprop:Generator_ColumnVarNameInTable="columnstatus" msprop:Generator_ColumnPropNameInRow="status" msprop:Generator_ColumnPropNameInTable="statusColumn" msprop:Generator_UserColumnName="status" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="lastupdate" msprop:Generator_ColumnVarNameInTable="columnlastupdate" msprop:Generator_ColumnPropNameInRow="lastupdate" msprop:Generator_ColumnPropNameInTable="lastupdateColumn" msprop:Generator_UserColumnName="lastupdate" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="lastupdatedby" msprop:Generator_ColumnVarNameInTable="columnlastupdatedby" msprop:Generator_ColumnPropNameInRow="lastupdatedby" msprop:Generator_ColumnPropNameInTable="lastupdatedbyColumn" msprop:Generator_UserColumnName="lastupdatedby" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="log_link" msprop:Generator_TableClassName="log_linkDataTable" msprop:Generator_TableVarName="tablelog_link" msprop:Generator_RowChangedName="log_linkRowChanged" msprop:Generator_TablePropName="log_link" msprop:Generator_RowDeletingName="log_linkRowDeleting" msprop:Generator_RowChangingName="log_linkRowChanging" msprop:Generator_RowEvHandlerName="log_linkRowChangeEventHandler" msprop:Generator_RowDeletedName="log_linkRowDeleted" msprop:Generator_RowClassName="log_linkRow" msprop:Generator_UserTableName="log_link" msprop:Generator_RowEvArgName="log_linkRowChangeEvent">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="trackingno" msprop:Generator_ColumnVarNameInTable="columntrackingno" msprop:Generator_ColumnPropNameInRow="trackingno" msprop:Generator_ColumnPropNameInTable="trackingnoColumn" msprop:Generator_UserColumnName="trackingno" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="11" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="cardno" msprop:Generator_ColumnVarNameInTable="columncardno" msprop:Generator_ColumnPropNameInRow="cardno" msprop:Generator_ColumnPropNameInTable="cardnoColumn" msprop:Generator_UserColumnName="cardno" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="serialno" msprop:Generator_ColumnVarNameInTable="columnserialno" msprop:Generator_ColumnPropNameInRow="serialno" msprop:Generator_ColumnPropNameInTable="serialnoColumn" msprop:Generator_UserColumnName="serialno" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="cardnoLink" msprop:Generator_ColumnVarNameInTable="columncardnoLink" msprop:Generator_ColumnPropNameInRow="cardnoLink" msprop:Generator_ColumnPropNameInTable="cardnoLinkColumn" msprop:Generator_UserColumnName="cardnoLink" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="serialnoLink" msprop:Generator_ColumnVarNameInTable="columnserialnoLink" msprop:Generator_ColumnPropNameInRow="serialnoLink" msprop:Generator_ColumnPropNameInTable="serialnoLinkColumn" msprop:Generator_UserColumnName="serialnoLink" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="lastupdate" msprop:Generator_ColumnVarNameInTable="columnlastupdate" msprop:Generator_ColumnPropNameInRow="lastupdate" msprop:Generator_ColumnPropNameInTable="lastupdateColumn" msprop:Generator_UserColumnName="lastupdate" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="lastupdatedby" msprop:Generator_ColumnVarNameInTable="columnlastupdatedby" msprop:Generator_ColumnPropNameInRow="lastupdatedby" msprop:Generator_ColumnPropNameInTable="lastupdatedbyColumn" msprop:Generator_UserColumnName="lastupdatedby" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="log_linkHist" msprop:Generator_TableClassName="log_linkHistDataTable" msprop:Generator_TableVarName="tablelog_linkHist" msprop:Generator_RowChangedName="log_linkHistRowChanged" msprop:Generator_TablePropName="log_linkHist" msprop:Generator_RowDeletingName="log_linkHistRowDeleting" msprop:Generator_RowChangingName="log_linkHistRowChanging" msprop:Generator_RowEvHandlerName="log_linkHistRowChangeEventHandler" msprop:Generator_RowDeletedName="log_linkHistRowDeleted" msprop:Generator_RowClassName="log_linkHistRow" msprop:Generator_UserTableName="log_linkHist" msprop:Generator_RowEvArgName="log_linkHistRowChangeEvent">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="lineNum" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_ColumnVarNameInTable="columnlineNum" msprop:Generator_ColumnPropNameInRow="lineNum" msprop:Generator_ColumnPropNameInTable="lineNumColumn" msprop:Generator_UserColumnName="lineNum" type="xs:long" />
|
|
<xs:element name="cardno" msprop:Generator_ColumnVarNameInTable="columncardno" msprop:Generator_ColumnPropNameInRow="cardno" msprop:Generator_ColumnPropNameInTable="cardnoColumn" msprop:Generator_UserColumnName="cardno" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="serialno" msprop:Generator_ColumnVarNameInTable="columnserialno" msprop:Generator_ColumnPropNameInRow="serialno" msprop:Generator_ColumnPropNameInTable="serialnoColumn" msprop:Generator_UserColumnName="serialno" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="cardnoLink" msprop:Generator_ColumnVarNameInTable="columncardnoLink" msprop:Generator_ColumnPropNameInRow="cardnoLink" msprop:Generator_ColumnPropNameInTable="cardnoLinkColumn" msprop:Generator_UserColumnName="cardnoLink" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="serialnoLink" msprop:Generator_ColumnVarNameInTable="columnserialnoLink" msprop:Generator_ColumnPropNameInRow="serialnoLink" msprop:Generator_ColumnPropNameInTable="serialnoLinkColumn" msprop:Generator_UserColumnName="serialnoLink" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="status" msprop:Generator_ColumnVarNameInTable="columnstatus" msprop:Generator_ColumnPropNameInRow="status" msprop:Generator_ColumnPropNameInTable="statusColumn" msprop:Generator_UserColumnName="status" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="lastupdate" msprop:Generator_ColumnVarNameInTable="columnlastupdate" msprop:Generator_ColumnPropNameInRow="lastupdate" msprop:Generator_ColumnPropNameInTable="lastupdateColumn" msprop:Generator_UserColumnName="lastupdate" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="lastupdatedby" msprop:Generator_ColumnVarNameInTable="columnlastupdatedby" msprop:Generator_ColumnPropNameInRow="lastupdatedby" msprop:Generator_ColumnPropNameInTable="lastupdatedbyColumn" msprop:Generator_UserColumnName="lastupdatedby" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="log_lot" msprop:Generator_TableClassName="log_lotDataTable" msprop:Generator_TableVarName="tablelog_lot" msprop:Generator_RowChangedName="log_lotRowChanged" msprop:Generator_TablePropName="log_lot" msprop:Generator_RowDeletingName="log_lotRowDeleting" msprop:Generator_RowChangingName="log_lotRowChanging" msprop:Generator_RowEvHandlerName="log_lotRowChangeEventHandler" msprop:Generator_RowDeletedName="log_lotRowDeleted" msprop:Generator_RowClassName="log_lotRow" msprop:Generator_UserTableName="log_lot" msprop:Generator_RowEvArgName="log_lotRowChangeEvent">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="lotNumber" msprop:Generator_ColumnVarNameInTable="columnlotNumber" msprop:Generator_ColumnPropNameInRow="lotNumber" msprop:Generator_ColumnPropNameInTable="lotNumberColumn" msprop:Generator_UserColumnName="lotNumber" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="stage" msprop:Generator_ColumnVarNameInTable="columnstage" msprop:Generator_ColumnPropNameInRow="stage" msprop:Generator_ColumnPropNameInTable="stageColumn" msprop:Generator_UserColumnName="stage" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="status" msprop:Generator_ColumnVarNameInTable="columnstatus" msprop:Generator_ColumnPropNameInRow="status" msprop:Generator_ColumnPropNameInTable="statusColumn" msprop:Generator_UserColumnName="status" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="samplingSize" msprop:Generator_ColumnVarNameInTable="columnsamplingSize" msprop:Generator_ColumnPropNameInRow="samplingSize" msprop:Generator_ColumnPropNameInTable="samplingSizeColumn" msprop:Generator_UserColumnName="samplingSize" type="xs:int" minOccurs="0" />
|
|
<xs:element name="lastupdate" msprop:Generator_ColumnVarNameInTable="columnlastupdate" msprop:Generator_ColumnPropNameInRow="lastupdate" msprop:Generator_ColumnPropNameInTable="lastupdateColumn" msprop:Generator_UserColumnName="lastupdate" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="lastupdatedby" msprop:Generator_ColumnVarNameInTable="columnlastupdatedby" msprop:Generator_ColumnPropNameInRow="lastupdatedby" msprop:Generator_ColumnPropNameInTable="lastupdatedbyColumn" msprop:Generator_UserColumnName="lastupdatedby" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="log_pass" msprop:Generator_TableClassName="log_passDataTable" msprop:Generator_TableVarName="tablelog_pass" msprop:Generator_RowChangedName="log_passRowChanged" msprop:Generator_TablePropName="log_pass" msprop:Generator_RowDeletingName="log_passRowDeleting" msprop:Generator_RowChangingName="log_passRowChanging" msprop:Generator_RowEvHandlerName="log_passRowChangeEventHandler" msprop:Generator_RowDeletedName="log_passRowDeleted" msprop:Generator_RowClassName="log_passRow" msprop:Generator_UserTableName="log_pass" msprop:Generator_RowEvArgName="log_passRowChangeEvent">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="trackingno" msprop:Generator_ColumnVarNameInTable="columntrackingno" msprop:Generator_ColumnPropNameInRow="trackingno" msprop:Generator_ColumnPropNameInTable="trackingnoColumn" msprop:Generator_UserColumnName="trackingno" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="11" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="ptNo" msprop:Generator_ColumnVarNameInTable="columnptNo" msprop:Generator_ColumnPropNameInRow="ptNo" msprop:Generator_ColumnPropNameInTable="ptNoColumn" msprop:Generator_UserColumnName="ptNo" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="stage" msprop:Generator_ColumnVarNameInTable="columnstage" msprop:Generator_ColumnPropNameInRow="stage" msprop:Generator_ColumnPropNameInTable="stageColumn" msprop:Generator_UserColumnName="stage" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="quantity" msprop:Generator_ColumnVarNameInTable="columnquantity" msprop:Generator_ColumnPropNameInRow="quantity" msprop:Generator_ColumnPropNameInTable="quantityColumn" msprop:Generator_UserColumnName="quantity" type="xs:int" minOccurs="0" />
|
|
<xs:element name="machine" msprop:Generator_ColumnVarNameInTable="columnmachine" msprop:Generator_ColumnPropNameInRow="machine" msprop:Generator_ColumnPropNameInTable="machineColumn" msprop:Generator_UserColumnName="machine" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="status" msprop:Generator_ColumnVarNameInTable="columnstatus" msprop:Generator_ColumnPropNameInRow="status" msprop:Generator_ColumnPropNameInTable="statusColumn" msprop:Generator_UserColumnName="status" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="lastupdate" msprop:Generator_ColumnVarNameInTable="columnlastupdate" msprop:Generator_ColumnPropNameInRow="lastupdate" msprop:Generator_ColumnPropNameInTable="lastupdateColumn" msprop:Generator_UserColumnName="lastupdate" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="lastupdatedby" msprop:Generator_ColumnVarNameInTable="columnlastupdatedby" msprop:Generator_ColumnPropNameInRow="lastupdatedby" msprop:Generator_ColumnPropNameInTable="lastupdatedbyColumn" msprop:Generator_UserColumnName="lastupdatedby" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="log_pass_serial" msprop:Generator_TableClassName="log_pass_serialDataTable" msprop:Generator_TableVarName="tablelog_pass_serial" msprop:Generator_RowChangedName="log_pass_serialRowChanged" msprop:Generator_TablePropName="log_pass_serial" msprop:Generator_RowDeletingName="log_pass_serialRowDeleting" msprop:Generator_RowChangingName="log_pass_serialRowChanging" msprop:Generator_RowEvHandlerName="log_pass_serialRowChangeEventHandler" msprop:Generator_RowDeletedName="log_pass_serialRowDeleted" msprop:Generator_RowClassName="log_pass_serialRow" msprop:Generator_UserTableName="log_pass_serial" msprop:Generator_RowEvArgName="log_pass_serialRowChangeEvent">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="trackingno" msprop:Generator_ColumnVarNameInTable="columntrackingno" msprop:Generator_ColumnPropNameInRow="trackingno" msprop:Generator_ColumnPropNameInTable="trackingnoColumn" msprop:Generator_UserColumnName="trackingno" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="11" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="cardno" msprop:Generator_ColumnVarNameInTable="columncardno" msprop:Generator_ColumnPropNameInRow="cardno" msprop:Generator_ColumnPropNameInTable="cardnoColumn" msprop:Generator_UserColumnName="cardno" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="stage" msprop:Generator_ColumnVarNameInTable="columnstage" msprop:Generator_ColumnPropNameInRow="stage" msprop:Generator_ColumnPropNameInTable="stageColumn" msprop:Generator_UserColumnName="stage" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="machine" msprop:Generator_ColumnVarNameInTable="columnmachine" msprop:Generator_ColumnPropNameInRow="machine" msprop:Generator_ColumnPropNameInTable="machineColumn" msprop:Generator_UserColumnName="machine" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="status" msprop:Generator_ColumnVarNameInTable="columnstatus" msprop:Generator_ColumnPropNameInRow="status" msprop:Generator_ColumnPropNameInTable="statusColumn" msprop:Generator_UserColumnName="status" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="lastupdate" msprop:Generator_ColumnVarNameInTable="columnlastupdate" msprop:Generator_ColumnPropNameInRow="lastupdate" msprop:Generator_ColumnPropNameInTable="lastupdateColumn" msprop:Generator_UserColumnName="lastupdate" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="lastupdatedby" msprop:Generator_ColumnVarNameInTable="columnlastupdatedby" msprop:Generator_ColumnPropNameInRow="lastupdatedby" msprop:Generator_ColumnPropNameInTable="lastupdatedbyColumn" msprop:Generator_UserColumnName="lastupdatedby" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="log_PreTest_Detail" msprop:Generator_TableClassName="log_PreTest_DetailDataTable" msprop:Generator_TableVarName="tablelog_PreTest_Detail" msprop:Generator_RowChangedName="log_PreTest_DetailRowChanged" msprop:Generator_TablePropName="log_PreTest_Detail" msprop:Generator_RowDeletingName="log_PreTest_DetailRowDeleting" msprop:Generator_RowChangingName="log_PreTest_DetailRowChanging" msprop:Generator_RowEvHandlerName="log_PreTest_DetailRowChangeEventHandler" msprop:Generator_RowDeletedName="log_PreTest_DetailRowDeleted" msprop:Generator_RowClassName="log_PreTest_DetailRow" msprop:Generator_UserTableName="log_PreTest_Detail" msprop:Generator_RowEvArgName="log_PreTest_DetailRowChangeEvent">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="poNumber" msprop:Generator_ColumnVarNameInTable="columnpoNumber" msprop:Generator_ColumnPropNameInRow="poNumber" msprop:Generator_ColumnPropNameInTable="poNumberColumn" msprop:Generator_UserColumnName="poNumber" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="poLine" msprop:Generator_ColumnVarNameInTable="columnpoLine" msprop:Generator_ColumnPropNameInRow="poLine" msprop:Generator_ColumnPropNameInTable="poLineColumn" msprop:Generator_UserColumnName="poLine" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="serialno" msprop:Generator_ColumnVarNameInTable="columnserialno" msprop:Generator_ColumnPropNameInRow="serialno" msprop:Generator_ColumnPropNameInTable="serialnoColumn" msprop:Generator_UserColumnName="serialno" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="serialStatus" msprop:Generator_ColumnVarNameInTable="columnserialStatus" msprop:Generator_ColumnPropNameInRow="serialStatus" msprop:Generator_ColumnPropNameInTable="serialStatusColumn" msprop:Generator_UserColumnName="serialStatus" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="boxNo" msprop:Generator_ColumnVarNameInTable="columnboxNo" msprop:Generator_ColumnPropNameInRow="boxNo" msprop:Generator_ColumnPropNameInTable="boxNoColumn" msprop:Generator_UserColumnName="boxNo" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="cnNo" msprop:Generator_ColumnVarNameInTable="columncnNo" msprop:Generator_ColumnPropNameInRow="cnNo" msprop:Generator_ColumnPropNameInTable="cnNoColumn" msprop:Generator_UserColumnName="cnNo" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="shipNo" msprop:Generator_ColumnVarNameInTable="columnshipNo" msprop:Generator_ColumnPropNameInRow="shipNo" msprop:Generator_ColumnPropNameInTable="shipNoColumn" msprop:Generator_UserColumnName="shipNo" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="lastupdate" msprop:Generator_ColumnVarNameInTable="columnlastupdate" msprop:Generator_ColumnPropNameInRow="lastupdate" msprop:Generator_ColumnPropNameInTable="lastupdateColumn" msprop:Generator_UserColumnName="lastupdate" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="lastupdatedby" msprop:Generator_ColumnVarNameInTable="columnlastupdatedby" msprop:Generator_ColumnPropNameInRow="lastupdatedby" msprop:Generator_ColumnPropNameInTable="lastupdatedbyColumn" msprop:Generator_UserColumnName="lastupdatedby" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="log_repair" msprop:Generator_TableClassName="log_repairDataTable" msprop:Generator_TableVarName="tablelog_repair" msprop:Generator_RowChangedName="log_repairRowChanged" msprop:Generator_TablePropName="log_repair" msprop:Generator_RowDeletingName="log_repairRowDeleting" msprop:Generator_RowChangingName="log_repairRowChanging" msprop:Generator_RowEvHandlerName="log_repairRowChangeEventHandler" msprop:Generator_RowDeletedName="log_repairRowDeleted" msprop:Generator_RowClassName="log_repairRow" msprop:Generator_UserTableName="log_repair" msprop:Generator_RowEvArgName="log_repairRowChangeEvent">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="trackingno" msprop:Generator_ColumnVarNameInTable="columntrackingno" msprop:Generator_ColumnPropNameInRow="trackingno" msprop:Generator_ColumnPropNameInTable="trackingnoColumn" msprop:Generator_UserColumnName="trackingno">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="11" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="ptNo" msprop:Generator_ColumnVarNameInTable="columnptNo" msprop:Generator_ColumnPropNameInRow="ptNo" msprop:Generator_ColumnPropNameInTable="ptNoColumn" msprop:Generator_UserColumnName="ptNo" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="stage" msprop:Generator_ColumnVarNameInTable="columnstage" msprop:Generator_ColumnPropNameInRow="stage" msprop:Generator_ColumnPropNameInTable="stageColumn" msprop:Generator_UserColumnName="stage" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="machine" msprop:Generator_ColumnVarNameInTable="columnmachine" msprop:Generator_ColumnPropNameInRow="machine" msprop:Generator_ColumnPropNameInTable="machineColumn" msprop:Generator_UserColumnName="machine" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="category" msprop:Generator_ColumnVarNameInTable="columncategory" msprop:Generator_ColumnPropNameInRow="category" msprop:Generator_ColumnPropNameInTable="categoryColumn" msprop:Generator_UserColumnName="category" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="defect" msprop:Generator_ColumnVarNameInTable="columndefect" msprop:Generator_ColumnPropNameInRow="defect" msprop:Generator_ColumnPropNameInTable="defectColumn" msprop:Generator_UserColumnName="defect" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="location" msprop:Generator_ColumnVarNameInTable="columnlocation" msprop:Generator_ColumnPropNameInRow="location" msprop:Generator_ColumnPropNameInTable="locationColumn" msprop:Generator_UserColumnName="location" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="details" msprop:Generator_ColumnVarNameInTable="columndetails" msprop:Generator_ColumnPropNameInRow="details" msprop:Generator_ColumnPropNameInTable="detailsColumn" msprop:Generator_UserColumnName="details" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="status" msprop:Generator_ColumnVarNameInTable="columnstatus" msprop:Generator_ColumnPropNameInRow="status" msprop:Generator_ColumnPropNameInTable="statusColumn" msprop:Generator_UserColumnName="status" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="quantity" msprop:Generator_ColumnVarNameInTable="columnquantity" msprop:Generator_ColumnPropNameInRow="quantity" msprop:Generator_ColumnPropNameInTable="quantityColumn" msprop:Generator_UserColumnName="quantity" type="xs:int" minOccurs="0" />
|
|
<xs:element name="unitQuantity" msprop:Generator_ColumnVarNameInTable="columnunitQuantity" msprop:Generator_ColumnPropNameInRow="unitQuantity" msprop:Generator_ColumnPropNameInTable="unitQuantityColumn" msprop:Generator_UserColumnName="unitQuantity" type="xs:int" minOccurs="0" />
|
|
<xs:element name="addinfo" msprop:Generator_ColumnVarNameInTable="columnaddinfo" msprop:Generator_ColumnPropNameInRow="addinfo" msprop:Generator_ColumnPropNameInTable="addinfoColumn" msprop:Generator_UserColumnName="addinfo" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="150" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="serialAffected" msprop:Generator_ColumnVarNameInTable="columnserialAffected" msprop:Generator_ColumnPropNameInRow="serialAffected" msprop:Generator_ColumnPropNameInTable="serialAffectedColumn" msprop:Generator_UserColumnName="serialAffected" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="component" msprop:Generator_ColumnVarNameInTable="columncomponent" msprop:Generator_ColumnPropNameInRow="component" msprop:Generator_ColumnPropNameInTable="componentColumn" msprop:Generator_UserColumnName="component" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="remarks" msprop:Generator_ColumnVarNameInTable="columnremarks" msprop:Generator_ColumnPropNameInRow="remarks" msprop:Generator_ColumnPropNameInTable="remarksColumn" msprop:Generator_UserColumnName="remarks" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="150" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="rejectDate" msprop:Generator_ColumnVarNameInTable="columnrejectDate" msprop:Generator_ColumnPropNameInRow="rejectDate" msprop:Generator_ColumnPropNameInTable="rejectDateColumn" msprop:Generator_UserColumnName="rejectDate" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="rejectUser" msprop:Generator_ColumnVarNameInTable="columnrejectUser" msprop:Generator_ColumnPropNameInRow="rejectUser" msprop:Generator_ColumnPropNameInTable="rejectUserColumn" msprop:Generator_UserColumnName="rejectUser" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="repairDate" msprop:Generator_ColumnVarNameInTable="columnrepairDate" msprop:Generator_ColumnPropNameInRow="repairDate" msprop:Generator_ColumnPropNameInTable="repairDateColumn" msprop:Generator_UserColumnName="repairDate" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="repairUser" msprop:Generator_ColumnVarNameInTable="columnrepairUser" msprop:Generator_ColumnPropNameInRow="repairUser" msprop:Generator_ColumnPropNameInTable="repairUserColumn" msprop:Generator_UserColumnName="repairUser" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="lastupdate" msprop:Generator_ColumnVarNameInTable="columnlastupdate" msprop:Generator_ColumnPropNameInRow="lastupdate" msprop:Generator_ColumnPropNameInTable="lastupdateColumn" msprop:Generator_UserColumnName="lastupdate" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="lastupdatedby" msprop:Generator_ColumnVarNameInTable="columnlastupdatedby" msprop:Generator_ColumnPropNameInRow="lastupdatedby" msprop:Generator_ColumnPropNameInTable="lastupdatedbyColumn" msprop:Generator_UserColumnName="lastupdatedby" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="log_repair_fa" msprop:Generator_TableClassName="log_repair_faDataTable" msprop:Generator_TableVarName="tablelog_repair_fa" msprop:Generator_RowChangedName="log_repair_faRowChanged" msprop:Generator_TablePropName="log_repair_fa" msprop:Generator_RowDeletingName="log_repair_faRowDeleting" msprop:Generator_RowChangingName="log_repair_faRowChanging" msprop:Generator_RowEvHandlerName="log_repair_faRowChangeEventHandler" msprop:Generator_RowDeletedName="log_repair_faRowDeleted" msprop:Generator_RowClassName="log_repair_faRow" msprop:Generator_UserTableName="log_repair_fa" msprop:Generator_RowEvArgName="log_repair_faRowChangeEvent">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="trackingno" msprop:Generator_ColumnVarNameInTable="columntrackingno" msprop:Generator_ColumnPropNameInRow="trackingno" msprop:Generator_ColumnPropNameInTable="trackingnoColumn" msprop:Generator_UserColumnName="trackingno">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="11" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="ptNo" msprop:Generator_ColumnVarNameInTable="columnptNo" msprop:Generator_ColumnPropNameInRow="ptNo" msprop:Generator_ColumnPropNameInTable="ptNoColumn" msprop:Generator_UserColumnName="ptNo" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="stage" msprop:Generator_ColumnVarNameInTable="columnstage" msprop:Generator_ColumnPropNameInRow="stage" msprop:Generator_ColumnPropNameInTable="stageColumn" msprop:Generator_UserColumnName="stage" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="machine" msprop:Generator_ColumnVarNameInTable="columnmachine" msprop:Generator_ColumnPropNameInRow="machine" msprop:Generator_ColumnPropNameInTable="machineColumn" msprop:Generator_UserColumnName="machine" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="category" msprop:Generator_ColumnVarNameInTable="columncategory" msprop:Generator_ColumnPropNameInRow="category" msprop:Generator_ColumnPropNameInTable="categoryColumn" msprop:Generator_UserColumnName="category" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="defect" msprop:Generator_ColumnVarNameInTable="columndefect" msprop:Generator_ColumnPropNameInRow="defect" msprop:Generator_ColumnPropNameInTable="defectColumn" msprop:Generator_UserColumnName="defect" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="location" msprop:Generator_ColumnVarNameInTable="columnlocation" msprop:Generator_ColumnPropNameInRow="location" msprop:Generator_ColumnPropNameInTable="locationColumn" msprop:Generator_UserColumnName="location" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="details" msprop:Generator_ColumnVarNameInTable="columndetails" msprop:Generator_ColumnPropNameInRow="details" msprop:Generator_ColumnPropNameInTable="detailsColumn" msprop:Generator_UserColumnName="details" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="status" msprop:Generator_ColumnVarNameInTable="columnstatus" msprop:Generator_ColumnPropNameInRow="status" msprop:Generator_ColumnPropNameInTable="statusColumn" msprop:Generator_UserColumnName="status" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="quantity" msprop:Generator_ColumnVarNameInTable="columnquantity" msprop:Generator_ColumnPropNameInRow="quantity" msprop:Generator_ColumnPropNameInTable="quantityColumn" msprop:Generator_UserColumnName="quantity" type="xs:int" minOccurs="0" />
|
|
<xs:element name="unitQuantity" msprop:Generator_ColumnVarNameInTable="columnunitQuantity" msprop:Generator_ColumnPropNameInRow="unitQuantity" msprop:Generator_ColumnPropNameInTable="unitQuantityColumn" msprop:Generator_UserColumnName="unitQuantity" type="xs:int" minOccurs="0" />
|
|
<xs:element name="addinfo" msprop:Generator_ColumnVarNameInTable="columnaddinfo" msprop:Generator_ColumnPropNameInRow="addinfo" msprop:Generator_ColumnPropNameInTable="addinfoColumn" msprop:Generator_UserColumnName="addinfo" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="150" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="serialAffected" msprop:Generator_ColumnVarNameInTable="columnserialAffected" msprop:Generator_ColumnPropNameInRow="serialAffected" msprop:Generator_ColumnPropNameInTable="serialAffectedColumn" msprop:Generator_UserColumnName="serialAffected" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="component" msprop:Generator_ColumnVarNameInTable="columncomponent" msprop:Generator_ColumnPropNameInRow="component" msprop:Generator_ColumnPropNameInTable="componentColumn" msprop:Generator_UserColumnName="component" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="remarks" msprop:Generator_ColumnVarNameInTable="columnremarks" msprop:Generator_ColumnPropNameInRow="remarks" msprop:Generator_ColumnPropNameInTable="remarksColumn" msprop:Generator_UserColumnName="remarks" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="150" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="rejectDate" msprop:Generator_ColumnVarNameInTable="columnrejectDate" msprop:Generator_ColumnPropNameInRow="rejectDate" msprop:Generator_ColumnPropNameInTable="rejectDateColumn" msprop:Generator_UserColumnName="rejectDate" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="rejectUser" msprop:Generator_ColumnVarNameInTable="columnrejectUser" msprop:Generator_ColumnPropNameInRow="rejectUser" msprop:Generator_ColumnPropNameInTable="rejectUserColumn" msprop:Generator_UserColumnName="rejectUser" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="repairDate" msprop:Generator_ColumnVarNameInTable="columnrepairDate" msprop:Generator_ColumnPropNameInRow="repairDate" msprop:Generator_ColumnPropNameInTable="repairDateColumn" msprop:Generator_UserColumnName="repairDate" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="repairUser" msprop:Generator_ColumnVarNameInTable="columnrepairUser" msprop:Generator_ColumnPropNameInRow="repairUser" msprop:Generator_ColumnPropNameInTable="repairUserColumn" msprop:Generator_UserColumnName="repairUser" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="lastupdate" msprop:Generator_ColumnVarNameInTable="columnlastupdate" msprop:Generator_ColumnPropNameInRow="lastupdate" msprop:Generator_ColumnPropNameInTable="lastupdateColumn" msprop:Generator_UserColumnName="lastupdate" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="lastupdatedby" msprop:Generator_ColumnVarNameInTable="columnlastupdatedby" msprop:Generator_ColumnPropNameInRow="lastupdatedby" msprop:Generator_ColumnPropNameInTable="lastupdatedbyColumn" msprop:Generator_UserColumnName="lastupdatedby" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="log_repair_serial" msprop:Generator_TableClassName="log_repair_serialDataTable" msprop:Generator_TableVarName="tablelog_repair_serial" msprop:Generator_RowChangedName="log_repair_serialRowChanged" msprop:Generator_TablePropName="log_repair_serial" msprop:Generator_RowDeletingName="log_repair_serialRowDeleting" msprop:Generator_RowChangingName="log_repair_serialRowChanging" msprop:Generator_RowEvHandlerName="log_repair_serialRowChangeEventHandler" msprop:Generator_RowDeletedName="log_repair_serialRowDeleted" msprop:Generator_RowClassName="log_repair_serialRow" msprop:Generator_UserTableName="log_repair_serial" msprop:Generator_RowEvArgName="log_repair_serialRowChangeEvent">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="trackingno" msprop:Generator_ColumnVarNameInTable="columntrackingno" msprop:Generator_ColumnPropNameInRow="trackingno" msprop:Generator_ColumnPropNameInTable="trackingnoColumn" msprop:Generator_UserColumnName="trackingno">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="11" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="cardno" msprop:Generator_ColumnVarNameInTable="columncardno" msprop:Generator_ColumnPropNameInRow="cardno" msprop:Generator_ColumnPropNameInTable="cardnoColumn" msprop:Generator_UserColumnName="cardno" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="stage" msprop:Generator_ColumnVarNameInTable="columnstage" msprop:Generator_ColumnPropNameInRow="stage" msprop:Generator_ColumnPropNameInTable="stageColumn" msprop:Generator_UserColumnName="stage" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="machine" msprop:Generator_ColumnVarNameInTable="columnmachine" msprop:Generator_ColumnPropNameInRow="machine" msprop:Generator_ColumnPropNameInTable="machineColumn" msprop:Generator_UserColumnName="machine" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="category" msprop:Generator_ColumnVarNameInTable="columncategory" msprop:Generator_ColumnPropNameInRow="category" msprop:Generator_ColumnPropNameInTable="categoryColumn" msprop:Generator_UserColumnName="category" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="defect" msprop:Generator_ColumnVarNameInTable="columndefect" msprop:Generator_ColumnPropNameInRow="defect" msprop:Generator_ColumnPropNameInTable="defectColumn" msprop:Generator_UserColumnName="defect" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="location" msprop:Generator_ColumnVarNameInTable="columnlocation" msprop:Generator_ColumnPropNameInRow="location" msprop:Generator_ColumnPropNameInTable="locationColumn" msprop:Generator_UserColumnName="location" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="details" msprop:Generator_ColumnVarNameInTable="columndetails" msprop:Generator_ColumnPropNameInRow="details" msprop:Generator_ColumnPropNameInTable="detailsColumn" msprop:Generator_UserColumnName="details" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="status" msprop:Generator_ColumnVarNameInTable="columnstatus" msprop:Generator_ColumnPropNameInRow="status" msprop:Generator_ColumnPropNameInTable="statusColumn" msprop:Generator_UserColumnName="status" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="addinfo" msprop:Generator_ColumnVarNameInTable="columnaddinfo" msprop:Generator_ColumnPropNameInRow="addinfo" msprop:Generator_ColumnPropNameInTable="addinfoColumn" msprop:Generator_UserColumnName="addinfo" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="150" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="serialAffected" msprop:Generator_ColumnVarNameInTable="columnserialAffected" msprop:Generator_ColumnPropNameInRow="serialAffected" msprop:Generator_ColumnPropNameInTable="serialAffectedColumn" msprop:Generator_UserColumnName="serialAffected" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="component" msprop:Generator_ColumnVarNameInTable="columncomponent" msprop:Generator_ColumnPropNameInRow="component" msprop:Generator_ColumnPropNameInTable="componentColumn" msprop:Generator_UserColumnName="component" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="remarks" msprop:Generator_ColumnVarNameInTable="columnremarks" msprop:Generator_ColumnPropNameInRow="remarks" msprop:Generator_ColumnPropNameInTable="remarksColumn" msprop:Generator_UserColumnName="remarks" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="150" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="rejectDate" msprop:Generator_ColumnVarNameInTable="columnrejectDate" msprop:Generator_ColumnPropNameInRow="rejectDate" msprop:Generator_ColumnPropNameInTable="rejectDateColumn" msprop:Generator_UserColumnName="rejectDate" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="rejectUser" msprop:Generator_ColumnVarNameInTable="columnrejectUser" msprop:Generator_ColumnPropNameInRow="rejectUser" msprop:Generator_ColumnPropNameInTable="rejectUserColumn" msprop:Generator_UserColumnName="rejectUser" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="repairDate" msprop:Generator_ColumnVarNameInTable="columnrepairDate" msprop:Generator_ColumnPropNameInRow="repairDate" msprop:Generator_ColumnPropNameInTable="repairDateColumn" msprop:Generator_UserColumnName="repairDate" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="repairUser" msprop:Generator_ColumnVarNameInTable="columnrepairUser" msprop:Generator_ColumnPropNameInRow="repairUser" msprop:Generator_ColumnPropNameInTable="repairUserColumn" msprop:Generator_UserColumnName="repairUser" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="lastupdate" msprop:Generator_ColumnVarNameInTable="columnlastupdate" msprop:Generator_ColumnPropNameInRow="lastupdate" msprop:Generator_ColumnPropNameInTable="lastupdateColumn" msprop:Generator_UserColumnName="lastupdate" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="lastupdatedby" msprop:Generator_ColumnVarNameInTable="columnlastupdatedby" msprop:Generator_ColumnPropNameInRow="lastupdatedby" msprop:Generator_ColumnPropNameInTable="lastupdatedbyColumn" msprop:Generator_UserColumnName="lastupdatedby" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="log_serial" msprop:Generator_TableClassName="log_serialDataTable" msprop:Generator_TableVarName="tablelog_serial" msprop:Generator_RowChangedName="log_serialRowChanged" msprop:Generator_TablePropName="log_serial" msprop:Generator_RowDeletingName="log_serialRowDeleting" msprop:Generator_RowChangingName="log_serialRowChanging" msprop:Generator_RowEvHandlerName="log_serialRowChangeEventHandler" msprop:Generator_RowDeletedName="log_serialRowDeleted" msprop:Generator_RowClassName="log_serialRow" msprop:Generator_UserTableName="log_serial" msprop:Generator_RowEvArgName="log_serialRowChangeEvent">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="batchno" msprop:Generator_ColumnVarNameInTable="columnbatchno" msprop:Generator_ColumnPropNameInRow="batchno" msprop:Generator_ColumnPropNameInTable="batchnoColumn" msprop:Generator_UserColumnName="batchno">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="serialStart" msprop:Generator_ColumnVarNameInTable="columnserialStart" msprop:Generator_ColumnPropNameInRow="serialStart" msprop:Generator_ColumnPropNameInTable="serialStartColumn" msprop:Generator_UserColumnName="serialStart" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="serialEnd" msprop:Generator_ColumnVarNameInTable="columnserialEnd" msprop:Generator_ColumnPropNameInRow="serialEnd" msprop:Generator_ColumnPropNameInTable="serialEndColumn" msprop:Generator_UserColumnName="serialEnd" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="serialStartHex" msprop:Generator_ColumnVarNameInTable="columnserialStartHex" msprop:Generator_ColumnPropNameInRow="serialStartHex" msprop:Generator_ColumnPropNameInTable="serialStartHexColumn" msprop:Generator_UserColumnName="serialStartHex" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="serialEndHex" msprop:Generator_ColumnVarNameInTable="columnserialEndHex" msprop:Generator_ColumnPropNameInRow="serialEndHex" msprop:Generator_ColumnPropNameInTable="serialEndHexColumn" msprop:Generator_UserColumnName="serialEndHex" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="model" msprop:Generator_ColumnVarNameInTable="columnmodel" msprop:Generator_ColumnPropNameInRow="model" msprop:Generator_ColumnPropNameInTable="modelColumn" msprop:Generator_UserColumnName="model" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="revision" msprop:Generator_ColumnVarNameInTable="columnrevision" msprop:Generator_ColumnPropNameInRow="revision" msprop:Generator_ColumnPropNameInTable="revisionColumn" msprop:Generator_UserColumnName="revision" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="10" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="modelRef" msprop:Generator_ColumnVarNameInTable="columnmodelRef" msprop:Generator_ColumnPropNameInRow="modelRef" msprop:Generator_ColumnPropNameInTable="modelRefColumn" msprop:Generator_UserColumnName="modelRef" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="modelRefRev" msprop:Generator_ColumnVarNameInTable="columnmodelRefRev" msprop:Generator_ColumnPropNameInRow="modelRefRev" msprop:Generator_ColumnPropNameInTable="modelRefRevColumn" msprop:Generator_UserColumnName="modelRefRev" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="10" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="alvBatchRef" msprop:Generator_ColumnVarNameInTable="columnalvBatchRef" msprop:Generator_ColumnPropNameInRow="alvBatchRef" msprop:Generator_ColumnPropNameInTable="alvBatchRefColumn" msprop:Generator_UserColumnName="alvBatchRef" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="quantity" msprop:Generator_ColumnVarNameInTable="columnquantity" msprop:Generator_ColumnPropNameInRow="quantity" msprop:Generator_ColumnPropNameInTable="quantityColumn" msprop:Generator_UserColumnName="quantity" type="xs:int" minOccurs="0" />
|
|
<xs:element name="remarks" msprop:Generator_ColumnVarNameInTable="columnremarks" msprop:Generator_ColumnPropNameInRow="remarks" msprop:Generator_ColumnPropNameInTable="remarksColumn" msprop:Generator_UserColumnName="remarks" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="fileRef" msprop:Generator_ColumnVarNameInTable="columnfileRef" msprop:Generator_ColumnPropNameInRow="fileRef" msprop:Generator_ColumnPropNameInTable="fileRefColumn" msprop:Generator_UserColumnName="fileRef" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="200" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="fileRef2" msprop:Generator_ColumnVarNameInTable="columnfileRef2" msprop:Generator_ColumnPropNameInRow="fileRef2" msprop:Generator_ColumnPropNameInTable="fileRef2Column" msprop:Generator_UserColumnName="fileRef2" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="200" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="generated" msprop:Generator_ColumnVarNameInTable="columngenerated" msprop:Generator_ColumnPropNameInRow="generated" msprop:Generator_ColumnPropNameInTable="generatedColumn" msprop:Generator_UserColumnName="generated" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="generatedby" msprop:Generator_ColumnVarNameInTable="columngeneratedby" msprop:Generator_ColumnPropNameInRow="generatedby" msprop:Generator_ColumnPropNameInTable="generatedbyColumn" msprop:Generator_UserColumnName="generatedby" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="log_SH_Detail" msprop:Generator_TableClassName="log_SH_DetailDataTable" msprop:Generator_TableVarName="tablelog_SH_Detail" msprop:Generator_RowChangedName="log_SH_DetailRowChanged" msprop:Generator_TablePropName="log_SH_Detail" msprop:Generator_RowDeletingName="log_SH_DetailRowDeleting" msprop:Generator_RowChangingName="log_SH_DetailRowChanging" msprop:Generator_RowEvHandlerName="log_SH_DetailRowChangeEventHandler" msprop:Generator_RowDeletedName="log_SH_DetailRowDeleted" msprop:Generator_RowClassName="log_SH_DetailRow" msprop:Generator_UserTableName="log_SH_Detail" msprop:Generator_RowEvArgName="log_SH_DetailRowChangeEvent">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="shipNo" msprop:Generator_ColumnVarNameInTable="columnshipNo" msprop:Generator_ColumnPropNameInRow="shipNo" msprop:Generator_ColumnPropNameInTable="shipNoColumn" msprop:Generator_UserColumnName="shipNo" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="cnNo" msprop:Generator_ColumnVarNameInTable="columncnNo" msprop:Generator_ColumnPropNameInRow="cnNo" msprop:Generator_ColumnPropNameInTable="cnNoColumn" msprop:Generator_UserColumnName="cnNo" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="lastupdate" msprop:Generator_ColumnVarNameInTable="columnlastupdate" msprop:Generator_ColumnPropNameInRow="lastupdate" msprop:Generator_ColumnPropNameInTable="lastupdateColumn" msprop:Generator_UserColumnName="lastupdate" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="lastupdatedby" msprop:Generator_ColumnVarNameInTable="columnlastupdatedby" msprop:Generator_ColumnPropNameInRow="lastupdatedby" msprop:Generator_ColumnPropNameInTable="lastupdatedbyColumn" msprop:Generator_UserColumnName="lastupdatedby" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="log_SH_Detail_Hist" msprop:Generator_TableClassName="log_SH_Detail_HistDataTable" msprop:Generator_TableVarName="tablelog_SH_Detail_Hist" msprop:Generator_RowChangedName="log_SH_Detail_HistRowChanged" msprop:Generator_TablePropName="log_SH_Detail_Hist" msprop:Generator_RowDeletingName="log_SH_Detail_HistRowDeleting" msprop:Generator_RowChangingName="log_SH_Detail_HistRowChanging" msprop:Generator_RowEvHandlerName="log_SH_Detail_HistRowChangeEventHandler" msprop:Generator_RowDeletedName="log_SH_Detail_HistRowDeleted" msprop:Generator_RowClassName="log_SH_Detail_HistRow" msprop:Generator_UserTableName="log_SH_Detail_Hist" msprop:Generator_RowEvArgName="log_SH_Detail_HistRowChangeEvent">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="lineNum" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_ColumnVarNameInTable="columnlineNum" msprop:Generator_ColumnPropNameInRow="lineNum" msprop:Generator_ColumnPropNameInTable="lineNumColumn" msprop:Generator_UserColumnName="lineNum" type="xs:long" />
|
|
<xs:element name="shipNo" msprop:Generator_ColumnVarNameInTable="columnshipNo" msprop:Generator_ColumnPropNameInRow="shipNo" msprop:Generator_ColumnPropNameInTable="shipNoColumn" msprop:Generator_UserColumnName="shipNo" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="cnNo" msprop:Generator_ColumnVarNameInTable="columncnNo" msprop:Generator_ColumnPropNameInRow="cnNo" msprop:Generator_ColumnPropNameInTable="cnNoColumn" msprop:Generator_UserColumnName="cnNo" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="status" msprop:Generator_ColumnVarNameInTable="columnstatus" msprop:Generator_ColumnPropNameInRow="status" msprop:Generator_ColumnPropNameInTable="statusColumn" msprop:Generator_UserColumnName="status" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="lastupdate" msprop:Generator_ColumnVarNameInTable="columnlastupdate" msprop:Generator_ColumnPropNameInRow="lastupdate" msprop:Generator_ColumnPropNameInTable="lastupdateColumn" msprop:Generator_UserColumnName="lastupdate" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="lastupdatedby" msprop:Generator_ColumnVarNameInTable="columnlastupdatedby" msprop:Generator_ColumnPropNameInRow="lastupdatedby" msprop:Generator_ColumnPropNameInTable="lastupdatedbyColumn" msprop:Generator_UserColumnName="lastupdatedby" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="log_SH_Header" msprop:Generator_TableClassName="log_SH_HeaderDataTable" msprop:Generator_TableVarName="tablelog_SH_Header" msprop:Generator_RowChangedName="log_SH_HeaderRowChanged" msprop:Generator_TablePropName="log_SH_Header" msprop:Generator_RowDeletingName="log_SH_HeaderRowDeleting" msprop:Generator_RowChangingName="log_SH_HeaderRowChanging" msprop:Generator_RowEvHandlerName="log_SH_HeaderRowChangeEventHandler" msprop:Generator_RowDeletedName="log_SH_HeaderRowDeleted" msprop:Generator_RowClassName="log_SH_HeaderRow" msprop:Generator_UserTableName="log_SH_Header" msprop:Generator_RowEvArgName="log_SH_HeaderRowChangeEvent">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="shipNo" msprop:Generator_ColumnVarNameInTable="columnshipNo" msprop:Generator_ColumnPropNameInRow="shipNo" msprop:Generator_ColumnPropNameInTable="shipNoColumn" msprop:Generator_UserColumnName="shipNo">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="shipdate" msprop:Generator_ColumnVarNameInTable="columnshipdate" msprop:Generator_ColumnPropNameInRow="shipdate" msprop:Generator_ColumnPropNameInTable="shipdateColumn" msprop:Generator_UserColumnName="shipdate" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="lastupdate" msprop:Generator_ColumnVarNameInTable="columnlastupdate" msprop:Generator_ColumnPropNameInRow="lastupdate" msprop:Generator_ColumnPropNameInTable="lastupdateColumn" msprop:Generator_UserColumnName="lastupdate" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="lastupdatedby" msprop:Generator_ColumnVarNameInTable="columnlastupdatedby" msprop:Generator_ColumnPropNameInRow="lastupdatedby" msprop:Generator_ColumnPropNameInTable="lastupdatedbyColumn" msprop:Generator_UserColumnName="lastupdatedby" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="log_SH_Header_Hist" msprop:Generator_TableClassName="log_SH_Header_HistDataTable" msprop:Generator_TableVarName="tablelog_SH_Header_Hist" msprop:Generator_RowChangedName="log_SH_Header_HistRowChanged" msprop:Generator_TablePropName="log_SH_Header_Hist" msprop:Generator_RowDeletingName="log_SH_Header_HistRowDeleting" msprop:Generator_RowChangingName="log_SH_Header_HistRowChanging" msprop:Generator_RowEvHandlerName="log_SH_Header_HistRowChangeEventHandler" msprop:Generator_RowDeletedName="log_SH_Header_HistRowDeleted" msprop:Generator_RowClassName="log_SH_Header_HistRow" msprop:Generator_UserTableName="log_SH_Header_Hist" msprop:Generator_RowEvArgName="log_SH_Header_HistRowChangeEvent">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="lineNum" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_ColumnVarNameInTable="columnlineNum" msprop:Generator_ColumnPropNameInRow="lineNum" msprop:Generator_ColumnPropNameInTable="lineNumColumn" msprop:Generator_UserColumnName="lineNum" type="xs:long" />
|
|
<xs:element name="shipNo" msprop:Generator_ColumnVarNameInTable="columnshipNo" msprop:Generator_ColumnPropNameInRow="shipNo" msprop:Generator_ColumnPropNameInTable="shipNoColumn" msprop:Generator_UserColumnName="shipNo" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="shipdate" msprop:Generator_ColumnVarNameInTable="columnshipdate" msprop:Generator_ColumnPropNameInRow="shipdate" msprop:Generator_ColumnPropNameInTable="shipdateColumn" msprop:Generator_UserColumnName="shipdate" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="status" msprop:Generator_ColumnVarNameInTable="columnstatus" msprop:Generator_ColumnPropNameInRow="status" msprop:Generator_ColumnPropNameInTable="statusColumn" msprop:Generator_UserColumnName="status" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="lastupdate" msprop:Generator_ColumnVarNameInTable="columnlastupdate" msprop:Generator_ColumnPropNameInRow="lastupdate" msprop:Generator_ColumnPropNameInTable="lastupdateColumn" msprop:Generator_UserColumnName="lastupdate" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="lastupdatedby" msprop:Generator_ColumnVarNameInTable="columnlastupdatedby" msprop:Generator_ColumnPropNameInRow="lastupdatedby" msprop:Generator_ColumnPropNameInTable="lastupdatedbyColumn" msprop:Generator_UserColumnName="lastupdatedby" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="lotNo" msprop:Generator_TableClassName="lotNoDataTable" msprop:Generator_TableVarName="tablelotNo" msprop:Generator_RowChangedName="lotNoRowChanged" msprop:Generator_TablePropName="lotNo" msprop:Generator_RowDeletingName="lotNoRowDeleting" msprop:Generator_RowChangingName="lotNoRowChanging" msprop:Generator_RowEvHandlerName="lotNoRowChangeEventHandler" msprop:Generator_RowDeletedName="lotNoRowDeleted" msprop:Generator_RowClassName="lotNoRow" msprop:Generator_UserTableName="lotNo" msprop:Generator_RowEvArgName="lotNoRowChangeEvent">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="lotNo" msprop:Generator_ColumnVarNameInTable="columnlotNo" msprop:Generator_ColumnPropNameInRow="lotNo" msprop:Generator_ColumnPropNameInTable="lotNoColumn" msprop:Generator_UserColumnName="lotNo" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="referenceNo" msprop:Generator_ColumnVarNameInTable="columnreferenceNo" msprop:Generator_ColumnPropNameInRow="referenceNo" msprop:Generator_ColumnPropNameInTable="referenceNoColumn" msprop:Generator_UserColumnName="referenceNo" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="partno" msprop:Generator_ColumnVarNameInTable="columnpartno" msprop:Generator_ColumnPropNameInRow="partno" msprop:Generator_ColumnPropNameInTable="partnoColumn" msprop:Generator_UserColumnName="partno" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="stage" msprop:Generator_ColumnVarNameInTable="columnstage" msprop:Generator_ColumnPropNameInRow="stage" msprop:Generator_ColumnPropNameInTable="stageColumn" msprop:Generator_UserColumnName="stage" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="status" msprop:Generator_ColumnVarNameInTable="columnstatus" msprop:Generator_ColumnPropNameInRow="status" msprop:Generator_ColumnPropNameInTable="statusColumn" msprop:Generator_UserColumnName="status" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="samplingSize" msprop:Generator_ColumnVarNameInTable="columnsamplingSize" msprop:Generator_ColumnPropNameInRow="samplingSize" msprop:Generator_ColumnPropNameInTable="samplingSizeColumn" msprop:Generator_UserColumnName="samplingSize" type="xs:int" minOccurs="0" />
|
|
<xs:element name="starttime" msprop:Generator_ColumnVarNameInTable="columnstarttime" msprop:Generator_ColumnPropNameInRow="starttime" msprop:Generator_ColumnPropNameInTable="starttimeColumn" msprop:Generator_UserColumnName="starttime" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="lastupdate" msprop:Generator_ColumnVarNameInTable="columnlastupdate" msprop:Generator_ColumnPropNameInRow="lastupdate" msprop:Generator_ColumnPropNameInTable="lastupdateColumn" msprop:Generator_UserColumnName="lastupdate" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="lastupdatedby" msprop:Generator_ColumnVarNameInTable="columnlastupdatedby" msprop:Generator_ColumnPropNameInRow="lastupdatedby" msprop:Generator_ColumnPropNameInTable="lastupdatedbyColumn" msprop:Generator_UserColumnName="lastupdatedby" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="LotNumber" msprop:Generator_TableClassName="LotNumberDataTable" msprop:Generator_TableVarName="tableLotNumber" msprop:Generator_RowChangedName="LotNumberRowChanged" msprop:Generator_TablePropName="LotNumber" msprop:Generator_RowDeletingName="LotNumberRowDeleting" msprop:Generator_RowChangingName="LotNumberRowChanging" msprop:Generator_RowEvHandlerName="LotNumberRowChangeEventHandler" msprop:Generator_RowDeletedName="LotNumberRowDeleted" msprop:Generator_RowClassName="LotNumberRow" msprop:Generator_UserTableName="LotNumber" msprop:Generator_RowEvArgName="LotNumberRowChangeEvent">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="Lotnumber" msprop:Generator_ColumnVarNameInTable="columnLotnumber" msprop:Generator_ColumnPropNameInRow="Lotnumber" msprop:Generator_ColumnPropNameInTable="LotnumberColumn" msprop:Generator_UserColumnName="Lotnumber">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LotStatus" msprop:Generator_ColumnVarNameInTable="columnLotStatus" msprop:Generator_ColumnPropNameInRow="LotStatus" msprop:Generator_ColumnPropNameInTable="LotStatusColumn" msprop:Generator_UserColumnName="LotStatus" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="10" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="CreatedDate" msprop:Generator_ColumnVarNameInTable="columnCreatedDate" msprop:Generator_ColumnPropNameInRow="CreatedDate" msprop:Generator_ColumnPropNameInTable="CreatedDateColumn" msprop:Generator_UserColumnName="CreatedDate" type="xs:dateTime" />
|
|
<xs:element name="CreatedBy" msprop:Generator_ColumnVarNameInTable="columnCreatedBy" msprop:Generator_ColumnPropNameInRow="CreatedBy" msprop:Generator_ColumnPropNameInTable="CreatedByColumn" msprop:Generator_UserColumnName="CreatedBy">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="UpdatedDate" msprop:Generator_ColumnVarNameInTable="columnUpdatedDate" msprop:Generator_ColumnPropNameInRow="UpdatedDate" msprop:Generator_ColumnPropNameInTable="UpdatedDateColumn" msprop:Generator_UserColumnName="UpdatedDate" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="UpdatedBy" msprop:Generator_ColumnVarNameInTable="columnUpdatedBy" msprop:Generator_ColumnPropNameInRow="UpdatedBy" msprop:Generator_ColumnPropNameInTable="UpdatedByColumn" msprop:Generator_UserColumnName="UpdatedBy" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="SampleQuantity" msprop:Generator_ColumnVarNameInTable="columnSampleQuantity" msprop:Generator_ColumnPropNameInRow="SampleQuantity" msprop:Generator_ColumnPropNameInTable="SampleQuantityColumn" msprop:Generator_UserColumnName="SampleQuantity" type="xs:int" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="machine" msprop:Generator_TableClassName="machineDataTable" msprop:Generator_TableVarName="tablemachine" msprop:Generator_RowChangedName="machineRowChanged" msprop:Generator_TablePropName="machine" msprop:Generator_RowDeletingName="machineRowDeleting" msprop:Generator_RowChangingName="machineRowChanging" msprop:Generator_RowEvHandlerName="machineRowChangeEventHandler" msprop:Generator_RowDeletedName="machineRowDeleted" msprop:Generator_RowClassName="machineRow" msprop:Generator_UserTableName="machine" msprop:Generator_RowEvArgName="machineRowChangeEvent">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="machine" msprop:Generator_ColumnVarNameInTable="columnmachine" msprop:Generator_ColumnPropNameInRow="machine" msprop:Generator_ColumnPropNameInTable="machineColumn" msprop:Generator_UserColumnName="machine">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="description" msprop:Generator_ColumnVarNameInTable="columndescription" msprop:Generator_ColumnPropNameInRow="description" msprop:Generator_ColumnPropNameInTable="descriptionColumn" msprop:Generator_UserColumnName="description" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="active" msprop:Generator_ColumnVarNameInTable="columnactive" msprop:Generator_ColumnPropNameInRow="active" msprop:Generator_ColumnPropNameInTable="activeColumn" msprop:Generator_UserColumnName="active" type="xs:int" minOccurs="0" />
|
|
<xs:element name="lastupdate" msprop:Generator_ColumnVarNameInTable="columnlastupdate" msprop:Generator_ColumnPropNameInRow="lastupdate" msprop:Generator_ColumnPropNameInTable="lastupdateColumn" msprop:Generator_UserColumnName="lastupdate" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="lastupdatedby" msprop:Generator_ColumnVarNameInTable="columnlastupdatedby" msprop:Generator_ColumnPropNameInRow="lastupdatedby" msprop:Generator_ColumnPropNameInTable="lastupdatedbyColumn" msprop:Generator_UserColumnName="lastupdatedby" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="machineHist" msprop:Generator_TableClassName="machineHistDataTable" msprop:Generator_TableVarName="tablemachineHist" msprop:Generator_RowChangedName="machineHistRowChanged" msprop:Generator_TablePropName="machineHist" msprop:Generator_RowDeletingName="machineHistRowDeleting" msprop:Generator_RowChangingName="machineHistRowChanging" msprop:Generator_RowEvHandlerName="machineHistRowChangeEventHandler" msprop:Generator_RowDeletedName="machineHistRowDeleted" msprop:Generator_RowClassName="machineHistRow" msprop:Generator_UserTableName="machineHist" msprop:Generator_RowEvArgName="machineHistRowChangeEvent">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="lineNum" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_ColumnVarNameInTable="columnlineNum" msprop:Generator_ColumnPropNameInRow="lineNum" msprop:Generator_ColumnPropNameInTable="lineNumColumn" msprop:Generator_UserColumnName="lineNum" type="xs:long" />
|
|
<xs:element name="machine" msprop:Generator_ColumnVarNameInTable="columnmachine" msprop:Generator_ColumnPropNameInRow="machine" msprop:Generator_ColumnPropNameInTable="machineColumn" msprop:Generator_UserColumnName="machine" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="description" msprop:Generator_ColumnVarNameInTable="columndescription" msprop:Generator_ColumnPropNameInRow="description" msprop:Generator_ColumnPropNameInTable="descriptionColumn" msprop:Generator_UserColumnName="description" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="active" msprop:Generator_ColumnVarNameInTable="columnactive" msprop:Generator_ColumnPropNameInRow="active" msprop:Generator_ColumnPropNameInTable="activeColumn" msprop:Generator_UserColumnName="active" type="xs:int" minOccurs="0" />
|
|
<xs:element name="status" msprop:Generator_ColumnVarNameInTable="columnstatus" msprop:Generator_ColumnPropNameInRow="status" msprop:Generator_ColumnPropNameInTable="statusColumn" msprop:Generator_UserColumnName="status" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="lastupdate" msprop:Generator_ColumnVarNameInTable="columnlastupdate" msprop:Generator_ColumnPropNameInRow="lastupdate" msprop:Generator_ColumnPropNameInTable="lastupdateColumn" msprop:Generator_UserColumnName="lastupdate" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="lastupdatedby" msprop:Generator_ColumnVarNameInTable="columnlastupdatedby" msprop:Generator_ColumnPropNameInRow="lastupdatedby" msprop:Generator_ColumnPropNameInTable="lastupdatedbyColumn" msprop:Generator_UserColumnName="lastupdatedby" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="model" msprop:Generator_TableClassName="modelDataTable" msprop:Generator_TableVarName="tablemodel" msprop:Generator_RowChangedName="modelRowChanged" msprop:Generator_TablePropName="model" msprop:Generator_RowDeletingName="modelRowDeleting" msprop:Generator_RowChangingName="modelRowChanging" msprop:Generator_RowEvHandlerName="modelRowChangeEventHandler" msprop:Generator_RowDeletedName="modelRowDeleted" msprop:Generator_RowClassName="modelRow" msprop:Generator_UserTableName="model" msprop:Generator_RowEvArgName="modelRowChangeEvent">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="modelno" msprop:Generator_ColumnVarNameInTable="columnmodelno" msprop:Generator_ColumnPropNameInRow="modelno" msprop:Generator_ColumnPropNameInTable="modelnoColumn" msprop:Generator_UserColumnName="modelno">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="modelDesc1" msprop:Generator_ColumnVarNameInTable="columnmodelDesc1" msprop:Generator_ColumnPropNameInRow="modelDesc1" msprop:Generator_ColumnPropNameInTable="modelDesc1Column" msprop:Generator_UserColumnName="modelDesc1" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="200" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="modelDesc2" msprop:Generator_ColumnVarNameInTable="columnmodelDesc2" msprop:Generator_ColumnPropNameInRow="modelDesc2" msprop:Generator_ColumnPropNameInTable="modelDesc2Column" msprop:Generator_UserColumnName="modelDesc2" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="200" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="modelFamily" msprop:Generator_ColumnVarNameInTable="columnmodelFamily" msprop:Generator_ColumnPropNameInRow="modelFamily" msprop:Generator_ColumnPropNameInTable="modelFamilyColumn" msprop:Generator_UserColumnName="modelFamily" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="modelType" msprop:Generator_ColumnVarNameInTable="columnmodelType" msprop:Generator_ColumnPropNameInRow="modelType" msprop:Generator_ColumnPropNameInTable="modelTypeColumn" msprop:Generator_UserColumnName="modelType" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="minRev" msprop:Generator_ColumnVarNameInTable="columnminRev" msprop:Generator_ColumnPropNameInRow="minRev" msprop:Generator_ColumnPropNameInTable="minRevColumn" msprop:Generator_UserColumnName="minRev" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="10" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="latestRev" msprop:Generator_ColumnVarNameInTable="columnlatestRev" msprop:Generator_ColumnPropNameInRow="latestRev" msprop:Generator_ColumnPropNameInTable="latestRevColumn" msprop:Generator_UserColumnName="latestRev" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="10" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="itemWt" msprop:Generator_ColumnVarNameInTable="columnitemWt" msprop:Generator_ColumnPropNameInRow="itemWt" msprop:Generator_ColumnPropNameInTable="itemWtColumn" msprop:Generator_UserColumnName="itemWt" type="xs:float" minOccurs="0" />
|
|
<xs:element name="batch" msprop:Generator_ColumnVarNameInTable="columnbatch" msprop:Generator_ColumnPropNameInRow="batch" msprop:Generator_ColumnPropNameInTable="batchColumn" msprop:Generator_UserColumnName="batch" type="xs:int" minOccurs="0" />
|
|
<xs:element name="active" msprop:Generator_ColumnVarNameInTable="columnactive" msprop:Generator_ColumnPropNameInRow="active" msprop:Generator_ColumnPropNameInTable="activeColumn" msprop:Generator_UserColumnName="active" type="xs:int" minOccurs="0" />
|
|
<xs:element name="lastupdate" msprop:Generator_ColumnVarNameInTable="columnlastupdate" msprop:Generator_ColumnPropNameInRow="lastupdate" msprop:Generator_ColumnPropNameInTable="lastupdateColumn" msprop:Generator_UserColumnName="lastupdate" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="lastupdatedby" msprop:Generator_ColumnVarNameInTable="columnlastupdatedby" msprop:Generator_ColumnPropNameInRow="lastupdatedby" msprop:Generator_ColumnPropNameInTable="lastupdatedbyColumn" msprop:Generator_UserColumnName="lastupdatedby" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="modelBackup" msprop:Generator_TableClassName="modelBackupDataTable" msprop:Generator_TableVarName="tablemodelBackup" msprop:Generator_RowChangedName="modelBackupRowChanged" msprop:Generator_TablePropName="modelBackup" msprop:Generator_RowDeletingName="modelBackupRowDeleting" msprop:Generator_RowChangingName="modelBackupRowChanging" msprop:Generator_RowEvHandlerName="modelBackupRowChangeEventHandler" msprop:Generator_RowDeletedName="modelBackupRowDeleted" msprop:Generator_RowClassName="modelBackupRow" msprop:Generator_UserTableName="modelBackup" msprop:Generator_RowEvArgName="modelBackupRowChangeEvent">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="modelno" msprop:Generator_ColumnVarNameInTable="columnmodelno" msprop:Generator_ColumnPropNameInRow="modelno" msprop:Generator_ColumnPropNameInTable="modelnoColumn" msprop:Generator_UserColumnName="modelno">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="modelDesc1" msprop:Generator_ColumnVarNameInTable="columnmodelDesc1" msprop:Generator_ColumnPropNameInRow="modelDesc1" msprop:Generator_ColumnPropNameInTable="modelDesc1Column" msprop:Generator_UserColumnName="modelDesc1" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="200" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="modelDesc2" msprop:Generator_ColumnVarNameInTable="columnmodelDesc2" msprop:Generator_ColumnPropNameInRow="modelDesc2" msprop:Generator_ColumnPropNameInTable="modelDesc2Column" msprop:Generator_UserColumnName="modelDesc2" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="200" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="modelFamily" msprop:Generator_ColumnVarNameInTable="columnmodelFamily" msprop:Generator_ColumnPropNameInRow="modelFamily" msprop:Generator_ColumnPropNameInTable="modelFamilyColumn" msprop:Generator_UserColumnName="modelFamily" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="modelType" msprop:Generator_ColumnVarNameInTable="columnmodelType" msprop:Generator_ColumnPropNameInRow="modelType" msprop:Generator_ColumnPropNameInTable="modelTypeColumn" msprop:Generator_UserColumnName="modelType" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="minRev" msprop:Generator_ColumnVarNameInTable="columnminRev" msprop:Generator_ColumnPropNameInRow="minRev" msprop:Generator_ColumnPropNameInTable="minRevColumn" msprop:Generator_UserColumnName="minRev" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="10" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="latestRev" msprop:Generator_ColumnVarNameInTable="columnlatestRev" msprop:Generator_ColumnPropNameInRow="latestRev" msprop:Generator_ColumnPropNameInTable="latestRevColumn" msprop:Generator_UserColumnName="latestRev" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="10" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="active" msprop:Generator_ColumnVarNameInTable="columnactive" msprop:Generator_ColumnPropNameInRow="active" msprop:Generator_ColumnPropNameInTable="activeColumn" msprop:Generator_UserColumnName="active" type="xs:int" minOccurs="0" />
|
|
<xs:element name="lastupdate" msprop:Generator_ColumnVarNameInTable="columnlastupdate" msprop:Generator_ColumnPropNameInRow="lastupdate" msprop:Generator_ColumnPropNameInTable="lastupdateColumn" msprop:Generator_UserColumnName="lastupdate" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="lastupdatedby" msprop:Generator_ColumnVarNameInTable="columnlastupdatedby" msprop:Generator_ColumnPropNameInRow="lastupdatedby" msprop:Generator_ColumnPropNameInTable="lastupdatedbyColumn" msprop:Generator_UserColumnName="lastupdatedby" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="modelDim" msprop:Generator_TableClassName="modelDimDataTable" msprop:Generator_TableVarName="tablemodelDim" msprop:Generator_RowChangedName="modelDimRowChanged" msprop:Generator_TablePropName="modelDim" msprop:Generator_RowDeletingName="modelDimRowDeleting" msprop:Generator_RowChangingName="modelDimRowChanging" msprop:Generator_RowEvHandlerName="modelDimRowChangeEventHandler" msprop:Generator_RowDeletedName="modelDimRowDeleted" msprop:Generator_RowClassName="modelDimRow" msprop:Generator_UserTableName="modelDim" msprop:Generator_RowEvArgName="modelDimRowChangeEvent">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="modelno" msprop:Generator_ColumnVarNameInTable="columnmodelno" msprop:Generator_ColumnPropNameInRow="modelno" msprop:Generator_ColumnPropNameInTable="modelnoColumn" msprop:Generator_UserColumnName="modelno">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="length" msprop:Generator_ColumnVarNameInTable="columnlength" msprop:Generator_ColumnPropNameInRow="length" msprop:Generator_ColumnPropNameInTable="lengthColumn" msprop:Generator_UserColumnName="length" type="xs:float" minOccurs="0" />
|
|
<xs:element name="width" msprop:Generator_ColumnVarNameInTable="columnwidth" msprop:Generator_ColumnPropNameInRow="width" msprop:Generator_ColumnPropNameInTable="widthColumn" msprop:Generator_UserColumnName="width" type="xs:float" minOccurs="0" />
|
|
<xs:element name="height" msprop:Generator_ColumnVarNameInTable="columnheight" msprop:Generator_ColumnPropNameInRow="height" msprop:Generator_ColumnPropNameInTable="heightColumn" msprop:Generator_UserColumnName="height" type="xs:int" minOccurs="0" />
|
|
<xs:element name="layerCount" msprop:Generator_ColumnVarNameInTable="columnlayerCount" msprop:Generator_ColumnPropNameInRow="layerCount" msprop:Generator_ColumnPropNameInTable="layerCountColumn" msprop:Generator_UserColumnName="layerCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="dimType" msprop:Generator_ColumnVarNameInTable="columndimType" msprop:Generator_ColumnPropNameInRow="dimType" msprop:Generator_ColumnPropNameInTable="dimTypeColumn" msprop:Generator_UserColumnName="dimType" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="packingno" msprop:Generator_ColumnVarNameInTable="columnpackingno" msprop:Generator_ColumnPropNameInRow="packingno" msprop:Generator_ColumnPropNameInTable="packingnoColumn" msprop:Generator_UserColumnName="packingno" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="lastupdate" msprop:Generator_ColumnVarNameInTable="columnlastupdate" msprop:Generator_ColumnPropNameInRow="lastupdate" msprop:Generator_ColumnPropNameInTable="lastupdateColumn" msprop:Generator_UserColumnName="lastupdate" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="lastupdatedby" msprop:Generator_ColumnVarNameInTable="columnlastupdatedby" msprop:Generator_ColumnPropNameInRow="lastupdatedby" msprop:Generator_ColumnPropNameInTable="lastupdatedbyColumn" msprop:Generator_UserColumnName="lastupdatedby" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="modelDimHist" msprop:Generator_TableClassName="modelDimHistDataTable" msprop:Generator_TableVarName="tablemodelDimHist" msprop:Generator_RowChangedName="modelDimHistRowChanged" msprop:Generator_TablePropName="modelDimHist" msprop:Generator_RowDeletingName="modelDimHistRowDeleting" msprop:Generator_RowChangingName="modelDimHistRowChanging" msprop:Generator_RowEvHandlerName="modelDimHistRowChangeEventHandler" msprop:Generator_RowDeletedName="modelDimHistRowDeleted" msprop:Generator_RowClassName="modelDimHistRow" msprop:Generator_UserTableName="modelDimHist" msprop:Generator_RowEvArgName="modelDimHistRowChangeEvent">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="lineNum" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_ColumnVarNameInTable="columnlineNum" msprop:Generator_ColumnPropNameInRow="lineNum" msprop:Generator_ColumnPropNameInTable="lineNumColumn" msprop:Generator_UserColumnName="lineNum" type="xs:long" />
|
|
<xs:element name="modelno" msprop:Generator_ColumnVarNameInTable="columnmodelno" msprop:Generator_ColumnPropNameInRow="modelno" msprop:Generator_ColumnPropNameInTable="modelnoColumn" msprop:Generator_UserColumnName="modelno" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="length" msprop:Generator_ColumnVarNameInTable="columnlength" msprop:Generator_ColumnPropNameInRow="length" msprop:Generator_ColumnPropNameInTable="lengthColumn" msprop:Generator_UserColumnName="length" type="xs:float" minOccurs="0" />
|
|
<xs:element name="width" msprop:Generator_ColumnVarNameInTable="columnwidth" msprop:Generator_ColumnPropNameInRow="width" msprop:Generator_ColumnPropNameInTable="widthColumn" msprop:Generator_UserColumnName="width" type="xs:float" minOccurs="0" />
|
|
<xs:element name="height" msprop:Generator_ColumnVarNameInTable="columnheight" msprop:Generator_ColumnPropNameInRow="height" msprop:Generator_ColumnPropNameInTable="heightColumn" msprop:Generator_UserColumnName="height" type="xs:int" minOccurs="0" />
|
|
<xs:element name="layerCount" msprop:Generator_ColumnVarNameInTable="columnlayerCount" msprop:Generator_ColumnPropNameInRow="layerCount" msprop:Generator_ColumnPropNameInTable="layerCountColumn" msprop:Generator_UserColumnName="layerCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="dimType" msprop:Generator_ColumnVarNameInTable="columndimType" msprop:Generator_ColumnPropNameInRow="dimType" msprop:Generator_ColumnPropNameInTable="dimTypeColumn" msprop:Generator_UserColumnName="dimType" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="packingno" msprop:Generator_ColumnVarNameInTable="columnpackingno" msprop:Generator_ColumnPropNameInRow="packingno" msprop:Generator_ColumnPropNameInTable="packingnoColumn" msprop:Generator_UserColumnName="packingno" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="status" msprop:Generator_ColumnVarNameInTable="columnstatus" msprop:Generator_ColumnPropNameInRow="status" msprop:Generator_ColumnPropNameInTable="statusColumn" msprop:Generator_UserColumnName="status" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="lastupdate" msprop:Generator_ColumnVarNameInTable="columnlastupdate" msprop:Generator_ColumnPropNameInRow="lastupdate" msprop:Generator_ColumnPropNameInTable="lastupdateColumn" msprop:Generator_UserColumnName="lastupdate" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="lastupdatedby" msprop:Generator_ColumnVarNameInTable="columnlastupdatedby" msprop:Generator_ColumnPropNameInRow="lastupdatedby" msprop:Generator_ColumnPropNameInTable="lastupdatedbyColumn" msprop:Generator_UserColumnName="lastupdatedby" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="modelFamily" msprop:Generator_TableClassName="modelFamilyDataTable" msprop:Generator_TableVarName="tablemodelFamily" msprop:Generator_RowChangedName="modelFamilyRowChanged" msprop:Generator_TablePropName="modelFamily" msprop:Generator_RowDeletingName="modelFamilyRowDeleting" msprop:Generator_RowChangingName="modelFamilyRowChanging" msprop:Generator_RowEvHandlerName="modelFamilyRowChangeEventHandler" msprop:Generator_RowDeletedName="modelFamilyRowDeleted" msprop:Generator_RowClassName="modelFamilyRow" msprop:Generator_UserTableName="modelFamily" msprop:Generator_RowEvArgName="modelFamilyRowChangeEvent">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="modelFamily" msprop:Generator_ColumnVarNameInTable="columnmodelFamily" msprop:Generator_ColumnPropNameInRow="modelFamily" msprop:Generator_ColumnPropNameInTable="modelFamilyColumn" msprop:Generator_UserColumnName="modelFamily">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="description" msprop:Generator_ColumnVarNameInTable="columndescription" msprop:Generator_ColumnPropNameInRow="description" msprop:Generator_ColumnPropNameInTable="descriptionColumn" msprop:Generator_UserColumnName="description" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="active" msprop:Generator_ColumnVarNameInTable="columnactive" msprop:Generator_ColumnPropNameInRow="active" msprop:Generator_ColumnPropNameInTable="activeColumn" msprop:Generator_UserColumnName="active" type="xs:int" minOccurs="0" />
|
|
<xs:element name="lastupdate" msprop:Generator_ColumnVarNameInTable="columnlastupdate" msprop:Generator_ColumnPropNameInRow="lastupdate" msprop:Generator_ColumnPropNameInTable="lastupdateColumn" msprop:Generator_UserColumnName="lastupdate" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="lastupdatedby" msprop:Generator_ColumnVarNameInTable="columnlastupdatedby" msprop:Generator_ColumnPropNameInRow="lastupdatedby" msprop:Generator_ColumnPropNameInTable="lastupdatedbyColumn" msprop:Generator_UserColumnName="lastupdatedby" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="modelFamilyHist" msprop:Generator_TableClassName="modelFamilyHistDataTable" msprop:Generator_TableVarName="tablemodelFamilyHist" msprop:Generator_RowChangedName="modelFamilyHistRowChanged" msprop:Generator_TablePropName="modelFamilyHist" msprop:Generator_RowDeletingName="modelFamilyHistRowDeleting" msprop:Generator_RowChangingName="modelFamilyHistRowChanging" msprop:Generator_RowEvHandlerName="modelFamilyHistRowChangeEventHandler" msprop:Generator_RowDeletedName="modelFamilyHistRowDeleted" msprop:Generator_RowClassName="modelFamilyHistRow" msprop:Generator_UserTableName="modelFamilyHist" msprop:Generator_RowEvArgName="modelFamilyHistRowChangeEvent">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="lineNum" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_ColumnVarNameInTable="columnlineNum" msprop:Generator_ColumnPropNameInRow="lineNum" msprop:Generator_ColumnPropNameInTable="lineNumColumn" msprop:Generator_UserColumnName="lineNum" type="xs:long" />
|
|
<xs:element name="modelFamily" msprop:Generator_ColumnVarNameInTable="columnmodelFamily" msprop:Generator_ColumnPropNameInRow="modelFamily" msprop:Generator_ColumnPropNameInTable="modelFamilyColumn" msprop:Generator_UserColumnName="modelFamily" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="description" msprop:Generator_ColumnVarNameInTable="columndescription" msprop:Generator_ColumnPropNameInRow="description" msprop:Generator_ColumnPropNameInTable="descriptionColumn" msprop:Generator_UserColumnName="description" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="active" msprop:Generator_ColumnVarNameInTable="columnactive" msprop:Generator_ColumnPropNameInRow="active" msprop:Generator_ColumnPropNameInTable="activeColumn" msprop:Generator_UserColumnName="active" type="xs:int" minOccurs="0" />
|
|
<xs:element name="status" msprop:Generator_ColumnVarNameInTable="columnstatus" msprop:Generator_ColumnPropNameInRow="status" msprop:Generator_ColumnPropNameInTable="statusColumn" msprop:Generator_UserColumnName="status" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="lastupdate" msprop:Generator_ColumnVarNameInTable="columnlastupdate" msprop:Generator_ColumnPropNameInRow="lastupdate" msprop:Generator_ColumnPropNameInTable="lastupdateColumn" msprop:Generator_UserColumnName="lastupdate" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="lastupdatedby" msprop:Generator_ColumnVarNameInTable="columnlastupdatedby" msprop:Generator_ColumnPropNameInRow="lastupdatedby" msprop:Generator_ColumnPropNameInTable="lastupdatedbyColumn" msprop:Generator_UserColumnName="lastupdatedby" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="modelHierarchy" msprop:Generator_TableClassName="modelHierarchyDataTable" msprop:Generator_TableVarName="tablemodelHierarchy" msprop:Generator_RowChangedName="modelHierarchyRowChanged" msprop:Generator_TablePropName="modelHierarchy" msprop:Generator_RowDeletingName="modelHierarchyRowDeleting" msprop:Generator_RowChangingName="modelHierarchyRowChanging" msprop:Generator_RowEvHandlerName="modelHierarchyRowChangeEventHandler" msprop:Generator_RowDeletedName="modelHierarchyRowDeleted" msprop:Generator_RowClassName="modelHierarchyRow" msprop:Generator_UserTableName="modelHierarchy" msprop:Generator_RowEvArgName="modelHierarchyRowChangeEvent">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="modelno" msprop:Generator_ColumnVarNameInTable="columnmodelno" msprop:Generator_ColumnPropNameInRow="modelno" msprop:Generator_ColumnPropNameInTable="modelnoColumn" msprop:Generator_UserColumnName="modelno" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="descendant" msprop:Generator_ColumnVarNameInTable="columndescendant" msprop:Generator_ColumnPropNameInRow="descendant" msprop:Generator_ColumnPropNameInTable="descendantColumn" msprop:Generator_UserColumnName="descendant" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="mlevel" msprop:Generator_ColumnVarNameInTable="columnmlevel" msprop:Generator_ColumnPropNameInRow="mlevel" msprop:Generator_ColumnPropNameInTable="mlevelColumn" msprop:Generator_UserColumnName="mlevel" type="xs:int" minOccurs="0" />
|
|
<xs:element name="carrySerial" msprop:Generator_ColumnVarNameInTable="columncarrySerial" msprop:Generator_ColumnPropNameInRow="carrySerial" msprop:Generator_ColumnPropNameInTable="carrySerialColumn" msprop:Generator_UserColumnName="carrySerial" type="xs:int" minOccurs="0" />
|
|
<xs:element name="active" msprop:Generator_ColumnVarNameInTable="columnactive" msprop:Generator_ColumnPropNameInRow="active" msprop:Generator_ColumnPropNameInTable="activeColumn" msprop:Generator_UserColumnName="active" type="xs:int" minOccurs="0" />
|
|
<xs:element name="lastupdate" msprop:Generator_ColumnVarNameInTable="columnlastupdate" msprop:Generator_ColumnPropNameInRow="lastupdate" msprop:Generator_ColumnPropNameInTable="lastupdateColumn" msprop:Generator_UserColumnName="lastupdate" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="lastupdatedby" msprop:Generator_ColumnVarNameInTable="columnlastupdatedby" msprop:Generator_ColumnPropNameInRow="lastupdatedby" msprop:Generator_ColumnPropNameInTable="lastupdatedbyColumn" msprop:Generator_UserColumnName="lastupdatedby" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="modelHierarchyHist" msprop:Generator_TableClassName="modelHierarchyHistDataTable" msprop:Generator_TableVarName="tablemodelHierarchyHist" msprop:Generator_RowChangedName="modelHierarchyHistRowChanged" msprop:Generator_TablePropName="modelHierarchyHist" msprop:Generator_RowDeletingName="modelHierarchyHistRowDeleting" msprop:Generator_RowChangingName="modelHierarchyHistRowChanging" msprop:Generator_RowEvHandlerName="modelHierarchyHistRowChangeEventHandler" msprop:Generator_RowDeletedName="modelHierarchyHistRowDeleted" msprop:Generator_RowClassName="modelHierarchyHistRow" msprop:Generator_UserTableName="modelHierarchyHist" msprop:Generator_RowEvArgName="modelHierarchyHistRowChangeEvent">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="lineNum" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_ColumnVarNameInTable="columnlineNum" msprop:Generator_ColumnPropNameInRow="lineNum" msprop:Generator_ColumnPropNameInTable="lineNumColumn" msprop:Generator_UserColumnName="lineNum" type="xs:long" />
|
|
<xs:element name="modelno" msprop:Generator_ColumnVarNameInTable="columnmodelno" msprop:Generator_ColumnPropNameInRow="modelno" msprop:Generator_ColumnPropNameInTable="modelnoColumn" msprop:Generator_UserColumnName="modelno" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="descendant" msprop:Generator_ColumnVarNameInTable="columndescendant" msprop:Generator_ColumnPropNameInRow="descendant" msprop:Generator_ColumnPropNameInTable="descendantColumn" msprop:Generator_UserColumnName="descendant" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="mlevel" msprop:Generator_ColumnVarNameInTable="columnmlevel" msprop:Generator_ColumnPropNameInRow="mlevel" msprop:Generator_ColumnPropNameInTable="mlevelColumn" msprop:Generator_UserColumnName="mlevel" type="xs:int" minOccurs="0" />
|
|
<xs:element name="carrySerial" msprop:Generator_ColumnVarNameInTable="columncarrySerial" msprop:Generator_ColumnPropNameInRow="carrySerial" msprop:Generator_ColumnPropNameInTable="carrySerialColumn" msprop:Generator_UserColumnName="carrySerial" type="xs:int" minOccurs="0" />
|
|
<xs:element name="active" msprop:Generator_ColumnVarNameInTable="columnactive" msprop:Generator_ColumnPropNameInRow="active" msprop:Generator_ColumnPropNameInTable="activeColumn" msprop:Generator_UserColumnName="active" type="xs:int" minOccurs="0" />
|
|
<xs:element name="status" msprop:Generator_ColumnVarNameInTable="columnstatus" msprop:Generator_ColumnPropNameInRow="status" msprop:Generator_ColumnPropNameInTable="statusColumn" msprop:Generator_UserColumnName="status" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="lastupdate" msprop:Generator_ColumnVarNameInTable="columnlastupdate" msprop:Generator_ColumnPropNameInRow="lastupdate" msprop:Generator_ColumnPropNameInTable="lastupdateColumn" msprop:Generator_UserColumnName="lastupdate" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="lastupdatedby" msprop:Generator_ColumnVarNameInTable="columnlastupdatedby" msprop:Generator_ColumnPropNameInRow="lastupdatedby" msprop:Generator_ColumnPropNameInTable="lastupdatedbyColumn" msprop:Generator_UserColumnName="lastupdatedby" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="modelHist" msprop:Generator_TableClassName="modelHistDataTable" msprop:Generator_TableVarName="tablemodelHist" msprop:Generator_RowChangedName="modelHistRowChanged" msprop:Generator_TablePropName="modelHist" msprop:Generator_RowDeletingName="modelHistRowDeleting" msprop:Generator_RowChangingName="modelHistRowChanging" msprop:Generator_RowEvHandlerName="modelHistRowChangeEventHandler" msprop:Generator_RowDeletedName="modelHistRowDeleted" msprop:Generator_RowClassName="modelHistRow" msprop:Generator_UserTableName="modelHist" msprop:Generator_RowEvArgName="modelHistRowChangeEvent">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="lineNum" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_ColumnVarNameInTable="columnlineNum" msprop:Generator_ColumnPropNameInRow="lineNum" msprop:Generator_ColumnPropNameInTable="lineNumColumn" msprop:Generator_UserColumnName="lineNum" type="xs:long" />
|
|
<xs:element name="modelno" msprop:Generator_ColumnVarNameInTable="columnmodelno" msprop:Generator_ColumnPropNameInRow="modelno" msprop:Generator_ColumnPropNameInTable="modelnoColumn" msprop:Generator_UserColumnName="modelno" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="modelDesc1" msprop:Generator_ColumnVarNameInTable="columnmodelDesc1" msprop:Generator_ColumnPropNameInRow="modelDesc1" msprop:Generator_ColumnPropNameInTable="modelDesc1Column" msprop:Generator_UserColumnName="modelDesc1" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="200" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="modelDesc2" msprop:Generator_ColumnVarNameInTable="columnmodelDesc2" msprop:Generator_ColumnPropNameInRow="modelDesc2" msprop:Generator_ColumnPropNameInTable="modelDesc2Column" msprop:Generator_UserColumnName="modelDesc2" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="200" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="modelFamily" msprop:Generator_ColumnVarNameInTable="columnmodelFamily" msprop:Generator_ColumnPropNameInRow="modelFamily" msprop:Generator_ColumnPropNameInTable="modelFamilyColumn" msprop:Generator_UserColumnName="modelFamily" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="modelType" msprop:Generator_ColumnVarNameInTable="columnmodelType" msprop:Generator_ColumnPropNameInRow="modelType" msprop:Generator_ColumnPropNameInTable="modelTypeColumn" msprop:Generator_UserColumnName="modelType" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="minRev" msprop:Generator_ColumnVarNameInTable="columnminRev" msprop:Generator_ColumnPropNameInRow="minRev" msprop:Generator_ColumnPropNameInTable="minRevColumn" msprop:Generator_UserColumnName="minRev" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="10" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="latestRev" msprop:Generator_ColumnVarNameInTable="columnlatestRev" msprop:Generator_ColumnPropNameInRow="latestRev" msprop:Generator_ColumnPropNameInTable="latestRevColumn" msprop:Generator_UserColumnName="latestRev" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="10" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="itemWt" msprop:Generator_ColumnVarNameInTable="columnitemWt" msprop:Generator_ColumnPropNameInRow="itemWt" msprop:Generator_ColumnPropNameInTable="itemWtColumn" msprop:Generator_UserColumnName="itemWt" type="xs:float" minOccurs="0" />
|
|
<xs:element name="batch" msprop:Generator_ColumnVarNameInTable="columnbatch" msprop:Generator_ColumnPropNameInRow="batch" msprop:Generator_ColumnPropNameInTable="batchColumn" msprop:Generator_UserColumnName="batch" type="xs:int" minOccurs="0" />
|
|
<xs:element name="active" msprop:Generator_ColumnVarNameInTable="columnactive" msprop:Generator_ColumnPropNameInRow="active" msprop:Generator_ColumnPropNameInTable="activeColumn" msprop:Generator_UserColumnName="active" type="xs:int" minOccurs="0" />
|
|
<xs:element name="status" msprop:Generator_ColumnVarNameInTable="columnstatus" msprop:Generator_ColumnPropNameInRow="status" msprop:Generator_ColumnPropNameInTable="statusColumn" msprop:Generator_UserColumnName="status" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="lastupdate" msprop:Generator_ColumnVarNameInTable="columnlastupdate" msprop:Generator_ColumnPropNameInRow="lastupdate" msprop:Generator_ColumnPropNameInTable="lastupdateColumn" msprop:Generator_UserColumnName="lastupdate" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="lastupdatedby" msprop:Generator_ColumnVarNameInTable="columnlastupdatedby" msprop:Generator_ColumnPropNameInRow="lastupdatedby" msprop:Generator_ColumnPropNameInTable="lastupdatedbyColumn" msprop:Generator_UserColumnName="lastupdatedby" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="modelRoute" msprop:Generator_TableClassName="modelRouteDataTable" msprop:Generator_TableVarName="tablemodelRoute" msprop:Generator_RowChangedName="modelRouteRowChanged" msprop:Generator_TablePropName="modelRoute" msprop:Generator_RowDeletingName="modelRouteRowDeleting" msprop:Generator_RowChangingName="modelRouteRowChanging" msprop:Generator_RowEvHandlerName="modelRouteRowChangeEventHandler" msprop:Generator_RowDeletedName="modelRouteRowDeleted" msprop:Generator_RowClassName="modelRouteRow" msprop:Generator_UserTableName="modelRoute" msprop:Generator_RowEvArgName="modelRouteRowChangeEvent">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="modelno" msprop:Generator_ColumnVarNameInTable="columnmodelno" msprop:Generator_ColumnPropNameInRow="modelno" msprop:Generator_ColumnPropNameInTable="modelnoColumn" msprop:Generator_UserColumnName="modelno">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="flowsequence" msprop:Generator_ColumnVarNameInTable="columnflowsequence" msprop:Generator_ColumnPropNameInRow="flowsequence" msprop:Generator_ColumnPropNameInTable="flowsequenceColumn" msprop:Generator_UserColumnName="flowsequence" type="xs:int" minOccurs="0" />
|
|
<xs:element name="station" msprop:Generator_ColumnVarNameInTable="columnstation" msprop:Generator_ColumnPropNameInRow="station" msprop:Generator_ColumnPropNameInTable="stationColumn" msprop:Generator_UserColumnName="station">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="skip" msprop:Generator_ColumnVarNameInTable="columnskip" msprop:Generator_ColumnPropNameInRow="skip" msprop:Generator_ColumnPropNameInTable="skipColumn" msprop:Generator_UserColumnName="skip" type="xs:int" minOccurs="0" />
|
|
<xs:element name="active" msprop:Generator_ColumnVarNameInTable="columnactive" msprop:Generator_ColumnPropNameInRow="active" msprop:Generator_ColumnPropNameInTable="activeColumn" msprop:Generator_UserColumnName="active" type="xs:int" minOccurs="0" />
|
|
<xs:element name="lastStation" msprop:Generator_ColumnVarNameInTable="columnlastStation" msprop:Generator_ColumnPropNameInRow="lastStation" msprop:Generator_ColumnPropNameInTable="lastStationColumn" msprop:Generator_UserColumnName="lastStation" type="xs:int" minOccurs="0" />
|
|
<xs:element name="lastupdate" msprop:Generator_ColumnVarNameInTable="columnlastupdate" msprop:Generator_ColumnPropNameInRow="lastupdate" msprop:Generator_ColumnPropNameInTable="lastupdateColumn" msprop:Generator_UserColumnName="lastupdate" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="lastupdatedby" msprop:Generator_ColumnVarNameInTable="columnlastupdatedby" msprop:Generator_ColumnPropNameInRow="lastupdatedby" msprop:Generator_ColumnPropNameInTable="lastupdatedbyColumn" msprop:Generator_UserColumnName="lastupdatedby" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="modelRoute_backup_1" msprop:Generator_TableClassName="modelRoute_backup_1DataTable" msprop:Generator_TableVarName="tablemodelRoute_backup_1" msprop:Generator_RowChangedName="modelRoute_backup_1RowChanged" msprop:Generator_TablePropName="modelRoute_backup_1" msprop:Generator_RowDeletingName="modelRoute_backup_1RowDeleting" msprop:Generator_RowChangingName="modelRoute_backup_1RowChanging" msprop:Generator_RowEvHandlerName="modelRoute_backup_1RowChangeEventHandler" msprop:Generator_RowDeletedName="modelRoute_backup_1RowDeleted" msprop:Generator_RowClassName="modelRoute_backup_1Row" msprop:Generator_UserTableName="modelRoute_backup_1" msprop:Generator_RowEvArgName="modelRoute_backup_1RowChangeEvent">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="modelno" msprop:Generator_ColumnVarNameInTable="columnmodelno" msprop:Generator_ColumnPropNameInRow="modelno" msprop:Generator_ColumnPropNameInTable="modelnoColumn" msprop:Generator_UserColumnName="modelno">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="flowsequence" msprop:Generator_ColumnVarNameInTable="columnflowsequence" msprop:Generator_ColumnPropNameInRow="flowsequence" msprop:Generator_ColumnPropNameInTable="flowsequenceColumn" msprop:Generator_UserColumnName="flowsequence" type="xs:int" minOccurs="0" />
|
|
<xs:element name="station" msprop:Generator_ColumnVarNameInTable="columnstation" msprop:Generator_ColumnPropNameInRow="station" msprop:Generator_ColumnPropNameInTable="stationColumn" msprop:Generator_UserColumnName="station">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="skip" msprop:Generator_ColumnVarNameInTable="columnskip" msprop:Generator_ColumnPropNameInRow="skip" msprop:Generator_ColumnPropNameInTable="skipColumn" msprop:Generator_UserColumnName="skip" type="xs:int" minOccurs="0" />
|
|
<xs:element name="active" msprop:Generator_ColumnVarNameInTable="columnactive" msprop:Generator_ColumnPropNameInRow="active" msprop:Generator_ColumnPropNameInTable="activeColumn" msprop:Generator_UserColumnName="active" type="xs:int" minOccurs="0" />
|
|
<xs:element name="lastStation" msprop:Generator_ColumnVarNameInTable="columnlastStation" msprop:Generator_ColumnPropNameInRow="lastStation" msprop:Generator_ColumnPropNameInTable="lastStationColumn" msprop:Generator_UserColumnName="lastStation" type="xs:int" minOccurs="0" />
|
|
<xs:element name="lastupdate" msprop:Generator_ColumnVarNameInTable="columnlastupdate" msprop:Generator_ColumnPropNameInRow="lastupdate" msprop:Generator_ColumnPropNameInTable="lastupdateColumn" msprop:Generator_UserColumnName="lastupdate" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="lastupdatedby" msprop:Generator_ColumnVarNameInTable="columnlastupdatedby" msprop:Generator_ColumnPropNameInRow="lastupdatedby" msprop:Generator_ColumnPropNameInTable="lastupdatedbyColumn" msprop:Generator_UserColumnName="lastupdatedby" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="modelRouteHist" msprop:Generator_TableClassName="modelRouteHistDataTable" msprop:Generator_TableVarName="tablemodelRouteHist" msprop:Generator_RowChangedName="modelRouteHistRowChanged" msprop:Generator_TablePropName="modelRouteHist" msprop:Generator_RowDeletingName="modelRouteHistRowDeleting" msprop:Generator_RowChangingName="modelRouteHistRowChanging" msprop:Generator_RowEvHandlerName="modelRouteHistRowChangeEventHandler" msprop:Generator_RowDeletedName="modelRouteHistRowDeleted" msprop:Generator_RowClassName="modelRouteHistRow" msprop:Generator_UserTableName="modelRouteHist" msprop:Generator_RowEvArgName="modelRouteHistRowChangeEvent">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="lineNum" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_ColumnVarNameInTable="columnlineNum" msprop:Generator_ColumnPropNameInRow="lineNum" msprop:Generator_ColumnPropNameInTable="lineNumColumn" msprop:Generator_UserColumnName="lineNum" type="xs:long" />
|
|
<xs:element name="modelno" msprop:Generator_ColumnVarNameInTable="columnmodelno" msprop:Generator_ColumnPropNameInRow="modelno" msprop:Generator_ColumnPropNameInTable="modelnoColumn" msprop:Generator_UserColumnName="modelno" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="flowsequence" msprop:Generator_ColumnVarNameInTable="columnflowsequence" msprop:Generator_ColumnPropNameInRow="flowsequence" msprop:Generator_ColumnPropNameInTable="flowsequenceColumn" msprop:Generator_UserColumnName="flowsequence" type="xs:int" minOccurs="0" />
|
|
<xs:element name="station" msprop:Generator_ColumnVarNameInTable="columnstation" msprop:Generator_ColumnPropNameInRow="station" msprop:Generator_ColumnPropNameInTable="stationColumn" msprop:Generator_UserColumnName="station" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="skip" msprop:Generator_ColumnVarNameInTable="columnskip" msprop:Generator_ColumnPropNameInRow="skip" msprop:Generator_ColumnPropNameInTable="skipColumn" msprop:Generator_UserColumnName="skip" type="xs:int" minOccurs="0" />
|
|
<xs:element name="active" msprop:Generator_ColumnVarNameInTable="columnactive" msprop:Generator_ColumnPropNameInRow="active" msprop:Generator_ColumnPropNameInTable="activeColumn" msprop:Generator_UserColumnName="active" type="xs:int" minOccurs="0" />
|
|
<xs:element name="lastStation" msprop:Generator_ColumnVarNameInTable="columnlastStation" msprop:Generator_ColumnPropNameInRow="lastStation" msprop:Generator_ColumnPropNameInTable="lastStationColumn" msprop:Generator_UserColumnName="lastStation" type="xs:int" minOccurs="0" />
|
|
<xs:element name="status" msprop:Generator_ColumnVarNameInTable="columnstatus" msprop:Generator_ColumnPropNameInRow="status" msprop:Generator_ColumnPropNameInTable="statusColumn" msprop:Generator_UserColumnName="status" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="lastupdate" msprop:Generator_ColumnVarNameInTable="columnlastupdate" msprop:Generator_ColumnPropNameInRow="lastupdate" msprop:Generator_ColumnPropNameInTable="lastupdateColumn" msprop:Generator_UserColumnName="lastupdate" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="lastupdatedby" msprop:Generator_ColumnVarNameInTable="columnlastupdatedby" msprop:Generator_ColumnPropNameInRow="lastupdatedby" msprop:Generator_ColumnPropNameInTable="lastupdatedbyColumn" msprop:Generator_UserColumnName="lastupdatedby" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="modelTemp" msprop:Generator_TableClassName="modelTempDataTable" msprop:Generator_TableVarName="tablemodelTemp" msprop:Generator_RowChangedName="modelTempRowChanged" msprop:Generator_TablePropName="modelTemp" msprop:Generator_RowDeletingName="modelTempRowDeleting" msprop:Generator_RowChangingName="modelTempRowChanging" msprop:Generator_RowEvHandlerName="modelTempRowChangeEventHandler" msprop:Generator_RowDeletedName="modelTempRowDeleted" msprop:Generator_RowClassName="modelTempRow" msprop:Generator_UserTableName="modelTemp" msprop:Generator_RowEvArgName="modelTempRowChangeEvent">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="modelno" msprop:Generator_ColumnVarNameInTable="columnmodelno" msprop:Generator_ColumnPropNameInRow="modelno" msprop:Generator_ColumnPropNameInTable="modelnoColumn" msprop:Generator_UserColumnName="modelno">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="modelDesc1" msprop:Generator_ColumnVarNameInTable="columnmodelDesc1" msprop:Generator_ColumnPropNameInRow="modelDesc1" msprop:Generator_ColumnPropNameInTable="modelDesc1Column" msprop:Generator_UserColumnName="modelDesc1" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="200" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="modelDesc2" msprop:Generator_ColumnVarNameInTable="columnmodelDesc2" msprop:Generator_ColumnPropNameInRow="modelDesc2" msprop:Generator_ColumnPropNameInTable="modelDesc2Column" msprop:Generator_UserColumnName="modelDesc2" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="200" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="modelFamily" msprop:Generator_ColumnVarNameInTable="columnmodelFamily" msprop:Generator_ColumnPropNameInRow="modelFamily" msprop:Generator_ColumnPropNameInTable="modelFamilyColumn" msprop:Generator_UserColumnName="modelFamily" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="modelType" msprop:Generator_ColumnVarNameInTable="columnmodelType" msprop:Generator_ColumnPropNameInRow="modelType" msprop:Generator_ColumnPropNameInTable="modelTypeColumn" msprop:Generator_UserColumnName="modelType" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="minRev" msprop:Generator_ColumnVarNameInTable="columnminRev" msprop:Generator_ColumnPropNameInRow="minRev" msprop:Generator_ColumnPropNameInTable="minRevColumn" msprop:Generator_UserColumnName="minRev" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="10" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="latestRev" msprop:Generator_ColumnVarNameInTable="columnlatestRev" msprop:Generator_ColumnPropNameInRow="latestRev" msprop:Generator_ColumnPropNameInTable="latestRevColumn" msprop:Generator_UserColumnName="latestRev" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="10" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="batch" msprop:Generator_ColumnVarNameInTable="columnbatch" msprop:Generator_ColumnPropNameInRow="batch" msprop:Generator_ColumnPropNameInTable="batchColumn" msprop:Generator_UserColumnName="batch" type="xs:int" minOccurs="0" />
|
|
<xs:element name="active" msprop:Generator_ColumnVarNameInTable="columnactive" msprop:Generator_ColumnPropNameInRow="active" msprop:Generator_ColumnPropNameInTable="activeColumn" msprop:Generator_UserColumnName="active" type="xs:int" minOccurs="0" />
|
|
<xs:element name="lastupdate" msprop:Generator_ColumnVarNameInTable="columnlastupdate" msprop:Generator_ColumnPropNameInRow="lastupdate" msprop:Generator_ColumnPropNameInTable="lastupdateColumn" msprop:Generator_UserColumnName="lastupdate" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="lastupdatedby" msprop:Generator_ColumnVarNameInTable="columnlastupdatedby" msprop:Generator_ColumnPropNameInRow="lastupdatedby" msprop:Generator_ColumnPropNameInTable="lastupdatedbyColumn" msprop:Generator_UserColumnName="lastupdatedby" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="modelType" msprop:Generator_TableClassName="modelTypeDataTable" msprop:Generator_TableVarName="tablemodelType" msprop:Generator_RowChangedName="modelTypeRowChanged" msprop:Generator_TablePropName="modelType" msprop:Generator_RowDeletingName="modelTypeRowDeleting" msprop:Generator_RowChangingName="modelTypeRowChanging" msprop:Generator_RowEvHandlerName="modelTypeRowChangeEventHandler" msprop:Generator_RowDeletedName="modelTypeRowDeleted" msprop:Generator_RowClassName="modelTypeRow" msprop:Generator_UserTableName="modelType" msprop:Generator_RowEvArgName="modelTypeRowChangeEvent">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="modelType" msprop:Generator_ColumnVarNameInTable="columnmodelType" msprop:Generator_ColumnPropNameInRow="modelType" msprop:Generator_ColumnPropNameInTable="modelTypeColumn" msprop:Generator_UserColumnName="modelType">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="description" msprop:Generator_ColumnVarNameInTable="columndescription" msprop:Generator_ColumnPropNameInRow="description" msprop:Generator_ColumnPropNameInTable="descriptionColumn" msprop:Generator_UserColumnName="description" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="active" msprop:Generator_ColumnVarNameInTable="columnactive" msprop:Generator_ColumnPropNameInRow="active" msprop:Generator_ColumnPropNameInTable="activeColumn" msprop:Generator_UserColumnName="active" type="xs:int" minOccurs="0" />
|
|
<xs:element name="lastupdate" msprop:Generator_ColumnVarNameInTable="columnlastupdate" msprop:Generator_ColumnPropNameInRow="lastupdate" msprop:Generator_ColumnPropNameInTable="lastupdateColumn" msprop:Generator_UserColumnName="lastupdate" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="lastupdatedby" msprop:Generator_ColumnVarNameInTable="columnlastupdatedby" msprop:Generator_ColumnPropNameInRow="lastupdatedby" msprop:Generator_ColumnPropNameInTable="lastupdatedbyColumn" msprop:Generator_UserColumnName="lastupdatedby" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="modelTypeHist" msprop:Generator_TableClassName="modelTypeHistDataTable" msprop:Generator_TableVarName="tablemodelTypeHist" msprop:Generator_RowChangedName="modelTypeHistRowChanged" msprop:Generator_TablePropName="modelTypeHist" msprop:Generator_RowDeletingName="modelTypeHistRowDeleting" msprop:Generator_RowChangingName="modelTypeHistRowChanging" msprop:Generator_RowEvHandlerName="modelTypeHistRowChangeEventHandler" msprop:Generator_RowDeletedName="modelTypeHistRowDeleted" msprop:Generator_RowClassName="modelTypeHistRow" msprop:Generator_UserTableName="modelTypeHist" msprop:Generator_RowEvArgName="modelTypeHistRowChangeEvent">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="lineNum" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_ColumnVarNameInTable="columnlineNum" msprop:Generator_ColumnPropNameInRow="lineNum" msprop:Generator_ColumnPropNameInTable="lineNumColumn" msprop:Generator_UserColumnName="lineNum" type="xs:long" />
|
|
<xs:element name="modelType" msprop:Generator_ColumnVarNameInTable="columnmodelType" msprop:Generator_ColumnPropNameInRow="modelType" msprop:Generator_ColumnPropNameInTable="modelTypeColumn" msprop:Generator_UserColumnName="modelType" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="description" msprop:Generator_ColumnVarNameInTable="columndescription" msprop:Generator_ColumnPropNameInRow="description" msprop:Generator_ColumnPropNameInTable="descriptionColumn" msprop:Generator_UserColumnName="description" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="active" msprop:Generator_ColumnVarNameInTable="columnactive" msprop:Generator_ColumnPropNameInRow="active" msprop:Generator_ColumnPropNameInTable="activeColumn" msprop:Generator_UserColumnName="active" type="xs:int" minOccurs="0" />
|
|
<xs:element name="status" msprop:Generator_ColumnVarNameInTable="columnstatus" msprop:Generator_ColumnPropNameInRow="status" msprop:Generator_ColumnPropNameInTable="statusColumn" msprop:Generator_UserColumnName="status" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="lastupdate" msprop:Generator_ColumnVarNameInTable="columnlastupdate" msprop:Generator_ColumnPropNameInRow="lastupdate" msprop:Generator_ColumnPropNameInTable="lastupdateColumn" msprop:Generator_UserColumnName="lastupdate" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="lastupdatedby" msprop:Generator_ColumnVarNameInTable="columnlastupdatedby" msprop:Generator_ColumnPropNameInRow="lastupdatedby" msprop:Generator_ColumnPropNameInTable="lastupdatedbyColumn" msprop:Generator_UserColumnName="lastupdatedby" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="Parts_List" msprop:Generator_TableClassName="Parts_ListDataTable" msprop:Generator_TableVarName="tableParts_List" msprop:Generator_RowChangedName="Parts_ListRowChanged" msprop:Generator_TablePropName="Parts_List" msprop:Generator_RowDeletingName="Parts_ListRowDeleting" msprop:Generator_RowChangingName="Parts_ListRowChanging" msprop:Generator_RowEvHandlerName="Parts_ListRowChangeEventHandler" msprop:Generator_RowDeletedName="Parts_ListRowDeleted" msprop:Generator_RowClassName="Parts_ListRow" msprop:Generator_UserTableName="Parts_List" msprop:Generator_RowEvArgName="Parts_ListRowChangeEvent">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="Descriptions_Parameter_Desc" msprop:Generator_ColumnVarNameInTable="columnDescriptions_Parameter_Desc" msprop:Generator_ColumnPropNameInRow="Descriptions_Parameter_Desc" msprop:Generator_ColumnPropNameInTable="Descriptions_Parameter_DescColumn" msprop:Generator_UserColumnName="Descriptions_Parameter_Desc" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="30" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Item_Code" msprop:Generator_ColumnVarNameInTable="columnItem_Code" msprop:Generator_ColumnPropNameInRow="Item_Code" msprop:Generator_ColumnPropNameInTable="Item_CodeColumn" msprop:Generator_UserColumnName="Item_Code">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="15" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Item_Item_Desc" msprop:Generator_ColumnVarNameInTable="columnItem_Item_Desc" msprop:Generator_ColumnPropNameInRow="Item_Item_Desc" msprop:Generator_ColumnPropNameInTable="Item_Item_DescColumn" msprop:Generator_UserColumnName="Item_Item_Desc" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="36" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="partsCode" msprop:Generator_TableClassName="partsCodeDataTable" msprop:Generator_TableVarName="tablepartsCode" msprop:Generator_RowChangedName="partsCodeRowChanged" msprop:Generator_TablePropName="partsCode" msprop:Generator_RowDeletingName="partsCodeRowDeleting" msprop:Generator_RowChangingName="partsCodeRowChanging" msprop:Generator_RowEvHandlerName="partsCodeRowChangeEventHandler" msprop:Generator_RowDeletedName="partsCodeRowDeleted" msprop:Generator_RowClassName="partsCodeRow" msprop:Generator_UserTableName="partsCode" msprop:Generator_RowEvArgName="partsCodeRowChangeEvent">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="part_id" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_ColumnVarNameInTable="columnpart_id" msprop:Generator_ColumnPropNameInRow="part_id" msprop:Generator_ColumnPropNameInTable="part_idColumn" msprop:Generator_UserColumnName="part_id" type="xs:int" />
|
|
<xs:element name="partcode" msprop:Generator_ColumnVarNameInTable="columnpartcode" msprop:Generator_ColumnPropNameInRow="partcode" msprop:Generator_ColumnPropNameInTable="partcodeColumn" msprop:Generator_UserColumnName="partcode">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="partname" msprop:Generator_ColumnVarNameInTable="columnpartname" msprop:Generator_ColumnPropNameInRow="partname" msprop:Generator_ColumnPropNameInTable="partnameColumn" msprop:Generator_UserColumnName="partname">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="standardpack" msprop:Generator_ColumnVarNameInTable="columnstandardpack" msprop:Generator_ColumnPropNameInRow="standardpack" msprop:Generator_ColumnPropNameInTable="standardpackColumn" msprop:Generator_UserColumnName="standardpack" type="xs:int" />
|
|
<xs:element name="model" msprop:Generator_ColumnVarNameInTable="columnmodel" msprop:Generator_ColumnPropNameInRow="model" msprop:Generator_ColumnPropNameInTable="modelColumn" msprop:Generator_UserColumnName="model">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="additional" msprop:Generator_ColumnVarNameInTable="columnadditional" msprop:Generator_ColumnPropNameInRow="additional" msprop:Generator_ColumnPropNameInTable="additionalColumn" msprop:Generator_UserColumnName="additional">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="factory" msprop:Generator_ColumnVarNameInTable="columnfactory" msprop:Generator_ColumnPropNameInRow="factory" msprop:Generator_ColumnPropNameInTable="factoryColumn" msprop:Generator_UserColumnName="factory" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="lastupdated" msprop:Generator_ColumnVarNameInTable="columnlastupdated" msprop:Generator_ColumnPropNameInRow="lastupdated" msprop:Generator_ColumnPropNameInTable="lastupdatedColumn" msprop:Generator_UserColumnName="lastupdated" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="lastupdatedby" msprop:Generator_ColumnVarNameInTable="columnlastupdatedby" msprop:Generator_ColumnPropNameInRow="lastupdatedby" msprop:Generator_ColumnPropNameInTable="lastupdatedbyColumn" msprop:Generator_UserColumnName="lastupdatedby" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="PartsModel" msprop:Generator_TableClassName="PartsModelDataTable" msprop:Generator_TableVarName="tablePartsModel" msprop:Generator_RowChangedName="PartsModelRowChanged" msprop:Generator_TablePropName="PartsModel" msprop:Generator_RowDeletingName="PartsModelRowDeleting" msprop:Generator_RowChangingName="PartsModelRowChanging" msprop:Generator_RowEvHandlerName="PartsModelRowChangeEventHandler" msprop:Generator_RowDeletedName="PartsModelRowDeleted" msprop:Generator_RowClassName="PartsModelRow" msprop:Generator_UserTableName="PartsModel" msprop:Generator_RowEvArgName="PartsModelRowChangeEvent">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="Account" msprop:Generator_ColumnVarNameInTable="columnAccount" msprop:Generator_ColumnPropNameInRow="Account" msprop:Generator_ColumnPropNameInTable="AccountColumn" msprop:Generator_UserColumnName="Account">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="ModelCode" msprop:Generator_ColumnVarNameInTable="columnModelCode" msprop:Generator_ColumnPropNameInRow="ModelCode" msprop:Generator_ColumnPropNameInTable="ModelCodeColumn" msprop:Generator_UserColumnName="ModelCode">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Description" msprop:Generator_ColumnVarNameInTable="columnDescription" msprop:Generator_ColumnPropNameInRow="Description" msprop:Generator_ColumnPropNameInTable="DescriptionColumn" msprop:Generator_UserColumnName="Description">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="ControlID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_ColumnVarNameInTable="columnControlID" msprop:Generator_ColumnPropNameInRow="ControlID" msprop:Generator_ColumnPropNameInTable="ControlIDColumn" msprop:Generator_UserColumnName="ControlID" type="xs:int" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="PartsPrep" msprop:Generator_TableClassName="PartsPrepDataTable" msprop:Generator_TableVarName="tablePartsPrep" msprop:Generator_RowChangedName="PartsPrepRowChanged" msprop:Generator_TablePropName="PartsPrep" msprop:Generator_RowDeletingName="PartsPrepRowDeleting" msprop:Generator_RowChangingName="PartsPrepRowChanging" msprop:Generator_RowEvHandlerName="PartsPrepRowChangeEventHandler" msprop:Generator_RowDeletedName="PartsPrepRowDeleted" msprop:Generator_RowClassName="PartsPrepRow" msprop:Generator_UserTableName="PartsPrep" msprop:Generator_RowEvArgName="PartsPrepRowChangeEvent">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="Control_ID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_ColumnVarNameInTable="columnControl_ID" msprop:Generator_ColumnPropNameInRow="Control_ID" msprop:Generator_ColumnPropNameInTable="Control_IDColumn" msprop:Generator_UserColumnName="Control_ID" type="xs:int" />
|
|
<xs:element name="Ionics_PN" msprop:Generator_ColumnVarNameInTable="columnIonics_PN" msprop:Generator_ColumnPropNameInRow="Ionics_PN" msprop:Generator_ColumnPropNameInTable="Ionics_PNColumn" msprop:Generator_UserColumnName="Ionics_PN">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="15" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Epson_PN" msprop:Generator_ColumnVarNameInTable="columnEpson_PN" msprop:Generator_ColumnPropNameInRow="Epson_PN" msprop:Generator_ColumnPropNameInTable="Epson_PNColumn" msprop:Generator_UserColumnName="Epson_PN">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Supplier_PN" msprop:Generator_ColumnVarNameInTable="columnSupplier_PN" msprop:Generator_ColumnPropNameInRow="Supplier_PN" msprop:Generator_ColumnPropNameInTable="Supplier_PNColumn" msprop:Generator_UserColumnName="Supplier_PN">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Description" msprop:Generator_ColumnVarNameInTable="columnDescription" msprop:Generator_ColumnPropNameInRow="Description" msprop:Generator_ColumnPropNameInTable="DescriptionColumn" msprop:Generator_UserColumnName="Description">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Rack" msprop:Generator_ColumnVarNameInTable="columnRack" msprop:Generator_ColumnPropNameInRow="Rack" msprop:Generator_ColumnPropNameInTable="RackColumn" msprop:Generator_UserColumnName="Rack">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="5" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Com_Type" msprop:Generator_ColumnVarNameInTable="columnCom_Type" msprop:Generator_ColumnPropNameInRow="Com_Type" msprop:Generator_ColumnPropNameInTable="Com_TypeColumn" msprop:Generator_UserColumnName="Com_Type">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="ModelCode" msprop:Generator_ColumnVarNameInTable="columnModelCode" msprop:Generator_ColumnPropNameInRow="ModelCode" msprop:Generator_ColumnPropNameInTable="ModelCodeColumn" msprop:Generator_UserColumnName="ModelCode" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="PartsRecords" msprop:Generator_TableClassName="PartsRecordsDataTable" msprop:Generator_TableVarName="tablePartsRecords" msprop:Generator_RowChangedName="PartsRecordsRowChanged" msprop:Generator_TablePropName="PartsRecords" msprop:Generator_RowDeletingName="PartsRecordsRowDeleting" msprop:Generator_RowChangingName="PartsRecordsRowChanging" msprop:Generator_RowEvHandlerName="PartsRecordsRowChangeEventHandler" msprop:Generator_RowDeletedName="PartsRecordsRowDeleted" msprop:Generator_RowClassName="PartsRecordsRow" msprop:Generator_UserTableName="PartsRecords" msprop:Generator_RowEvArgName="PartsRecordsRowChangeEvent">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="SerialNum" msprop:Generator_ColumnVarNameInTable="columnSerialNum" msprop:Generator_ColumnPropNameInRow="SerialNum" msprop:Generator_ColumnPropNameInTable="SerialNumColumn" msprop:Generator_UserColumnName="SerialNum">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="IonicsPN" msprop:Generator_ColumnVarNameInTable="columnIonicsPN" msprop:Generator_ColumnPropNameInRow="IonicsPN" msprop:Generator_ColumnPropNameInTable="IonicsPNColumn" msprop:Generator_UserColumnName="IonicsPN">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="EpsonPN" msprop:Generator_ColumnVarNameInTable="columnEpsonPN" msprop:Generator_ColumnPropNameInRow="EpsonPN" msprop:Generator_ColumnPropNameInTable="EpsonPNColumn" msprop:Generator_UserColumnName="EpsonPN">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="SupplierPN" msprop:Generator_ColumnVarNameInTable="columnSupplierPN" msprop:Generator_ColumnPropNameInRow="SupplierPN" msprop:Generator_ColumnPropNameInTable="SupplierPNColumn" msprop:Generator_UserColumnName="SupplierPN">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Description" msprop:Generator_ColumnVarNameInTable="columnDescription" msprop:Generator_ColumnPropNameInRow="Description" msprop:Generator_ColumnPropNameInTable="DescriptionColumn" msprop:Generator_UserColumnName="Description" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LotNO" msprop:Generator_ColumnVarNameInTable="columnLotNO" msprop:Generator_ColumnPropNameInRow="LotNO" msprop:Generator_ColumnPropNameInTable="LotNOColumn" msprop:Generator_UserColumnName="LotNO">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Rack" msprop:Generator_ColumnVarNameInTable="columnRack" msprop:Generator_ColumnPropNameInRow="Rack" msprop:Generator_ColumnPropNameInTable="RackColumn" msprop:Generator_UserColumnName="Rack">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Qty" msprop:Generator_ColumnVarNameInTable="columnQty" msprop:Generator_ColumnPropNameInRow="Qty" msprop:Generator_ColumnPropNameInTable="QtyColumn" msprop:Generator_UserColumnName="Qty" type="xs:int" />
|
|
<xs:element name="Status" msprop:Generator_ColumnVarNameInTable="columnStatus" msprop:Generator_ColumnPropNameInRow="Status" msprop:Generator_ColumnPropNameInTable="StatusColumn" msprop:Generator_UserColumnName="Status">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="EOH" msprop:Generator_ColumnVarNameInTable="columnEOH" msprop:Generator_ColumnPropNameInRow="EOH" msprop:Generator_ColumnPropNameInTable="EOHColumn" msprop:Generator_UserColumnName="EOH" type="xs:int" minOccurs="0" />
|
|
<xs:element name="SPQ" msprop:Generator_ColumnVarNameInTable="columnSPQ" msprop:Generator_ColumnPropNameInRow="SPQ" msprop:Generator_ColumnPropNameInTable="SPQColumn" msprop:Generator_UserColumnName="SPQ" type="xs:int" minOccurs="0" />
|
|
<xs:element name="MFGDate" msprop:Generator_ColumnVarNameInTable="columnMFGDate" msprop:Generator_ColumnPropNameInRow="MFGDate" msprop:Generator_ColumnPropNameInTable="MFGDateColumn" msprop:Generator_UserColumnName="MFGDate" type="xs:dateTime" />
|
|
<xs:element name="RCVDate" msprop:Generator_ColumnVarNameInTable="columnRCVDate" msprop:Generator_ColumnPropNameInRow="RCVDate" msprop:Generator_ColumnPropNameInTable="RCVDateColumn" msprop:Generator_UserColumnName="RCVDate" type="xs:dateTime" />
|
|
<xs:element name="PrintedDate" msprop:Generator_ColumnVarNameInTable="columnPrintedDate" msprop:Generator_ColumnPropNameInRow="PrintedDate" msprop:Generator_ColumnPropNameInTable="PrintedDateColumn" msprop:Generator_UserColumnName="PrintedDate" type="xs:dateTime" />
|
|
<xs:element name="PrintedBy" msprop:Generator_ColumnVarNameInTable="columnPrintedBy" msprop:Generator_ColumnPropNameInRow="PrintedBy" msprop:Generator_ColumnPropNameInTable="PrintedByColumn" msprop:Generator_UserColumnName="PrintedBy">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Returned" msprop:Generator_ColumnVarNameInTable="columnReturned" msprop:Generator_ColumnPropNameInRow="Returned" msprop:Generator_ColumnPropNameInTable="ReturnedColumn" msprop:Generator_UserColumnName="Returned" type="xs:int" />
|
|
<xs:element name="ControlID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_ColumnVarNameInTable="columnControlID" msprop:Generator_ColumnPropNameInRow="ControlID" msprop:Generator_ColumnPropNameInTable="ControlIDColumn" msprop:Generator_UserColumnName="ControlID" type="xs:int" />
|
|
<xs:element name="Remarks" msprop:Generator_ColumnVarNameInTable="columnRemarks" msprop:Generator_ColumnPropNameInRow="Remarks" msprop:Generator_ColumnPropNameInTable="RemarksColumn" msprop:Generator_UserColumnName="Remarks" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="ModelCode" msprop:Generator_ColumnVarNameInTable="columnModelCode" msprop:Generator_ColumnPropNameInRow="ModelCode" msprop:Generator_ColumnPropNameInTable="ModelCodeColumn" msprop:Generator_UserColumnName="ModelCode" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="partsStation" msprop:Generator_TableClassName="partsStationDataTable" msprop:Generator_TableVarName="tablepartsStation" msprop:Generator_RowChangedName="partsStationRowChanged" msprop:Generator_TablePropName="partsStation" msprop:Generator_RowDeletingName="partsStationRowDeleting" msprop:Generator_RowChangingName="partsStationRowChanging" msprop:Generator_RowEvHandlerName="partsStationRowChangeEventHandler" msprop:Generator_RowDeletedName="partsStationRowDeleted" msprop:Generator_RowClassName="partsStationRow" msprop:Generator_UserTableName="partsStation" msprop:Generator_RowEvArgName="partsStationRowChangeEvent">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="station_id" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_ColumnVarNameInTable="columnstation_id" msprop:Generator_ColumnPropNameInRow="station_id" msprop:Generator_ColumnPropNameInTable="station_idColumn" msprop:Generator_UserColumnName="station_id" type="xs:int" />
|
|
<xs:element name="station_code" msprop:Generator_ColumnVarNameInTable="columnstation_code" msprop:Generator_ColumnPropNameInRow="station_code" msprop:Generator_ColumnPropNameInTable="station_codeColumn" msprop:Generator_UserColumnName="station_code" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="supplier_id" msprop:Generator_ColumnVarNameInTable="columnsupplier_id" msprop:Generator_ColumnPropNameInRow="supplier_id" msprop:Generator_ColumnPropNameInTable="supplier_idColumn" msprop:Generator_UserColumnName="supplier_id" type="xs:int" minOccurs="0" />
|
|
<xs:element name="lastupdated" msprop:Generator_ColumnVarNameInTable="columnlastupdated" msprop:Generator_ColumnPropNameInRow="lastupdated" msprop:Generator_ColumnPropNameInTable="lastupdatedColumn" msprop:Generator_UserColumnName="lastupdated" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="lastupdatedby" msprop:Generator_ColumnVarNameInTable="columnlastupdatedby" msprop:Generator_ColumnPropNameInRow="lastupdatedby" msprop:Generator_ColumnPropNameInTable="lastupdatedbyColumn" msprop:Generator_UserColumnName="lastupdatedby" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="partsSupplier" msprop:Generator_TableClassName="partsSupplierDataTable" msprop:Generator_TableVarName="tablepartsSupplier" msprop:Generator_RowChangedName="partsSupplierRowChanged" msprop:Generator_TablePropName="partsSupplier" msprop:Generator_RowDeletingName="partsSupplierRowDeleting" msprop:Generator_RowChangingName="partsSupplierRowChanging" msprop:Generator_RowEvHandlerName="partsSupplierRowChangeEventHandler" msprop:Generator_RowDeletedName="partsSupplierRowDeleted" msprop:Generator_RowClassName="partsSupplierRow" msprop:Generator_UserTableName="partsSupplier" msprop:Generator_RowEvArgName="partsSupplierRowChangeEvent">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="supplier_id" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_ColumnVarNameInTable="columnsupplier_id" msprop:Generator_ColumnPropNameInRow="supplier_id" msprop:Generator_ColumnPropNameInTable="supplier_idColumn" msprop:Generator_UserColumnName="supplier_id" type="xs:int" />
|
|
<xs:element name="supplier_name" msprop:Generator_ColumnVarNameInTable="columnsupplier_name" msprop:Generator_ColumnPropNameInRow="supplier_name" msprop:Generator_ColumnPropNameInTable="supplier_nameColumn" msprop:Generator_UserColumnName="supplier_name" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="lastupdated" msprop:Generator_ColumnVarNameInTable="columnlastupdated" msprop:Generator_ColumnPropNameInRow="lastupdated" msprop:Generator_ColumnPropNameInTable="lastupdatedColumn" msprop:Generator_UserColumnName="lastupdated" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="lastupdatedby" msprop:Generator_ColumnVarNameInTable="columnlastupdatedby" msprop:Generator_ColumnPropNameInRow="lastupdatedby" msprop:Generator_ColumnPropNameInTable="lastupdatedbyColumn" msprop:Generator_UserColumnName="lastupdatedby" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="po_detail" msprop:Generator_TableClassName="po_detailDataTable" msprop:Generator_TableVarName="tablepo_detail" msprop:Generator_RowChangedName="po_detailRowChanged" msprop:Generator_TablePropName="po_detail" msprop:Generator_RowDeletingName="po_detailRowDeleting" msprop:Generator_RowChangingName="po_detailRowChanging" msprop:Generator_RowEvHandlerName="po_detailRowChangeEventHandler" msprop:Generator_RowDeletedName="po_detailRowDeleted" msprop:Generator_RowClassName="po_detailRow" msprop:Generator_UserTableName="po_detail" msprop:Generator_RowEvArgName="po_detailRowChangeEvent">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="poNumber" msprop:Generator_ColumnVarNameInTable="columnpoNumber" msprop:Generator_ColumnPropNameInRow="poNumber" msprop:Generator_ColumnPropNameInTable="poNumberColumn" msprop:Generator_UserColumnName="poNumber" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="8" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="soNumber" msprop:Generator_ColumnVarNameInTable="columnsoNumber" msprop:Generator_ColumnPropNameInRow="soNumber" msprop:Generator_ColumnPropNameInTable="soNumberColumn" msprop:Generator_UserColumnName="soNumber" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="7" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="poDate" msprop:Generator_ColumnVarNameInTable="columnpoDate" msprop:Generator_ColumnPropNameInRow="poDate" msprop:Generator_ColumnPropNameInTable="poDateColumn" msprop:Generator_UserColumnName="poDate" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="poLine" msprop:Generator_ColumnVarNameInTable="columnpoLine" msprop:Generator_ColumnPropNameInRow="poLine" msprop:Generator_ColumnPropNameInTable="poLineColumn" msprop:Generator_UserColumnName="poLine" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="custPoLine" msprop:Generator_ColumnVarNameInTable="columncustPoLine" msprop:Generator_ColumnPropNameInRow="custPoLine" msprop:Generator_ColumnPropNameInTable="custPoLineColumn" msprop:Generator_UserColumnName="custPoLine" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="soline" msprop:Generator_ColumnVarNameInTable="columnsoline" msprop:Generator_ColumnPropNameInRow="soline" msprop:Generator_ColumnPropNameInTable="solineColumn" msprop:Generator_UserColumnName="soline">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="1" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="alvsoline" msprop:Generator_ColumnVarNameInTable="columnalvsoline" msprop:Generator_ColumnPropNameInRow="alvsoline" msprop:Generator_ColumnPropNameInTable="alvsolineColumn" msprop:Generator_UserColumnName="alvsoline" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="duedate" msprop:Generator_ColumnVarNameInTable="columnduedate" msprop:Generator_ColumnPropNameInRow="duedate" msprop:Generator_ColumnPropNameInTable="duedateColumn" msprop:Generator_UserColumnName="duedate" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="custpartnumber" msprop:Generator_ColumnVarNameInTable="columncustpartnumber" msprop:Generator_ColumnPropNameInRow="custpartnumber" msprop:Generator_ColumnPropNameInTable="custpartnumberColumn" msprop:Generator_UserColumnName="custpartnumber" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="25" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="parentpartnumber" msprop:Generator_ColumnVarNameInTable="columnparentpartnumber" msprop:Generator_ColumnPropNameInRow="parentpartnumber" msprop:Generator_ColumnPropNameInTable="parentpartnumberColumn" msprop:Generator_UserColumnName="parentpartnumber">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="1" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="childpartnumber" msprop:Generator_ColumnVarNameInTable="columnchildpartnumber" msprop:Generator_ColumnPropNameInRow="childpartnumber" msprop:Generator_ColumnPropNameInTable="childpartnumberColumn" msprop:Generator_UserColumnName="childpartnumber">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="1" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="quantity" msprop:Generator_ColumnVarNameInTable="columnquantity" msprop:Generator_ColumnPropNameInRow="quantity" msprop:Generator_ColumnPropNameInTable="quantityColumn" msprop:Generator_UserColumnName="quantity" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="custpart" msprop:Generator_ColumnVarNameInTable="columncustpart" msprop:Generator_ColumnPropNameInRow="custpart" msprop:Generator_ColumnPropNameInTable="custpartColumn" msprop:Generator_UserColumnName="custpart" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="40" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="custpartno" msprop:Generator_ColumnVarNameInTable="columncustpartno" msprop:Generator_ColumnPropNameInRow="custpartno" msprop:Generator_ColumnPropNameInTable="custpartnoColumn" msprop:Generator_UserColumnName="custpartno" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="custpartdesc" msprop:Generator_ColumnVarNameInTable="columncustpartdesc" msprop:Generator_ColumnPropNameInRow="custpartdesc" msprop:Generator_ColumnPropNameInTable="custpartdescColumn" msprop:Generator_UserColumnName="custpartdesc" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="48" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="custgif" msprop:Generator_ColumnVarNameInTable="columncustgif" msprop:Generator_ColumnPropNameInRow="custgif" msprop:Generator_ColumnPropNameInTable="custgifColumn" msprop:Generator_UserColumnName="custgif" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="24" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="targetDate" msprop:Generator_ColumnVarNameInTable="columntargetDate" msprop:Generator_ColumnPropNameInRow="targetDate" msprop:Generator_ColumnPropNameInTable="targetDateColumn" msprop:Generator_UserColumnName="targetDate" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="flag2" msprop:Generator_ColumnVarNameInTable="columnflag2" msprop:Generator_ColumnPropNameInRow="flag2" msprop:Generator_ColumnPropNameInTable="flag2Column" msprop:Generator_UserColumnName="flag2" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="1" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="flag3" msprop:Generator_ColumnVarNameInTable="columnflag3" msprop:Generator_ColumnPropNameInRow="flag3" msprop:Generator_ColumnPropNameInTable="flag3Column" msprop:Generator_UserColumnName="flag3" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="1" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="remarks" msprop:Generator_ColumnVarNameInTable="columnremarks" msprop:Generator_ColumnPropNameInRow="remarks" msprop:Generator_ColumnPropNameInTable="remarksColumn" msprop:Generator_UserColumnName="remarks" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="lineComments" msprop:Generator_ColumnVarNameInTable="columnlineComments" msprop:Generator_ColumnPropNameInRow="lineComments" msprop:Generator_ColumnPropNameInTable="lineCommentsColumn" msprop:Generator_UserColumnName="lineComments" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="1040" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="po_detail_backup" msprop:Generator_TableClassName="po_detail_backupDataTable" msprop:Generator_TableVarName="tablepo_detail_backup" msprop:Generator_RowChangedName="po_detail_backupRowChanged" msprop:Generator_TablePropName="po_detail_backup" msprop:Generator_RowDeletingName="po_detail_backupRowDeleting" msprop:Generator_RowChangingName="po_detail_backupRowChanging" msprop:Generator_RowEvHandlerName="po_detail_backupRowChangeEventHandler" msprop:Generator_RowDeletedName="po_detail_backupRowDeleted" msprop:Generator_RowClassName="po_detail_backupRow" msprop:Generator_UserTableName="po_detail_backup" msprop:Generator_RowEvArgName="po_detail_backupRowChangeEvent">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="Company" msprop:Generator_ColumnVarNameInTable="columnCompany" msprop:Generator_ColumnPropNameInRow="Company" msprop:Generator_ColumnPropNameInTable="CompanyColumn" msprop:Generator_UserColumnName="Company" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="CodeType" msprop:Generator_ColumnVarNameInTable="columnCodeType" msprop:Generator_ColumnPropNameInRow="CodeType" msprop:Generator_ColumnPropNameInTable="CodeTypeColumn" msprop:Generator_UserColumnName="CodeType" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="1" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="TypHD" msprop:Generator_ColumnVarNameInTable="columnTypHD" msprop:Generator_ColumnPropNameInRow="TypHD" msprop:Generator_ColumnPropNameInTable="TypHDColumn" msprop:Generator_UserColumnName="TypHD" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="10" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="ModeHD" msprop:Generator_ColumnVarNameInTable="columnModeHD" msprop:Generator_ColumnPropNameInRow="ModeHD" msprop:Generator_ColumnPropNameInTable="ModeHDColumn" msprop:Generator_UserColumnName="ModeHD" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="20" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="PONUmber" msprop:Generator_ColumnVarNameInTable="columnPONUmber" msprop:Generator_ColumnPropNameInRow="PONUmber" msprop:Generator_ColumnPropNameInTable="PONUmberColumn" msprop:Generator_UserColumnName="PONUmber" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="8" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="SONumber" msprop:Generator_ColumnVarNameInTable="columnSONumber" msprop:Generator_ColumnPropNameInRow="SONumber" msprop:Generator_ColumnPropNameInTable="SONumberColumn" msprop:Generator_UserColumnName="SONumber" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="7" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="PODate" msprop:Generator_ColumnVarNameInTable="columnPODate" msprop:Generator_ColumnPropNameInRow="PODate" msprop:Generator_ColumnPropNameInTable="PODateColumn" msprop:Generator_UserColumnName="PODate" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="POLine" msprop:Generator_ColumnVarNameInTable="columnPOLine" msprop:Generator_ColumnPropNameInRow="POLine" msprop:Generator_ColumnPropNameInTable="POLineColumn" msprop:Generator_UserColumnName="POLine" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="CustPOLine" msprop:Generator_ColumnVarNameInTable="columnCustPOLine" msprop:Generator_ColumnPropNameInRow="CustPOLine" msprop:Generator_ColumnPropNameInTable="CustPOLineColumn" msprop:Generator_UserColumnName="CustPOLine" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="SOLine" msprop:Generator_ColumnVarNameInTable="columnSOLine" msprop:Generator_ColumnPropNameInRow="SOLine" msprop:Generator_ColumnPropNameInTable="SOLineColumn" msprop:Generator_UserColumnName="SOLine">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="1" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DueDate" msprop:Generator_ColumnVarNameInTable="columnDueDate" msprop:Generator_ColumnPropNameInRow="DueDate" msprop:Generator_ColumnPropNameInTable="DueDateColumn" msprop:Generator_UserColumnName="DueDate" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="CustPartNumber" msprop:Generator_ColumnVarNameInTable="columnCustPartNumber" msprop:Generator_ColumnPropNameInRow="CustPartNumber" msprop:Generator_ColumnPropNameInTable="CustPartNumberColumn" msprop:Generator_UserColumnName="CustPartNumber" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="15" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="ParentPartNumber" msprop:Generator_ColumnVarNameInTable="columnParentPartNumber" msprop:Generator_ColumnPropNameInRow="ParentPartNumber" msprop:Generator_ColumnPropNameInTable="ParentPartNumberColumn" msprop:Generator_UserColumnName="ParentPartNumber">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="1" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="ChildPartNumber" msprop:Generator_ColumnVarNameInTable="columnChildPartNumber" msprop:Generator_ColumnPropNameInRow="ChildPartNumber" msprop:Generator_ColumnPropNameInTable="ChildPartNumberColumn" msprop:Generator_UserColumnName="ChildPartNumber">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="1" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="quantity" msprop:Generator_ColumnVarNameInTable="columnquantity" msprop:Generator_ColumnPropNameInRow="quantity" msprop:Generator_ColumnPropNameInTable="quantityColumn" msprop:Generator_UserColumnName="quantity" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="ParentPrice" msprop:Generator_ColumnVarNameInTable="columnParentPrice" msprop:Generator_ColumnPropNameInRow="ParentPrice" msprop:Generator_ColumnPropNameInTable="ParentPriceColumn" msprop:Generator_UserColumnName="ParentPrice" type="xs:int" />
|
|
<xs:element name="s21Price" msprop:Generator_ColumnVarNameInTable="columns21Price" msprop:Generator_ColumnPropNameInRow="s21Price" msprop:Generator_ColumnPropNameInTable="s21PriceColumn" msprop:Generator_UserColumnName="s21Price" type="xs:int" />
|
|
<xs:element name="UnitofMeasure" msprop:Generator_ColumnVarNameInTable="columnUnitofMeasure" msprop:Generator_ColumnPropNameInRow="UnitofMeasure" msprop:Generator_ColumnPropNameInTable="UnitofMeasureColumn" msprop:Generator_UserColumnName="UnitofMeasure" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="TargetDate" msprop:Generator_ColumnVarNameInTable="columnTargetDate" msprop:Generator_ColumnPropNameInRow="TargetDate" msprop:Generator_ColumnPropNameInTable="TargetDateColumn" msprop:Generator_UserColumnName="TargetDate" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="CustPart" msprop:Generator_ColumnVarNameInTable="columnCustPart" msprop:Generator_ColumnPropNameInRow="CustPart" msprop:Generator_ColumnPropNameInTable="CustPartColumn" msprop:Generator_UserColumnName="CustPart" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="40" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="CustPartDesc" msprop:Generator_ColumnVarNameInTable="columnCustPartDesc" msprop:Generator_ColumnPropNameInRow="CustPartDesc" msprop:Generator_ColumnPropNameInTable="CustPartDescColumn" msprop:Generator_UserColumnName="CustPartDesc" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="48" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="CustGif" msprop:Generator_ColumnVarNameInTable="columnCustGif" msprop:Generator_ColumnPropNameInRow="CustGif" msprop:Generator_ColumnPropNameInTable="CustGifColumn" msprop:Generator_UserColumnName="CustGif" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="24" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Flag" msprop:Generator_ColumnVarNameInTable="columnFlag" msprop:Generator_ColumnPropNameInRow="Flag" msprop:Generator_ColumnPropNameInTable="FlagColumn" msprop:Generator_UserColumnName="Flag" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="1" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Flag1" msprop:Generator_ColumnVarNameInTable="columnFlag1" msprop:Generator_ColumnPropNameInRow="Flag1" msprop:Generator_ColumnPropNameInTable="Flag1Column" msprop:Generator_UserColumnName="Flag1" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="1" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Flag2" msprop:Generator_ColumnVarNameInTable="columnFlag2" msprop:Generator_ColumnPropNameInRow="Flag2" msprop:Generator_ColumnPropNameInTable="Flag2Column" msprop:Generator_UserColumnName="Flag2" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="1" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Flag3" msprop:Generator_ColumnVarNameInTable="columnFlag3" msprop:Generator_ColumnPropNameInRow="Flag3" msprop:Generator_ColumnPropNameInTable="Flag3Column" msprop:Generator_UserColumnName="Flag3" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="1" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Remarks" msprop:Generator_ColumnVarNameInTable="columnRemarks" msprop:Generator_ColumnPropNameInRow="Remarks" msprop:Generator_ColumnPropNameInTable="RemarksColumn" msprop:Generator_UserColumnName="Remarks" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Field1" msprop:Generator_ColumnVarNameInTable="columnField1" msprop:Generator_ColumnPropNameInRow="Field1" msprop:Generator_ColumnPropNameInTable="Field1Column" msprop:Generator_UserColumnName="Field1" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Field2" msprop:Generator_ColumnVarNameInTable="columnField2" msprop:Generator_ColumnPropNameInRow="Field2" msprop:Generator_ColumnPropNameInTable="Field2Column" msprop:Generator_UserColumnName="Field2" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Field3" msprop:Generator_ColumnVarNameInTable="columnField3" msprop:Generator_ColumnPropNameInRow="Field3" msprop:Generator_ColumnPropNameInTable="Field3Column" msprop:Generator_UserColumnName="Field3" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LineComments" msprop:Generator_ColumnVarNameInTable="columnLineComments" msprop:Generator_ColumnPropNameInRow="LineComments" msprop:Generator_ColumnPropNameInTable="LineCommentsColumn" msprop:Generator_UserColumnName="LineComments" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="1040" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DateCreated" msprop:Generator_ColumnVarNameInTable="columnDateCreated" msprop:Generator_ColumnPropNameInRow="DateCreated" msprop:Generator_ColumnPropNameInTable="DateCreatedColumn" msprop:Generator_UserColumnName="DateCreated" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="TimeCreated" msprop:Generator_ColumnVarNameInTable="columnTimeCreated" msprop:Generator_ColumnPropNameInRow="TimeCreated" msprop:Generator_ColumnPropNameInTable="TimeCreatedColumn" msprop:Generator_UserColumnName="TimeCreated" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="10" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="10" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DateLastChanged" msprop:Generator_ColumnVarNameInTable="columnDateLastChanged" msprop:Generator_ColumnPropNameInRow="DateLastChanged" msprop:Generator_ColumnPropNameInTable="DateLastChangedColumn" msprop:Generator_UserColumnName="DateLastChanged" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="10" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="po_detail_temp" msprop:Generator_TableClassName="po_detail_tempDataTable" msprop:Generator_TableVarName="tablepo_detail_temp" msprop:Generator_RowChangedName="po_detail_tempRowChanged" msprop:Generator_TablePropName="po_detail_temp" msprop:Generator_RowDeletingName="po_detail_tempRowDeleting" msprop:Generator_RowChangingName="po_detail_tempRowChanging" msprop:Generator_RowEvHandlerName="po_detail_tempRowChangeEventHandler" msprop:Generator_RowDeletedName="po_detail_tempRowDeleted" msprop:Generator_RowClassName="po_detail_tempRow" msprop:Generator_UserTableName="po_detail_temp" msprop:Generator_RowEvArgName="po_detail_tempRowChangeEvent">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="Company" msprop:Generator_ColumnVarNameInTable="columnCompany" msprop:Generator_ColumnPropNameInRow="Company" msprop:Generator_ColumnPropNameInTable="CompanyColumn" msprop:Generator_UserColumnName="Company" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="CodeType" msprop:Generator_ColumnVarNameInTable="columnCodeType" msprop:Generator_ColumnPropNameInRow="CodeType" msprop:Generator_ColumnPropNameInTable="CodeTypeColumn" msprop:Generator_UserColumnName="CodeType" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="1" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="TypHD" msprop:Generator_ColumnVarNameInTable="columnTypHD" msprop:Generator_ColumnPropNameInRow="TypHD" msprop:Generator_ColumnPropNameInTable="TypHDColumn" msprop:Generator_UserColumnName="TypHD" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="10" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="ModeHD" msprop:Generator_ColumnVarNameInTable="columnModeHD" msprop:Generator_ColumnPropNameInRow="ModeHD" msprop:Generator_ColumnPropNameInTable="ModeHDColumn" msprop:Generator_UserColumnName="ModeHD" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="20" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="PONumber" msprop:Generator_ColumnVarNameInTable="columnPONumber" msprop:Generator_ColumnPropNameInRow="PONumber" msprop:Generator_ColumnPropNameInTable="PONumberColumn" msprop:Generator_UserColumnName="PONumber" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="8" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="SONumber" msprop:Generator_ColumnVarNameInTable="columnSONumber" msprop:Generator_ColumnPropNameInRow="SONumber" msprop:Generator_ColumnPropNameInTable="SONumberColumn" msprop:Generator_UserColumnName="SONumber" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="7" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="PODate" msprop:Generator_ColumnVarNameInTable="columnPODate" msprop:Generator_ColumnPropNameInRow="PODate" msprop:Generator_ColumnPropNameInTable="PODateColumn" msprop:Generator_UserColumnName="PODate" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="POLine" msprop:Generator_ColumnVarNameInTable="columnPOLine" msprop:Generator_ColumnPropNameInRow="POLine" msprop:Generator_ColumnPropNameInTable="POLineColumn" msprop:Generator_UserColumnName="POLine" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="CustPOLine" msprop:Generator_ColumnVarNameInTable="columnCustPOLine" msprop:Generator_ColumnPropNameInRow="CustPOLine" msprop:Generator_ColumnPropNameInTable="CustPOLineColumn" msprop:Generator_UserColumnName="CustPOLine" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="SOLine" msprop:Generator_ColumnVarNameInTable="columnSOLine" msprop:Generator_ColumnPropNameInRow="SOLine" msprop:Generator_ColumnPropNameInTable="SOLineColumn" msprop:Generator_UserColumnName="SOLine">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="1" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="AlvSOLine" msprop:Generator_ColumnVarNameInTable="columnAlvSOLine" msprop:Generator_ColumnPropNameInRow="AlvSOLine" msprop:Generator_ColumnPropNameInTable="AlvSOLineColumn" msprop:Generator_UserColumnName="AlvSOLine" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="DueDate" msprop:Generator_ColumnVarNameInTable="columnDueDate" msprop:Generator_ColumnPropNameInRow="DueDate" msprop:Generator_ColumnPropNameInTable="DueDateColumn" msprop:Generator_UserColumnName="DueDate" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="CustPartNumber" msprop:Generator_ColumnVarNameInTable="columnCustPartNumber" msprop:Generator_ColumnPropNameInRow="CustPartNumber" msprop:Generator_ColumnPropNameInTable="CustPartNumberColumn" msprop:Generator_UserColumnName="CustPartNumber" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="15" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="ParentPartNumber" msprop:Generator_ColumnVarNameInTable="columnParentPartNumber" msprop:Generator_ColumnPropNameInRow="ParentPartNumber" msprop:Generator_ColumnPropNameInTable="ParentPartNumberColumn" msprop:Generator_UserColumnName="ParentPartNumber">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="1" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="ChildPartNumber" msprop:Generator_ColumnVarNameInTable="columnChildPartNumber" msprop:Generator_ColumnPropNameInRow="ChildPartNumber" msprop:Generator_ColumnPropNameInTable="ChildPartNumberColumn" msprop:Generator_UserColumnName="ChildPartNumber">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="1" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="quantity" msprop:Generator_ColumnVarNameInTable="columnquantity" msprop:Generator_ColumnPropNameInRow="quantity" msprop:Generator_ColumnPropNameInTable="quantityColumn" msprop:Generator_UserColumnName="quantity" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="ParentPrice" msprop:Generator_ColumnVarNameInTable="columnParentPrice" msprop:Generator_ColumnPropNameInRow="ParentPrice" msprop:Generator_ColumnPropNameInTable="ParentPriceColumn" msprop:Generator_UserColumnName="ParentPrice" type="xs:int" />
|
|
<xs:element name="s21Price" msprop:Generator_ColumnVarNameInTable="columns21Price" msprop:Generator_ColumnPropNameInRow="s21Price" msprop:Generator_ColumnPropNameInTable="s21PriceColumn" msprop:Generator_UserColumnName="s21Price" type="xs:int" />
|
|
<xs:element name="UnitofMeasure" msprop:Generator_ColumnVarNameInTable="columnUnitofMeasure" msprop:Generator_ColumnPropNameInRow="UnitofMeasure" msprop:Generator_ColumnPropNameInTable="UnitofMeasureColumn" msprop:Generator_UserColumnName="UnitofMeasure" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="TargetDate" msprop:Generator_ColumnVarNameInTable="columnTargetDate" msprop:Generator_ColumnPropNameInRow="TargetDate" msprop:Generator_ColumnPropNameInTable="TargetDateColumn" msprop:Generator_UserColumnName="TargetDate" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="CustPart" msprop:Generator_ColumnVarNameInTable="columnCustPart" msprop:Generator_ColumnPropNameInRow="CustPart" msprop:Generator_ColumnPropNameInTable="CustPartColumn" msprop:Generator_UserColumnName="CustPart" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="40" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="CustPartNo" msprop:Generator_ColumnVarNameInTable="columnCustPartNo" msprop:Generator_ColumnPropNameInRow="CustPartNo" msprop:Generator_ColumnPropNameInTable="CustPartNoColumn" msprop:Generator_UserColumnName="CustPartNo" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="CustPartDesc" msprop:Generator_ColumnVarNameInTable="columnCustPartDesc" msprop:Generator_ColumnPropNameInRow="CustPartDesc" msprop:Generator_ColumnPropNameInTable="CustPartDescColumn" msprop:Generator_UserColumnName="CustPartDesc" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="48" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="CustGif" msprop:Generator_ColumnVarNameInTable="columnCustGif" msprop:Generator_ColumnPropNameInRow="CustGif" msprop:Generator_ColumnPropNameInTable="CustGifColumn" msprop:Generator_UserColumnName="CustGif" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="24" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Flag" msprop:Generator_ColumnVarNameInTable="columnFlag" msprop:Generator_ColumnPropNameInRow="Flag" msprop:Generator_ColumnPropNameInTable="FlagColumn" msprop:Generator_UserColumnName="Flag" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="1" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Flag1" msprop:Generator_ColumnVarNameInTable="columnFlag1" msprop:Generator_ColumnPropNameInRow="Flag1" msprop:Generator_ColumnPropNameInTable="Flag1Column" msprop:Generator_UserColumnName="Flag1" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="1" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Flag2" msprop:Generator_ColumnVarNameInTable="columnFlag2" msprop:Generator_ColumnPropNameInRow="Flag2" msprop:Generator_ColumnPropNameInTable="Flag2Column" msprop:Generator_UserColumnName="Flag2" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="1" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Flag3" msprop:Generator_ColumnVarNameInTable="columnFlag3" msprop:Generator_ColumnPropNameInRow="Flag3" msprop:Generator_ColumnPropNameInTable="Flag3Column" msprop:Generator_UserColumnName="Flag3" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="1" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Remarks" msprop:Generator_ColumnVarNameInTable="columnRemarks" msprop:Generator_ColumnPropNameInRow="Remarks" msprop:Generator_ColumnPropNameInTable="RemarksColumn" msprop:Generator_UserColumnName="Remarks" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Field1" msprop:Generator_ColumnVarNameInTable="columnField1" msprop:Generator_ColumnPropNameInRow="Field1" msprop:Generator_ColumnPropNameInTable="Field1Column" msprop:Generator_UserColumnName="Field1" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Field2" msprop:Generator_ColumnVarNameInTable="columnField2" msprop:Generator_ColumnPropNameInRow="Field2" msprop:Generator_ColumnPropNameInTable="Field2Column" msprop:Generator_UserColumnName="Field2" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Field3" msprop:Generator_ColumnVarNameInTable="columnField3" msprop:Generator_ColumnPropNameInRow="Field3" msprop:Generator_ColumnPropNameInTable="Field3Column" msprop:Generator_UserColumnName="Field3" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LineComments" msprop:Generator_ColumnVarNameInTable="columnLineComments" msprop:Generator_ColumnPropNameInRow="LineComments" msprop:Generator_ColumnPropNameInTable="LineCommentsColumn" msprop:Generator_UserColumnName="LineComments" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="1040" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DateCreated" msprop:Generator_ColumnVarNameInTable="columnDateCreated" msprop:Generator_ColumnPropNameInRow="DateCreated" msprop:Generator_ColumnPropNameInTable="DateCreatedColumn" msprop:Generator_UserColumnName="DateCreated" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="TimeCreated" msprop:Generator_ColumnVarNameInTable="columnTimeCreated" msprop:Generator_ColumnPropNameInRow="TimeCreated" msprop:Generator_ColumnPropNameInTable="TimeCreatedColumn" msprop:Generator_UserColumnName="TimeCreated" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="10" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="10" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DateLastChanged" msprop:Generator_ColumnVarNameInTable="columnDateLastChanged" msprop:Generator_ColumnPropNameInRow="DateLastChanged" msprop:Generator_ColumnPropNameInTable="DateLastChangedColumn" msprop:Generator_UserColumnName="DateLastChanged" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="10" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="po_header" msprop:Generator_TableClassName="po_headerDataTable" msprop:Generator_TableVarName="tablepo_header" msprop:Generator_RowChangedName="po_headerRowChanged" msprop:Generator_TablePropName="po_header" msprop:Generator_RowDeletingName="po_headerRowDeleting" msprop:Generator_RowChangingName="po_headerRowChanging" msprop:Generator_RowEvHandlerName="po_headerRowChangeEventHandler" msprop:Generator_RowDeletedName="po_headerRowDeleted" msprop:Generator_RowClassName="po_headerRow" msprop:Generator_UserTableName="po_header" msprop:Generator_RowEvArgName="po_headerRowChangeEvent">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="Company" msprop:Generator_ColumnVarNameInTable="columnCompany" msprop:Generator_ColumnPropNameInRow="Company" msprop:Generator_ColumnPropNameInTable="CompanyColumn" msprop:Generator_UserColumnName="Company" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="CodeType" msprop:Generator_ColumnVarNameInTable="columnCodeType" msprop:Generator_ColumnPropNameInRow="CodeType" msprop:Generator_ColumnPropNameInTable="CodeTypeColumn" msprop:Generator_UserColumnName="CodeType" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="1" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="TypeHD" msprop:Generator_ColumnVarNameInTable="columnTypeHD" msprop:Generator_ColumnPropNameInRow="TypeHD" msprop:Generator_ColumnPropNameInTable="TypeHDColumn" msprop:Generator_UserColumnName="TypeHD" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="10" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="ModeHD" msprop:Generator_ColumnVarNameInTable="columnModeHD" msprop:Generator_ColumnPropNameInRow="ModeHD" msprop:Generator_ColumnPropNameInTable="ModeHDColumn" msprop:Generator_UserColumnName="ModeHD" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="20" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Prefix" msprop:Generator_ColumnVarNameInTable="columnPrefix" msprop:Generator_ColumnPropNameInRow="Prefix" msprop:Generator_ColumnPropNameInTable="PrefixColumn" msprop:Generator_UserColumnName="Prefix" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="GenDate" msprop:Generator_ColumnVarNameInTable="columnGenDate" msprop:Generator_ColumnPropNameInRow="GenDate" msprop:Generator_ColumnPropNameInTable="GenDateColumn" msprop:Generator_UserColumnName="GenDate" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="GenHour" msprop:Generator_ColumnVarNameInTable="columnGenHour" msprop:Generator_ColumnPropNameInRow="GenHour" msprop:Generator_ColumnPropNameInTable="GenHourColumn" msprop:Generator_UserColumnName="GenHour" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="PONumber" msprop:Generator_ColumnVarNameInTable="columnPONumber" msprop:Generator_ColumnPropNameInRow="PONumber" msprop:Generator_ColumnPropNameInTable="PONumberColumn" msprop:Generator_UserColumnName="PONumber" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="8" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="PONumberPrev" msprop:Generator_ColumnVarNameInTable="columnPONumberPrev" msprop:Generator_ColumnPropNameInRow="PONumberPrev" msprop:Generator_ColumnPropNameInTable="PONumberPrevColumn" msprop:Generator_UserColumnName="PONumberPrev" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="8" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="SONumber" msprop:Generator_ColumnVarNameInTable="columnSONumber" msprop:Generator_ColumnPropNameInRow="SONumber" msprop:Generator_ColumnPropNameInTable="SONumberColumn" msprop:Generator_UserColumnName="SONumber" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="7" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="PODate" msprop:Generator_ColumnVarNameInTable="columnPODate" msprop:Generator_ColumnPropNameInRow="PODate" msprop:Generator_ColumnPropNameInTable="PODateColumn" msprop:Generator_UserColumnName="PODate" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="Revision" msprop:Generator_ColumnVarNameInTable="columnRevision" msprop:Generator_ColumnPropNameInRow="Revision" msprop:Generator_ColumnPropNameInTable="RevisionColumn" msprop:Generator_UserColumnName="Revision" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="Status" msprop:Generator_ColumnVarNameInTable="columnStatus" msprop:Generator_ColumnPropNameInRow="Status" msprop:Generator_ColumnPropNameInTable="StatusColumn" msprop:Generator_UserColumnName="Status" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="AlvSO" msprop:Generator_ColumnVarNameInTable="columnAlvSO" msprop:Generator_ColumnPropNameInRow="AlvSO" msprop:Generator_ColumnPropNameInTable="AlvSOColumn" msprop:Generator_UserColumnName="AlvSO" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="10" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="CustPO" msprop:Generator_ColumnVarNameInTable="columnCustPO" msprop:Generator_ColumnPropNameInRow="CustPO" msprop:Generator_ColumnPropNameInTable="CustPOColumn" msprop:Generator_UserColumnName="CustPO" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="8" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="ShipVia" msprop:Generator_ColumnVarNameInTable="columnShipVia" msprop:Generator_ColumnPropNameInRow="ShipVia" msprop:Generator_ColumnPropNameInTable="ShipViaColumn" msprop:Generator_UserColumnName="ShipVia" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="20" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="ShipTo" msprop:Generator_ColumnVarNameInTable="columnShipTo" msprop:Generator_ColumnPropNameInRow="ShipTo" msprop:Generator_ColumnPropNameInTable="ShipToColumn" msprop:Generator_UserColumnName="ShipTo" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="28" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="SipAdd1" msprop:Generator_ColumnVarNameInTable="columnSipAdd1" msprop:Generator_ColumnPropNameInRow="SipAdd1" msprop:Generator_ColumnPropNameInTable="SipAdd1Column" msprop:Generator_UserColumnName="SipAdd1" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="28" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="ShipAdd2" msprop:Generator_ColumnVarNameInTable="columnShipAdd2" msprop:Generator_ColumnPropNameInRow="ShipAdd2" msprop:Generator_ColumnPropNameInTable="ShipAdd2Column" msprop:Generator_UserColumnName="ShipAdd2" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="28" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="ShipAdd3" msprop:Generator_ColumnVarNameInTable="columnShipAdd3" msprop:Generator_ColumnPropNameInRow="ShipAdd3" msprop:Generator_ColumnPropNameInTable="ShipAdd3Column" msprop:Generator_UserColumnName="ShipAdd3" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="28" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="City" msprop:Generator_ColumnVarNameInTable="columnCity" msprop:Generator_ColumnPropNameInRow="City" msprop:Generator_ColumnPropNameInTable="CityColumn" msprop:Generator_UserColumnName="City" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="20" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="State" msprop:Generator_ColumnVarNameInTable="columnState" msprop:Generator_ColumnPropNameInRow="State" msprop:Generator_ColumnPropNameInTable="StateColumn" msprop:Generator_UserColumnName="State" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="4" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="PostalCode" msprop:Generator_ColumnVarNameInTable="columnPostalCode" msprop:Generator_ColumnPropNameInRow="PostalCode" msprop:Generator_ColumnPropNameInTable="PostalCodeColumn" msprop:Generator_UserColumnName="PostalCode" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="10" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="CountryCode" msprop:Generator_ColumnVarNameInTable="columnCountryCode" msprop:Generator_ColumnPropNameInRow="CountryCode" msprop:Generator_ColumnPropNameInTable="CountryCodeColumn" msprop:Generator_UserColumnName="CountryCode" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="28" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="ShipToNum" msprop:Generator_ColumnVarNameInTable="columnShipToNum" msprop:Generator_ColumnPropNameInRow="ShipToNum" msprop:Generator_ColumnPropNameInTable="ShipToNumColumn" msprop:Generator_UserColumnName="ShipToNum" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="20" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Flag0" msprop:Generator_ColumnVarNameInTable="columnFlag0" msprop:Generator_ColumnPropNameInRow="Flag0" msprop:Generator_ColumnPropNameInTable="Flag0Column" msprop:Generator_UserColumnName="Flag0" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="1" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Flag1" msprop:Generator_ColumnVarNameInTable="columnFlag1" msprop:Generator_ColumnPropNameInRow="Flag1" msprop:Generator_ColumnPropNameInTable="Flag1Column" msprop:Generator_UserColumnName="Flag1" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="1" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Flag2" msprop:Generator_ColumnVarNameInTable="columnFlag2" msprop:Generator_ColumnPropNameInRow="Flag2" msprop:Generator_ColumnPropNameInTable="Flag2Column" msprop:Generator_UserColumnName="Flag2" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="1" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Flag3" msprop:Generator_ColumnVarNameInTable="columnFlag3" msprop:Generator_ColumnPropNameInRow="Flag3" msprop:Generator_ColumnPropNameInTable="Flag3Column" msprop:Generator_UserColumnName="Flag3" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="1" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Remark" msprop:Generator_ColumnVarNameInTable="columnRemark" msprop:Generator_ColumnPropNameInRow="Remark" msprop:Generator_ColumnPropNameInTable="RemarkColumn" msprop:Generator_UserColumnName="Remark" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Fild1" msprop:Generator_ColumnVarNameInTable="columnFild1" msprop:Generator_ColumnPropNameInRow="Fild1" msprop:Generator_ColumnPropNameInTable="Fild1Column" msprop:Generator_UserColumnName="Fild1" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Fild2" msprop:Generator_ColumnVarNameInTable="columnFild2" msprop:Generator_ColumnPropNameInRow="Fild2" msprop:Generator_ColumnPropNameInTable="Fild2Column" msprop:Generator_UserColumnName="Fild2" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Fild3" msprop:Generator_ColumnVarNameInTable="columnFild3" msprop:Generator_ColumnPropNameInRow="Fild3" msprop:Generator_ColumnPropNameInTable="Fild3Column" msprop:Generator_UserColumnName="Fild3" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Fild4" msprop:Generator_ColumnVarNameInTable="columnFild4" msprop:Generator_ColumnPropNameInRow="Fild4" msprop:Generator_ColumnPropNameInTable="Fild4Column" msprop:Generator_UserColumnName="Fild4" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Fild5" msprop:Generator_ColumnVarNameInTable="columnFild5" msprop:Generator_ColumnPropNameInRow="Fild5" msprop:Generator_ColumnPropNameInTable="Fild5Column" msprop:Generator_UserColumnName="Fild5" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Comments" msprop:Generator_ColumnVarNameInTable="columnComments" msprop:Generator_ColumnPropNameInRow="Comments" msprop:Generator_ColumnPropNameInTable="CommentsColumn" msprop:Generator_UserColumnName="Comments" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="1040" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DateCreated" msprop:Generator_ColumnVarNameInTable="columnDateCreated" msprop:Generator_ColumnPropNameInRow="DateCreated" msprop:Generator_ColumnPropNameInTable="DateCreatedColumn" msprop:Generator_UserColumnName="DateCreated" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="TimeCreated" msprop:Generator_ColumnVarNameInTable="columnTimeCreated" msprop:Generator_ColumnPropNameInRow="TimeCreated" msprop:Generator_ColumnPropNameInTable="TimeCreatedColumn" msprop:Generator_UserColumnName="TimeCreated" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="10" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="10" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DateLastChanged" msprop:Generator_ColumnVarNameInTable="columnDateLastChanged" msprop:Generator_ColumnPropNameInRow="DateLastChanged" msprop:Generator_ColumnPropNameInTable="DateLastChangedColumn" msprop:Generator_UserColumnName="DateLastChanged" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="10" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="po_header_backup" msprop:Generator_TableClassName="po_header_backupDataTable" msprop:Generator_TableVarName="tablepo_header_backup" msprop:Generator_RowChangedName="po_header_backupRowChanged" msprop:Generator_TablePropName="po_header_backup" msprop:Generator_RowDeletingName="po_header_backupRowDeleting" msprop:Generator_RowChangingName="po_header_backupRowChanging" msprop:Generator_RowEvHandlerName="po_header_backupRowChangeEventHandler" msprop:Generator_RowDeletedName="po_header_backupRowDeleted" msprop:Generator_RowClassName="po_header_backupRow" msprop:Generator_UserTableName="po_header_backup" msprop:Generator_RowEvArgName="po_header_backupRowChangeEvent">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="Company" msprop:Generator_ColumnVarNameInTable="columnCompany" msprop:Generator_ColumnPropNameInRow="Company" msprop:Generator_ColumnPropNameInTable="CompanyColumn" msprop:Generator_UserColumnName="Company" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="CodeType" msprop:Generator_ColumnVarNameInTable="columnCodeType" msprop:Generator_ColumnPropNameInRow="CodeType" msprop:Generator_ColumnPropNameInTable="CodeTypeColumn" msprop:Generator_UserColumnName="CodeType" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="1" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="TypeHD" msprop:Generator_ColumnVarNameInTable="columnTypeHD" msprop:Generator_ColumnPropNameInRow="TypeHD" msprop:Generator_ColumnPropNameInTable="TypeHDColumn" msprop:Generator_UserColumnName="TypeHD" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="10" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="ModeHD" msprop:Generator_ColumnVarNameInTable="columnModeHD" msprop:Generator_ColumnPropNameInRow="ModeHD" msprop:Generator_ColumnPropNameInTable="ModeHDColumn" msprop:Generator_UserColumnName="ModeHD" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="20" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Prefix" msprop:Generator_ColumnVarNameInTable="columnPrefix" msprop:Generator_ColumnPropNameInRow="Prefix" msprop:Generator_ColumnPropNameInTable="PrefixColumn" msprop:Generator_UserColumnName="Prefix" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="GenDate" msprop:Generator_ColumnVarNameInTable="columnGenDate" msprop:Generator_ColumnPropNameInRow="GenDate" msprop:Generator_ColumnPropNameInTable="GenDateColumn" msprop:Generator_UserColumnName="GenDate" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="GenHour" msprop:Generator_ColumnVarNameInTable="columnGenHour" msprop:Generator_ColumnPropNameInRow="GenHour" msprop:Generator_ColumnPropNameInTable="GenHourColumn" msprop:Generator_UserColumnName="GenHour" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="PONumber" msprop:Generator_ColumnVarNameInTable="columnPONumber" msprop:Generator_ColumnPropNameInRow="PONumber" msprop:Generator_ColumnPropNameInTable="PONumberColumn" msprop:Generator_UserColumnName="PONumber" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="8" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="SONumber" msprop:Generator_ColumnVarNameInTable="columnSONumber" msprop:Generator_ColumnPropNameInRow="SONumber" msprop:Generator_ColumnPropNameInTable="SONumberColumn" msprop:Generator_UserColumnName="SONumber" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="7" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="PODate" msprop:Generator_ColumnVarNameInTable="columnPODate" msprop:Generator_ColumnPropNameInRow="PODate" msprop:Generator_ColumnPropNameInTable="PODateColumn" msprop:Generator_UserColumnName="PODate" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="Revision" msprop:Generator_ColumnVarNameInTable="columnRevision" msprop:Generator_ColumnPropNameInRow="Revision" msprop:Generator_ColumnPropNameInTable="RevisionColumn" msprop:Generator_UserColumnName="Revision" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="Status" msprop:Generator_ColumnVarNameInTable="columnStatus" msprop:Generator_ColumnPropNameInRow="Status" msprop:Generator_ColumnPropNameInTable="StatusColumn" msprop:Generator_UserColumnName="Status" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="CustPO" msprop:Generator_ColumnVarNameInTable="columnCustPO" msprop:Generator_ColumnPropNameInRow="CustPO" msprop:Generator_ColumnPropNameInTable="CustPOColumn" msprop:Generator_UserColumnName="CustPO" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="8" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="ShipVia" msprop:Generator_ColumnVarNameInTable="columnShipVia" msprop:Generator_ColumnPropNameInRow="ShipVia" msprop:Generator_ColumnPropNameInTable="ShipViaColumn" msprop:Generator_UserColumnName="ShipVia" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="20" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="ShipTo" msprop:Generator_ColumnVarNameInTable="columnShipTo" msprop:Generator_ColumnPropNameInRow="ShipTo" msprop:Generator_ColumnPropNameInTable="ShipToColumn" msprop:Generator_UserColumnName="ShipTo" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="28" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="SipAdd1" msprop:Generator_ColumnVarNameInTable="columnSipAdd1" msprop:Generator_ColumnPropNameInRow="SipAdd1" msprop:Generator_ColumnPropNameInTable="SipAdd1Column" msprop:Generator_UserColumnName="SipAdd1" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="28" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="ShipAdd2" msprop:Generator_ColumnVarNameInTable="columnShipAdd2" msprop:Generator_ColumnPropNameInRow="ShipAdd2" msprop:Generator_ColumnPropNameInTable="ShipAdd2Column" msprop:Generator_UserColumnName="ShipAdd2" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="28" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="ShipAdd3" msprop:Generator_ColumnVarNameInTable="columnShipAdd3" msprop:Generator_ColumnPropNameInRow="ShipAdd3" msprop:Generator_ColumnPropNameInTable="ShipAdd3Column" msprop:Generator_UserColumnName="ShipAdd3" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="28" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="City" msprop:Generator_ColumnVarNameInTable="columnCity" msprop:Generator_ColumnPropNameInRow="City" msprop:Generator_ColumnPropNameInTable="CityColumn" msprop:Generator_UserColumnName="City" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="20" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="State" msprop:Generator_ColumnVarNameInTable="columnState" msprop:Generator_ColumnPropNameInRow="State" msprop:Generator_ColumnPropNameInTable="StateColumn" msprop:Generator_UserColumnName="State" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="4" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="PostalCode" msprop:Generator_ColumnVarNameInTable="columnPostalCode" msprop:Generator_ColumnPropNameInRow="PostalCode" msprop:Generator_ColumnPropNameInTable="PostalCodeColumn" msprop:Generator_UserColumnName="PostalCode" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="10" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="CountryCode" msprop:Generator_ColumnVarNameInTable="columnCountryCode" msprop:Generator_ColumnPropNameInRow="CountryCode" msprop:Generator_ColumnPropNameInTable="CountryCodeColumn" msprop:Generator_UserColumnName="CountryCode" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="28" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Flag0" msprop:Generator_ColumnVarNameInTable="columnFlag0" msprop:Generator_ColumnPropNameInRow="Flag0" msprop:Generator_ColumnPropNameInTable="Flag0Column" msprop:Generator_UserColumnName="Flag0" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="1" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Flag1" msprop:Generator_ColumnVarNameInTable="columnFlag1" msprop:Generator_ColumnPropNameInRow="Flag1" msprop:Generator_ColumnPropNameInTable="Flag1Column" msprop:Generator_UserColumnName="Flag1" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="1" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Flag2" msprop:Generator_ColumnVarNameInTable="columnFlag2" msprop:Generator_ColumnPropNameInRow="Flag2" msprop:Generator_ColumnPropNameInTable="Flag2Column" msprop:Generator_UserColumnName="Flag2" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="1" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Flag3" msprop:Generator_ColumnVarNameInTable="columnFlag3" msprop:Generator_ColumnPropNameInRow="Flag3" msprop:Generator_ColumnPropNameInTable="Flag3Column" msprop:Generator_UserColumnName="Flag3" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="1" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Remark" msprop:Generator_ColumnVarNameInTable="columnRemark" msprop:Generator_ColumnPropNameInRow="Remark" msprop:Generator_ColumnPropNameInTable="RemarkColumn" msprop:Generator_UserColumnName="Remark" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Fild1" msprop:Generator_ColumnVarNameInTable="columnFild1" msprop:Generator_ColumnPropNameInRow="Fild1" msprop:Generator_ColumnPropNameInTable="Fild1Column" msprop:Generator_UserColumnName="Fild1" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Fild2" msprop:Generator_ColumnVarNameInTable="columnFild2" msprop:Generator_ColumnPropNameInRow="Fild2" msprop:Generator_ColumnPropNameInTable="Fild2Column" msprop:Generator_UserColumnName="Fild2" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Fild3" msprop:Generator_ColumnVarNameInTable="columnFild3" msprop:Generator_ColumnPropNameInRow="Fild3" msprop:Generator_ColumnPropNameInTable="Fild3Column" msprop:Generator_UserColumnName="Fild3" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Comments" msprop:Generator_ColumnVarNameInTable="columnComments" msprop:Generator_ColumnPropNameInRow="Comments" msprop:Generator_ColumnPropNameInTable="CommentsColumn" msprop:Generator_UserColumnName="Comments" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="1040" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DateCreated" msprop:Generator_ColumnVarNameInTable="columnDateCreated" msprop:Generator_ColumnPropNameInRow="DateCreated" msprop:Generator_ColumnPropNameInTable="DateCreatedColumn" msprop:Generator_UserColumnName="DateCreated" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="TimeCreated" msprop:Generator_ColumnVarNameInTable="columnTimeCreated" msprop:Generator_ColumnPropNameInRow="TimeCreated" msprop:Generator_ColumnPropNameInTable="TimeCreatedColumn" msprop:Generator_UserColumnName="TimeCreated" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="10" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="10" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DateLastChanged" msprop:Generator_ColumnVarNameInTable="columnDateLastChanged" msprop:Generator_ColumnPropNameInRow="DateLastChanged" msprop:Generator_ColumnPropNameInTable="DateLastChangedColumn" msprop:Generator_UserColumnName="DateLastChanged" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="10" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="po_history_detail" msprop:Generator_TableClassName="po_history_detailDataTable" msprop:Generator_TableVarName="tablepo_history_detail" msprop:Generator_RowChangedName="po_history_detailRowChanged" msprop:Generator_TablePropName="po_history_detail" msprop:Generator_RowDeletingName="po_history_detailRowDeleting" msprop:Generator_RowChangingName="po_history_detailRowChanging" msprop:Generator_RowEvHandlerName="po_history_detailRowChangeEventHandler" msprop:Generator_RowDeletedName="po_history_detailRowDeleted" msprop:Generator_RowClassName="po_history_detailRow" msprop:Generator_UserTableName="po_history_detail" msprop:Generator_RowEvArgName="po_history_detailRowChangeEvent">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="poNumber" msprop:Generator_ColumnVarNameInTable="columnpoNumber" msprop:Generator_ColumnPropNameInRow="poNumber" msprop:Generator_ColumnPropNameInTable="poNumberColumn" msprop:Generator_UserColumnName="poNumber" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="revision" msprop:Generator_ColumnVarNameInTable="columnrevision" msprop:Generator_ColumnPropNameInRow="revision" msprop:Generator_ColumnPropNameInTable="revisionColumn" msprop:Generator_UserColumnName="revision" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="20" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="chg_type" msprop:Generator_ColumnVarNameInTable="columnchg_type" msprop:Generator_ColumnPropNameInRow="chg_type" msprop:Generator_ColumnPropNameInTable="chg_typeColumn" msprop:Generator_UserColumnName="chg_type" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="200" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="poLine" msprop:Generator_ColumnVarNameInTable="columnpoLine" msprop:Generator_ColumnPropNameInRow="poLine" msprop:Generator_ColumnPropNameInTable="poLineColumn" msprop:Generator_UserColumnName="poLine" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="20" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="change" msprop:Generator_ColumnVarNameInTable="columnchange" msprop:Generator_ColumnPropNameInRow="change" msprop:Generator_ColumnPropNameInTable="changeColumn" msprop:Generator_UserColumnName="change" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="200" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="from_value" msprop:Generator_ColumnVarNameInTable="columnfrom_value" msprop:Generator_ColumnPropNameInRow="from_value" msprop:Generator_ColumnPropNameInTable="from_valueColumn" msprop:Generator_UserColumnName="from_value" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="to_value" msprop:Generator_ColumnVarNameInTable="columnto_value" msprop:Generator_ColumnPropNameInRow="to_value" msprop:Generator_ColumnPropNameInTable="to_valueColumn" msprop:Generator_UserColumnName="to_value" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="lastupdate" msprop:Generator_ColumnVarNameInTable="columnlastupdate" msprop:Generator_ColumnPropNameInRow="lastupdate" msprop:Generator_ColumnPropNameInTable="lastupdateColumn" msprop:Generator_UserColumnName="lastupdate" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="content" msprop:Generator_ColumnVarNameInTable="columncontent" msprop:Generator_ColumnPropNameInRow="content" msprop:Generator_ColumnPropNameInTable="contentColumn" msprop:Generator_UserColumnName="content" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="po_orig_detail" msprop:Generator_TableClassName="po_orig_detailDataTable" msprop:Generator_TableVarName="tablepo_orig_detail" msprop:Generator_RowChangedName="po_orig_detailRowChanged" msprop:Generator_TablePropName="po_orig_detail" msprop:Generator_RowDeletingName="po_orig_detailRowDeleting" msprop:Generator_RowChangingName="po_orig_detailRowChanging" msprop:Generator_RowEvHandlerName="po_orig_detailRowChangeEventHandler" msprop:Generator_RowDeletedName="po_orig_detailRowDeleted" msprop:Generator_RowClassName="po_orig_detailRow" msprop:Generator_UserTableName="po_orig_detail" msprop:Generator_RowEvArgName="po_orig_detailRowChangeEvent">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="poNumber" msprop:Generator_ColumnVarNameInTable="columnpoNumber" msprop:Generator_ColumnPropNameInRow="poNumber" msprop:Generator_ColumnPropNameInTable="poNumberColumn" msprop:Generator_UserColumnName="poNumber" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="poLine" msprop:Generator_ColumnVarNameInTable="columnpoLine" msprop:Generator_ColumnPropNameInRow="poLine" msprop:Generator_ColumnPropNameInTable="poLineColumn" msprop:Generator_UserColumnName="poLine" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="20" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="soLine" msprop:Generator_ColumnVarNameInTable="columnsoLine" msprop:Generator_ColumnPropNameInRow="soLine" msprop:Generator_ColumnPropNameInTable="soLineColumn" msprop:Generator_UserColumnName="soLine" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="20" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="targetDate" msprop:Generator_ColumnVarNameInTable="columntargetDate" msprop:Generator_ColumnPropNameInRow="targetDate" msprop:Generator_ColumnPropNameInTable="targetDateColumn" msprop:Generator_UserColumnName="targetDate" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="lineComments" msprop:Generator_ColumnVarNameInTable="columnlineComments" msprop:Generator_ColumnPropNameInRow="lineComments" msprop:Generator_ColumnPropNameInTable="lineCommentsColumn" msprop:Generator_UserColumnName="lineComments" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="custPartNumber" msprop:Generator_ColumnVarNameInTable="columncustPartNumber" msprop:Generator_ColumnPropNameInRow="custPartNumber" msprop:Generator_ColumnPropNameInTable="custPartNumberColumn" msprop:Generator_UserColumnName="custPartNumber" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="250" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="quantity" msprop:Generator_ColumnVarNameInTable="columnquantity" msprop:Generator_ColumnPropNameInRow="quantity" msprop:Generator_ColumnPropNameInTable="quantityColumn" msprop:Generator_UserColumnName="quantity" type="xs:int" minOccurs="0" />
|
|
<xs:element name="unitPrice" msprop:Generator_ColumnVarNameInTable="columnunitPrice" msprop:Generator_ColumnPropNameInRow="unitPrice" msprop:Generator_ColumnPropNameInTable="unitPriceColumn" msprop:Generator_UserColumnName="unitPrice" type="xs:int" minOccurs="0" />
|
|
<xs:element name="custPartNo" msprop:Generator_ColumnVarNameInTable="columncustPartNo" msprop:Generator_ColumnPropNameInRow="custPartNo" msprop:Generator_ColumnPropNameInTable="custPartNoColumn" msprop:Generator_UserColumnName="custPartNo" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="250" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="dueDate" msprop:Generator_ColumnVarNameInTable="columndueDate" msprop:Generator_ColumnPropNameInRow="dueDate" msprop:Generator_ColumnPropNameInTable="dueDateColumn" msprop:Generator_UserColumnName="dueDate" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="custPart" msprop:Generator_ColumnVarNameInTable="columncustPart" msprop:Generator_ColumnPropNameInRow="custPart" msprop:Generator_ColumnPropNameInTable="custPartColumn" msprop:Generator_UserColumnName="custPart" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="250" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="custPartGif" msprop:Generator_ColumnVarNameInTable="columncustPartGif" msprop:Generator_ColumnPropNameInRow="custPartGif" msprop:Generator_ColumnPropNameInTable="custPartGifColumn" msprop:Generator_UserColumnName="custPartGif" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="200" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="custPartDesc" msprop:Generator_ColumnVarNameInTable="columncustPartDesc" msprop:Generator_ColumnPropNameInRow="custPartDesc" msprop:Generator_ColumnPropNameInTable="custPartDescColumn" msprop:Generator_UserColumnName="custPartDesc" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="250" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="po_orig_header" msprop:Generator_TableClassName="po_orig_headerDataTable" msprop:Generator_TableVarName="tablepo_orig_header" msprop:Generator_RowChangedName="po_orig_headerRowChanged" msprop:Generator_TablePropName="po_orig_header" msprop:Generator_RowDeletingName="po_orig_headerRowDeleting" msprop:Generator_RowChangingName="po_orig_headerRowChanging" msprop:Generator_RowEvHandlerName="po_orig_headerRowChangeEventHandler" msprop:Generator_RowDeletedName="po_orig_headerRowDeleted" msprop:Generator_RowClassName="po_orig_headerRow" msprop:Generator_UserTableName="po_orig_header" msprop:Generator_RowEvArgName="po_orig_headerRowChangeEvent">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="poNumber" msprop:Generator_ColumnVarNameInTable="columnpoNumber" msprop:Generator_ColumnPropNameInRow="poNumber" msprop:Generator_ColumnPropNameInTable="poNumberColumn" msprop:Generator_UserColumnName="poNumber" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="poDate" msprop:Generator_ColumnVarNameInTable="columnpoDate" msprop:Generator_ColumnPropNameInRow="poDate" msprop:Generator_ColumnPropNameInTable="poDateColumn" msprop:Generator_UserColumnName="poDate" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="poRev" msprop:Generator_ColumnVarNameInTable="columnpoRev" msprop:Generator_ColumnPropNameInRow="poRev" msprop:Generator_ColumnPropNameInTable="poRevColumn" msprop:Generator_UserColumnName="poRev" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="20" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="comments" msprop:Generator_ColumnVarNameInTable="columncomments" msprop:Generator_ColumnPropNameInRow="comments" msprop:Generator_ColumnPropNameInTable="commentsColumn" msprop:Generator_UserColumnName="comments" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="status" msprop:Generator_ColumnVarNameInTable="columnstatus" msprop:Generator_ColumnPropNameInRow="status" msprop:Generator_ColumnPropNameInTable="statusColumn" msprop:Generator_UserColumnName="status" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="20" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="custPo" msprop:Generator_ColumnVarNameInTable="columncustPo" msprop:Generator_ColumnPropNameInRow="custPo" msprop:Generator_ColumnPropNameInTable="custPoColumn" msprop:Generator_UserColumnName="custPo" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="alvSo" msprop:Generator_ColumnVarNameInTable="columnalvSo" msprop:Generator_ColumnPropNameInRow="alvSo" msprop:Generator_ColumnPropNameInTable="alvSoColumn" msprop:Generator_UserColumnName="alvSo" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="shipVia" msprop:Generator_ColumnVarNameInTable="columnshipVia" msprop:Generator_ColumnPropNameInRow="shipVia" msprop:Generator_ColumnPropNameInTable="shipViaColumn" msprop:Generator_UserColumnName="shipVia" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="shipTo" msprop:Generator_ColumnVarNameInTable="columnshipTo" msprop:Generator_ColumnPropNameInRow="shipTo" msprop:Generator_ColumnPropNameInTable="shipToColumn" msprop:Generator_UserColumnName="shipTo" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="500" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="shipAdd1" msprop:Generator_ColumnVarNameInTable="columnshipAdd1" msprop:Generator_ColumnPropNameInRow="shipAdd1" msprop:Generator_ColumnPropNameInTable="shipAdd1Column" msprop:Generator_UserColumnName="shipAdd1" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="500" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="shipAdd2" msprop:Generator_ColumnVarNameInTable="columnshipAdd2" msprop:Generator_ColumnPropNameInRow="shipAdd2" msprop:Generator_ColumnPropNameInTable="shipAdd2Column" msprop:Generator_UserColumnName="shipAdd2" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="500" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="shipAdd3" msprop:Generator_ColumnVarNameInTable="columnshipAdd3" msprop:Generator_ColumnPropNameInRow="shipAdd3" msprop:Generator_ColumnPropNameInTable="shipAdd3Column" msprop:Generator_UserColumnName="shipAdd3" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="500" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="shipToNum" msprop:Generator_ColumnVarNameInTable="columnshipToNum" msprop:Generator_ColumnPropNameInRow="shipToNum" msprop:Generator_ColumnPropNameInTable="shipToNumColumn" msprop:Generator_UserColumnName="shipToNum" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="city" msprop:Generator_ColumnVarNameInTable="columncity" msprop:Generator_ColumnPropNameInRow="city" msprop:Generator_ColumnPropNameInTable="cityColumn" msprop:Generator_UserColumnName="city" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="state" msprop:Generator_ColumnVarNameInTable="columnstate" msprop:Generator_ColumnPropNameInRow="state" msprop:Generator_ColumnPropNameInTable="stateColumn" msprop:Generator_UserColumnName="state" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="postalCode" msprop:Generator_ColumnVarNameInTable="columnpostalCode" msprop:Generator_ColumnPropNameInRow="postalCode" msprop:Generator_ColumnPropNameInTable="postalCodeColumn" msprop:Generator_UserColumnName="postalCode" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="countryCode" msprop:Generator_ColumnVarNameInTable="columncountryCode" msprop:Generator_ColumnPropNameInRow="countryCode" msprop:Generator_ColumnPropNameInTable="countryCodeColumn" msprop:Generator_UserColumnName="countryCode" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="insertDate" msprop:Generator_ColumnVarNameInTable="columninsertDate" msprop:Generator_ColumnPropNameInRow="insertDate" msprop:Generator_ColumnPropNameInTable="insertDateColumn" msprop:Generator_UserColumnName="insertDate" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="content" msprop:Generator_ColumnVarNameInTable="columncontent" msprop:Generator_ColumnPropNameInRow="content" msprop:Generator_ColumnPropNameInTable="contentColumn" msprop:Generator_UserColumnName="content" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="printer" msprop:Generator_TableClassName="printerDataTable" msprop:Generator_TableVarName="tableprinter" msprop:Generator_RowChangedName="printerRowChanged" msprop:Generator_TablePropName="printer" msprop:Generator_RowDeletingName="printerRowDeleting" msprop:Generator_RowChangingName="printerRowChanging" msprop:Generator_RowEvHandlerName="printerRowChangeEventHandler" msprop:Generator_RowDeletedName="printerRowDeleted" msprop:Generator_RowClassName="printerRow" msprop:Generator_UserTableName="printer" msprop:Generator_RowEvArgName="printerRowChangeEvent">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="printerName" msprop:Generator_ColumnVarNameInTable="columnprinterName" msprop:Generator_ColumnPropNameInRow="printerName" msprop:Generator_ColumnPropNameInTable="printerNameColumn" msprop:Generator_UserColumnName="printerName" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="pt" msprop:Generator_TableClassName="ptDataTable" msprop:Generator_TableVarName="tablept" msprop:Generator_RowChangedName="ptRowChanged" msprop:Generator_TablePropName="pt" msprop:Generator_RowDeletingName="ptRowDeleting" msprop:Generator_RowChangingName="ptRowChanging" msprop:Generator_RowEvHandlerName="ptRowChangeEventHandler" msprop:Generator_RowDeletedName="ptRowDeleted" msprop:Generator_RowClassName="ptRow" msprop:Generator_UserTableName="pt" msprop:Generator_RowEvArgName="ptRowChangeEvent">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="ptID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_ColumnVarNameInTable="columnptID" msprop:Generator_ColumnPropNameInRow="ptID" msprop:Generator_ColumnPropNameInTable="ptIDColumn" msprop:Generator_UserColumnName="ptID" type="xs:int" />
|
|
<xs:element name="batchNo" msprop:Generator_ColumnVarNameInTable="columnbatchNo" msprop:Generator_ColumnPropNameInRow="batchNo" msprop:Generator_ColumnPropNameInTable="batchNoColumn" msprop:Generator_UserColumnName="batchNo" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="ptNo" msprop:Generator_ColumnVarNameInTable="columnptNo" msprop:Generator_ColumnPropNameInRow="ptNo" msprop:Generator_ColumnPropNameInTable="ptNoColumn" msprop:Generator_UserColumnName="ptNo" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="partNo" msprop:Generator_ColumnVarNameInTable="columnpartNo" msprop:Generator_ColumnPropNameInRow="partNo" msprop:Generator_ColumnPropNameInTable="partNoColumn" msprop:Generator_UserColumnName="partNo" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="curtstage" msprop:Generator_ColumnVarNameInTable="columncurtstage" msprop:Generator_ColumnPropNameInRow="curtstage" msprop:Generator_ColumnPropNameInTable="curtstageColumn" msprop:Generator_UserColumnName="curtstage" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="status" msprop:Generator_ColumnVarNameInTable="columnstatus" msprop:Generator_ColumnPropNameInRow="status" msprop:Generator_ColumnPropNameInTable="statusColumn" msprop:Generator_UserColumnName="status" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="ptParent" msprop:Generator_ColumnVarNameInTable="columnptParent" msprop:Generator_ColumnPropNameInRow="ptParent" msprop:Generator_ColumnPropNameInTable="ptParentColumn" msprop:Generator_UserColumnName="ptParent" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="ptStart" msprop:Generator_ColumnVarNameInTable="columnptStart" msprop:Generator_ColumnPropNameInRow="ptStart" msprop:Generator_ColumnPropNameInTable="ptStartColumn" msprop:Generator_UserColumnName="ptStart" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="prefix" msprop:Generator_ColumnVarNameInTable="columnprefix" msprop:Generator_ColumnPropNameInRow="prefix" msprop:Generator_ColumnPropNameInTable="prefixColumn" msprop:Generator_UserColumnName="prefix" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="suffix" msprop:Generator_ColumnVarNameInTable="columnsuffix" msprop:Generator_ColumnPropNameInRow="suffix" msprop:Generator_ColumnPropNameInTable="suffixColumn" msprop:Generator_UserColumnName="suffix" type="xs:int" minOccurs="0" />
|
|
<xs:element name="origQuantity" msprop:Generator_ColumnVarNameInTable="columnorigQuantity" msprop:Generator_ColumnPropNameInRow="origQuantity" msprop:Generator_ColumnPropNameInTable="origQuantityColumn" msprop:Generator_UserColumnName="origQuantity" type="xs:int" minOccurs="0" />
|
|
<xs:element name="currQuantity" msprop:Generator_ColumnVarNameInTable="columncurrQuantity" msprop:Generator_ColumnPropNameInRow="currQuantity" msprop:Generator_ColumnPropNameInTable="currQuantityColumn" msprop:Generator_UserColumnName="currQuantity" type="xs:int" minOccurs="0" />
|
|
<xs:element name="startTime" msprop:Generator_ColumnVarNameInTable="columnstartTime" msprop:Generator_ColumnPropNameInRow="startTime" msprop:Generator_ColumnPropNameInTable="startTimeColumn" msprop:Generator_UserColumnName="startTime" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="lastupdate" msprop:Generator_ColumnVarNameInTable="columnlastupdate" msprop:Generator_ColumnPropNameInRow="lastupdate" msprop:Generator_ColumnPropNameInTable="lastupdateColumn" msprop:Generator_UserColumnName="lastupdate" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="lastupdatedby" msprop:Generator_ColumnVarNameInTable="columnlastupdatedby" msprop:Generator_ColumnPropNameInRow="lastupdatedby" msprop:Generator_ColumnPropNameInTable="lastupdatedbyColumn" msprop:Generator_UserColumnName="lastupdatedby" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="pt_Hist" msprop:Generator_TableClassName="pt_HistDataTable" msprop:Generator_TableVarName="tablept_Hist" msprop:Generator_RowChangedName="pt_HistRowChanged" msprop:Generator_TablePropName="pt_Hist" msprop:Generator_RowDeletingName="pt_HistRowDeleting" msprop:Generator_RowChangingName="pt_HistRowChanging" msprop:Generator_RowEvHandlerName="pt_HistRowChangeEventHandler" msprop:Generator_RowDeletedName="pt_HistRowDeleted" msprop:Generator_RowClassName="pt_HistRow" msprop:Generator_UserTableName="pt_Hist" msprop:Generator_RowEvArgName="pt_HistRowChangeEvent">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="ptID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_ColumnVarNameInTable="columnptID" msprop:Generator_ColumnPropNameInRow="ptID" msprop:Generator_ColumnPropNameInTable="ptIDColumn" msprop:Generator_UserColumnName="ptID" type="xs:int" />
|
|
<xs:element name="batchNo" msprop:Generator_ColumnVarNameInTable="columnbatchNo" msprop:Generator_ColumnPropNameInRow="batchNo" msprop:Generator_ColumnPropNameInTable="batchNoColumn" msprop:Generator_UserColumnName="batchNo" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="ptNo" msprop:Generator_ColumnVarNameInTable="columnptNo" msprop:Generator_ColumnPropNameInRow="ptNo" msprop:Generator_ColumnPropNameInTable="ptNoColumn" msprop:Generator_UserColumnName="ptNo" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="partNo" msprop:Generator_ColumnVarNameInTable="columnpartNo" msprop:Generator_ColumnPropNameInRow="partNo" msprop:Generator_ColumnPropNameInTable="partNoColumn" msprop:Generator_UserColumnName="partNo" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="curtstage" msprop:Generator_ColumnVarNameInTable="columncurtstage" msprop:Generator_ColumnPropNameInRow="curtstage" msprop:Generator_ColumnPropNameInTable="curtstageColumn" msprop:Generator_UserColumnName="curtstage" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="status" msprop:Generator_ColumnVarNameInTable="columnstatus" msprop:Generator_ColumnPropNameInRow="status" msprop:Generator_ColumnPropNameInTable="statusColumn" msprop:Generator_UserColumnName="status" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="ptParent" msprop:Generator_ColumnVarNameInTable="columnptParent" msprop:Generator_ColumnPropNameInRow="ptParent" msprop:Generator_ColumnPropNameInTable="ptParentColumn" msprop:Generator_UserColumnName="ptParent" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="ptStart" msprop:Generator_ColumnVarNameInTable="columnptStart" msprop:Generator_ColumnPropNameInRow="ptStart" msprop:Generator_ColumnPropNameInTable="ptStartColumn" msprop:Generator_UserColumnName="ptStart" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="prefix" msprop:Generator_ColumnVarNameInTable="columnprefix" msprop:Generator_ColumnPropNameInRow="prefix" msprop:Generator_ColumnPropNameInTable="prefixColumn" msprop:Generator_UserColumnName="prefix" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="suffix" msprop:Generator_ColumnVarNameInTable="columnsuffix" msprop:Generator_ColumnPropNameInRow="suffix" msprop:Generator_ColumnPropNameInTable="suffixColumn" msprop:Generator_UserColumnName="suffix" type="xs:int" minOccurs="0" />
|
|
<xs:element name="origQuantity" msprop:Generator_ColumnVarNameInTable="columnorigQuantity" msprop:Generator_ColumnPropNameInRow="origQuantity" msprop:Generator_ColumnPropNameInTable="origQuantityColumn" msprop:Generator_UserColumnName="origQuantity" type="xs:int" minOccurs="0" />
|
|
<xs:element name="currQuantity" msprop:Generator_ColumnVarNameInTable="columncurrQuantity" msprop:Generator_ColumnPropNameInRow="currQuantity" msprop:Generator_ColumnPropNameInTable="currQuantityColumn" msprop:Generator_UserColumnName="currQuantity" type="xs:int" minOccurs="0" />
|
|
<xs:element name="startTime" msprop:Generator_ColumnVarNameInTable="columnstartTime" msprop:Generator_ColumnPropNameInRow="startTime" msprop:Generator_ColumnPropNameInTable="startTimeColumn" msprop:Generator_UserColumnName="startTime" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="lastupdate" msprop:Generator_ColumnVarNameInTable="columnlastupdate" msprop:Generator_ColumnPropNameInRow="lastupdate" msprop:Generator_ColumnPropNameInTable="lastupdateColumn" msprop:Generator_UserColumnName="lastupdate" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="lastupdatedby" msprop:Generator_ColumnVarNameInTable="columnlastupdatedby" msprop:Generator_ColumnPropNameInRow="lastupdatedby" msprop:Generator_ColumnPropNameInTable="lastupdatedbyColumn" msprop:Generator_UserColumnName="lastupdatedby" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="serialAlvariset" msprop:Generator_TableClassName="serialAlvarisetDataTable" msprop:Generator_TableVarName="tableserialAlvariset" msprop:Generator_RowChangedName="serialAlvarisetRowChanged" msprop:Generator_TablePropName="serialAlvariset" msprop:Generator_RowDeletingName="serialAlvarisetRowDeleting" msprop:Generator_RowChangingName="serialAlvarisetRowChanging" msprop:Generator_RowEvHandlerName="serialAlvarisetRowChangeEventHandler" msprop:Generator_RowDeletedName="serialAlvarisetRowDeleted" msprop:Generator_RowClassName="serialAlvarisetRow" msprop:Generator_UserTableName="serialAlvariset" msprop:Generator_RowEvArgName="serialAlvarisetRowChangeEvent">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="cardno" msprop:Generator_ColumnVarNameInTable="columncardno" msprop:Generator_ColumnPropNameInRow="cardno" msprop:Generator_ColumnPropNameInTable="cardnoColumn" msprop:Generator_UserColumnName="cardno">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="mpPartno" msprop:Generator_ColumnVarNameInTable="columnmpPartno" msprop:Generator_ColumnPropNameInRow="mpPartno" msprop:Generator_ColumnPropNameInTable="mpPartnoColumn" msprop:Generator_UserColumnName="mpPartno" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="lastupdate" msprop:Generator_ColumnVarNameInTable="columnlastupdate" msprop:Generator_ColumnPropNameInRow="lastupdate" msprop:Generator_ColumnPropNameInTable="lastupdateColumn" msprop:Generator_UserColumnName="lastupdate" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="lastupdatedby" msprop:Generator_ColumnVarNameInTable="columnlastupdatedby" msprop:Generator_ColumnPropNameInRow="lastupdatedby" msprop:Generator_ColumnPropNameInTable="lastupdatedbyColumn" msprop:Generator_UserColumnName="lastupdatedby" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="serialMac" msprop:Generator_TableClassName="serialMacDataTable" msprop:Generator_TableVarName="tableserialMac" msprop:Generator_RowChangedName="serialMacRowChanged" msprop:Generator_TablePropName="serialMac" msprop:Generator_RowDeletingName="serialMacRowDeleting" msprop:Generator_RowChangingName="serialMacRowChanging" msprop:Generator_RowEvHandlerName="serialMacRowChangeEventHandler" msprop:Generator_RowDeletedName="serialMacRowDeleted" msprop:Generator_RowClassName="serialMacRow" msprop:Generator_UserTableName="serialMac" msprop:Generator_RowEvArgName="serialMacRowChangeEvent">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="cardno" msprop:Generator_ColumnVarNameInTable="columncardno" msprop:Generator_ColumnPropNameInRow="cardno" msprop:Generator_ColumnPropNameInTable="cardnoColumn" msprop:Generator_UserColumnName="cardno">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="macaddress" msprop:Generator_ColumnVarNameInTable="columnmacaddress" msprop:Generator_ColumnPropNameInRow="macaddress" msprop:Generator_ColumnPropNameInTable="macaddressColumn" msprop:Generator_UserColumnName="macaddress" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="lastupdate" msprop:Generator_ColumnVarNameInTable="columnlastupdate" msprop:Generator_ColumnPropNameInRow="lastupdate" msprop:Generator_ColumnPropNameInTable="lastupdateColumn" msprop:Generator_UserColumnName="lastupdate" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="lastupdatedby" msprop:Generator_ColumnVarNameInTable="columnlastupdatedby" msprop:Generator_ColumnPropNameInRow="lastupdatedby" msprop:Generator_ColumnPropNameInTable="lastupdatedbyColumn" msprop:Generator_UserColumnName="lastupdatedby" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="SHIPPER_REPORT_TABLE" msprop:Generator_TableClassName="SHIPPER_REPORT_TABLEDataTable" msprop:Generator_TableVarName="tableSHIPPER_REPORT_TABLE" msprop:Generator_RowChangedName="SHIPPER_REPORT_TABLERowChanged" msprop:Generator_TablePropName="SHIPPER_REPORT_TABLE" msprop:Generator_RowDeletingName="SHIPPER_REPORT_TABLERowDeleting" msprop:Generator_RowChangingName="SHIPPER_REPORT_TABLERowChanging" msprop:Generator_RowEvHandlerName="SHIPPER_REPORT_TABLERowChangeEventHandler" msprop:Generator_RowDeletedName="SHIPPER_REPORT_TABLERowDeleted" msprop:Generator_RowClassName="SHIPPER_REPORT_TABLERow" msprop:Generator_UserTableName="SHIPPER_REPORT_TABLE" msprop:Generator_RowEvArgName="SHIPPER_REPORT_TABLERowChangeEvent">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="cnNo" msprop:Generator_ColumnVarNameInTable="columncnNo" msprop:Generator_ColumnPropNameInRow="cnNo" msprop:Generator_ColumnPropNameInTable="cnNoColumn" msprop:Generator_UserColumnName="cnNo" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="shipno" msprop:Generator_ColumnVarNameInTable="columnshipno" msprop:Generator_ColumnPropNameInRow="shipno" msprop:Generator_ColumnPropNameInTable="shipnoColumn" msprop:Generator_UserColumnName="shipno">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="shipDate" msprop:Generator_ColumnVarNameInTable="columnshipDate" msprop:Generator_ColumnPropNameInRow="shipDate" msprop:Generator_ColumnPropNameInTable="shipDateColumn" msprop:Generator_UserColumnName="shipDate" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="shipto" msprop:Generator_ColumnVarNameInTable="columnshipto" msprop:Generator_ColumnPropNameInRow="shipto" msprop:Generator_ColumnPropNameInTable="shiptoColumn" msprop:Generator_UserColumnName="shipto" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="28" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="sipAdd1" msprop:Generator_ColumnVarNameInTable="columnsipAdd1" msprop:Generator_ColumnPropNameInRow="sipAdd1" msprop:Generator_ColumnPropNameInTable="sipAdd1Column" msprop:Generator_UserColumnName="sipAdd1" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="28" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="shipAdd2" msprop:Generator_ColumnVarNameInTable="columnshipAdd2" msprop:Generator_ColumnPropNameInRow="shipAdd2" msprop:Generator_ColumnPropNameInTable="shipAdd2Column" msprop:Generator_UserColumnName="shipAdd2" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="28" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="shipAdd3" msprop:Generator_ColumnVarNameInTable="columnshipAdd3" msprop:Generator_ColumnPropNameInRow="shipAdd3" msprop:Generator_ColumnPropNameInTable="shipAdd3Column" msprop:Generator_UserColumnName="shipAdd3" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="28" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="ZIP" msprop:Generator_ColumnVarNameInTable="columnZIP" msprop:Generator_ColumnPropNameInRow="ZIP" msprop:Generator_ColumnPropNameInTable="ZIPColumn" msprop:Generator_UserColumnName="ZIP" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="41" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="countryCode" msprop:Generator_ColumnVarNameInTable="columncountryCode" msprop:Generator_ColumnPropNameInRow="countryCode" msprop:Generator_ColumnPropNameInTable="countryCodeColumn" msprop:Generator_UserColumnName="countryCode" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="28" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Phone" msprop:Generator_ColumnVarNameInTable="columnPhone" msprop:Generator_ColumnPropNameInRow="Phone" msprop:Generator_ColumnPropNameInTable="PhoneColumn" msprop:Generator_UserColumnName="Phone" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="27" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="shipVia" msprop:Generator_ColumnVarNameInTable="columnshipVia" msprop:Generator_ColumnPropNameInRow="shipVia" msprop:Generator_ColumnPropNameInTable="shipViaColumn" msprop:Generator_UserColumnName="shipVia" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="20" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="POLine" msprop:Generator_ColumnVarNameInTable="columnPOLine" msprop:Generator_ColumnPropNameInRow="POLine" msprop:Generator_ColumnPropNameInTable="POLineColumn" msprop:Generator_UserColumnName="POLine" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="24" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="modelDesc1" msprop:Generator_ColumnVarNameInTable="columnmodelDesc1" msprop:Generator_ColumnPropNameInRow="modelDesc1" msprop:Generator_ColumnPropNameInTable="modelDesc1Column" msprop:Generator_UserColumnName="modelDesc1" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="200" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="CustPO" msprop:Generator_ColumnVarNameInTable="columnCustPO" msprop:Generator_ColumnPropNameInRow="CustPO" msprop:Generator_ColumnPropNameInTable="CustPOColumn" msprop:Generator_UserColumnName="CustPO" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="8" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="AlvSO" msprop:Generator_ColumnVarNameInTable="columnAlvSO" msprop:Generator_ColumnPropNameInRow="AlvSO" msprop:Generator_ColumnPropNameInTable="AlvSOColumn" msprop:Generator_UserColumnName="AlvSO" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="10" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="AlvSOLine" msprop:Generator_ColumnVarNameInTable="columnAlvSOLine" msprop:Generator_ColumnPropNameInRow="AlvSOLine" msprop:Generator_ColumnPropNameInTable="AlvSOLineColumn" msprop:Generator_UserColumnName="AlvSOLine" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="Flag3" msprop:Generator_ColumnVarNameInTable="columnFlag3" msprop:Generator_ColumnPropNameInRow="Flag3" msprop:Generator_ColumnPropNameInTable="Flag3Column" msprop:Generator_UserColumnName="Flag3" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="1" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="model" msprop:Generator_ColumnVarNameInTable="columnmodel" msprop:Generator_ColumnPropNameInRow="model" msprop:Generator_ColumnPropNameInTable="modelColumn" msprop:Generator_UserColumnName="model" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="custPart" msprop:Generator_ColumnVarNameInTable="columncustPart" msprop:Generator_ColumnPropNameInRow="custPart" msprop:Generator_ColumnPropNameInTable="custPartColumn" msprop:Generator_UserColumnName="custPart" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="SNQty" msprop:Generator_ColumnVarNameInTable="columnSNQty" msprop:Generator_ColumnPropNameInRow="SNQty" msprop:Generator_ColumnPropNameInTable="SNQtyColumn" msprop:Generator_UserColumnName="SNQty" type="xs:int" minOccurs="0" />
|
|
<xs:element name="serialno" msprop:Generator_ColumnVarNameInTable="columnserialno" msprop:Generator_ColumnPropNameInRow="serialno" msprop:Generator_ColumnPropNameInTable="serialnoColumn" msprop:Generator_UserColumnName="serialno" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="layer" msprop:Generator_ColumnVarNameInTable="columnlayer" msprop:Generator_ColumnPropNameInRow="layer" msprop:Generator_ColumnPropNameInTable="layerColumn" msprop:Generator_UserColumnName="layer" type="xs:float" minOccurs="0" />
|
|
<xs:element name="dimension" msprop:Generator_ColumnVarNameInTable="columndimension" msprop:Generator_ColumnPropNameInRow="dimension" msprop:Generator_ColumnPropNameInTable="dimensionColumn" msprop:Generator_UserColumnName="dimension" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="SHIPPER_STATUS" msprop:Generator_TableClassName="SHIPPER_STATUSDataTable" msprop:Generator_TableVarName="tableSHIPPER_STATUS" msprop:Generator_RowChangedName="SHIPPER_STATUSRowChanged" msprop:Generator_TablePropName="SHIPPER_STATUS" msprop:Generator_RowDeletingName="SHIPPER_STATUSRowDeleting" msprop:Generator_RowChangingName="SHIPPER_STATUSRowChanging" msprop:Generator_RowEvHandlerName="SHIPPER_STATUSRowChangeEventHandler" msprop:Generator_RowDeletedName="SHIPPER_STATUSRowDeleted" msprop:Generator_RowClassName="SHIPPER_STATUSRow" msprop:Generator_UserTableName="SHIPPER_STATUS" msprop:Generator_RowEvArgName="SHIPPER_STATUSRowChangeEvent">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="Shipno" msprop:Generator_ColumnVarNameInTable="columnShipno" msprop:Generator_ColumnPropNameInRow="Shipno" msprop:Generator_ColumnPropNameInTable="ShipnoColumn" msprop:Generator_UserColumnName="Shipno" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="8" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Process" msprop:Generator_ColumnVarNameInTable="columnProcess" msprop:Generator_ColumnPropNameInRow="Process" msprop:Generator_ColumnPropNameInTable="ProcessColumn" msprop:Generator_UserColumnName="Process" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="4" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Result" msprop:Generator_ColumnVarNameInTable="columnResult" msprop:Generator_ColumnPropNameInRow="Result" msprop:Generator_ColumnPropNameInTable="ResultColumn" msprop:Generator_UserColumnName="Result" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="30" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Remarks" msprop:Generator_ColumnVarNameInTable="columnRemarks" msprop:Generator_ColumnPropNameInRow="Remarks" msprop:Generator_ColumnPropNameInTable="RemarksColumn" msprop:Generator_UserColumnName="Remarks" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="500" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="UPDTime" msprop:Generator_ColumnVarNameInTable="columnUPDTime" msprop:Generator_ColumnPropNameInRow="UPDTime" msprop:Generator_ColumnPropNameInTable="UPDTimeColumn" msprop:Generator_UserColumnName="UPDTime" type="xs:dateTime" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="SHIPPER_SUMMARY_TABLE" msprop:Generator_TableClassName="SHIPPER_SUMMARY_TABLEDataTable" msprop:Generator_TableVarName="tableSHIPPER_SUMMARY_TABLE" msprop:Generator_RowChangedName="SHIPPER_SUMMARY_TABLERowChanged" msprop:Generator_TablePropName="SHIPPER_SUMMARY_TABLE" msprop:Generator_RowDeletingName="SHIPPER_SUMMARY_TABLERowDeleting" msprop:Generator_RowChangingName="SHIPPER_SUMMARY_TABLERowChanging" msprop:Generator_RowEvHandlerName="SHIPPER_SUMMARY_TABLERowChangeEventHandler" msprop:Generator_RowDeletedName="SHIPPER_SUMMARY_TABLERowDeleted" msprop:Generator_RowClassName="SHIPPER_SUMMARY_TABLERow" msprop:Generator_UserTableName="SHIPPER_SUMMARY_TABLE" msprop:Generator_RowEvArgName="SHIPPER_SUMMARY_TABLERowChangeEvent">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="cnNo" msprop:Generator_ColumnVarNameInTable="columncnNo" msprop:Generator_ColumnPropNameInRow="cnNo" msprop:Generator_ColumnPropNameInTable="cnNoColumn" msprop:Generator_UserColumnName="cnNo" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="shipno" msprop:Generator_ColumnVarNameInTable="columnshipno" msprop:Generator_ColumnPropNameInRow="shipno" msprop:Generator_ColumnPropNameInTable="shipnoColumn" msprop:Generator_UserColumnName="shipno">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="shipDate" msprop:Generator_ColumnVarNameInTable="columnshipDate" msprop:Generator_ColumnPropNameInRow="shipDate" msprop:Generator_ColumnPropNameInTable="shipDateColumn" msprop:Generator_UserColumnName="shipDate" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="shipto" msprop:Generator_ColumnVarNameInTable="columnshipto" msprop:Generator_ColumnPropNameInRow="shipto" msprop:Generator_ColumnPropNameInTable="shiptoColumn" msprop:Generator_UserColumnName="shipto" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="28" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="sipAdd1" msprop:Generator_ColumnVarNameInTable="columnsipAdd1" msprop:Generator_ColumnPropNameInRow="sipAdd1" msprop:Generator_ColumnPropNameInTable="sipAdd1Column" msprop:Generator_UserColumnName="sipAdd1" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="28" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="shipAdd2" msprop:Generator_ColumnVarNameInTable="columnshipAdd2" msprop:Generator_ColumnPropNameInRow="shipAdd2" msprop:Generator_ColumnPropNameInTable="shipAdd2Column" msprop:Generator_UserColumnName="shipAdd2" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="28" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="shipAdd3" msprop:Generator_ColumnVarNameInTable="columnshipAdd3" msprop:Generator_ColumnPropNameInRow="shipAdd3" msprop:Generator_ColumnPropNameInTable="shipAdd3Column" msprop:Generator_UserColumnName="shipAdd3" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="28" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="ZIP" msprop:Generator_ColumnVarNameInTable="columnZIP" msprop:Generator_ColumnPropNameInRow="ZIP" msprop:Generator_ColumnPropNameInTable="ZIPColumn" msprop:Generator_UserColumnName="ZIP" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="41" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="countryCode" msprop:Generator_ColumnVarNameInTable="columncountryCode" msprop:Generator_ColumnPropNameInRow="countryCode" msprop:Generator_ColumnPropNameInTable="countryCodeColumn" msprop:Generator_UserColumnName="countryCode" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="28" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Phone" msprop:Generator_ColumnVarNameInTable="columnPhone" msprop:Generator_ColumnPropNameInRow="Phone" msprop:Generator_ColumnPropNameInTable="PhoneColumn" msprop:Generator_UserColumnName="Phone" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="27" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="shipVia" msprop:Generator_ColumnVarNameInTable="columnshipVia" msprop:Generator_ColumnPropNameInRow="shipVia" msprop:Generator_ColumnPropNameInTable="shipViaColumn" msprop:Generator_UserColumnName="shipVia" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="20" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="POLine" msprop:Generator_ColumnVarNameInTable="columnPOLine" msprop:Generator_ColumnPropNameInRow="POLine" msprop:Generator_ColumnPropNameInTable="POLineColumn" msprop:Generator_UserColumnName="POLine" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="24" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="modelDesc1" msprop:Generator_ColumnVarNameInTable="columnmodelDesc1" msprop:Generator_ColumnPropNameInRow="modelDesc1" msprop:Generator_ColumnPropNameInTable="modelDesc1Column" msprop:Generator_UserColumnName="modelDesc1" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="200" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="CustPO" msprop:Generator_ColumnVarNameInTable="columnCustPO" msprop:Generator_ColumnPropNameInRow="CustPO" msprop:Generator_ColumnPropNameInTable="CustPOColumn" msprop:Generator_UserColumnName="CustPO" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="8" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="AlvSO" msprop:Generator_ColumnVarNameInTable="columnAlvSO" msprop:Generator_ColumnPropNameInRow="AlvSO" msprop:Generator_ColumnPropNameInTable="AlvSOColumn" msprop:Generator_UserColumnName="AlvSO" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="10" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="AlvSOLine" msprop:Generator_ColumnVarNameInTable="columnAlvSOLine" msprop:Generator_ColumnPropNameInRow="AlvSOLine" msprop:Generator_ColumnPropNameInTable="AlvSOLineColumn" msprop:Generator_UserColumnName="AlvSOLine" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="Flag3" msprop:Generator_ColumnVarNameInTable="columnFlag3" msprop:Generator_ColumnPropNameInRow="Flag3" msprop:Generator_ColumnPropNameInTable="Flag3Column" msprop:Generator_UserColumnName="Flag3" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="1" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="model" msprop:Generator_ColumnVarNameInTable="columnmodel" msprop:Generator_ColumnPropNameInRow="model" msprop:Generator_ColumnPropNameInTable="modelColumn" msprop:Generator_UserColumnName="model" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="CustPart" msprop:Generator_ColumnVarNameInTable="columnCustPart" msprop:Generator_ColumnPropNameInRow="CustPart" msprop:Generator_ColumnPropNameInTable="CustPartColumn" msprop:Generator_UserColumnName="CustPart" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="40" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="SNQty" msprop:Generator_ColumnVarNameInTable="columnSNQty" msprop:Generator_ColumnPropNameInRow="SNQty" msprop:Generator_ColumnPropNameInTable="SNQtyColumn" msprop:Generator_UserColumnName="SNQty" type="xs:int" minOccurs="0" />
|
|
<xs:element name="serialno" msprop:Generator_ColumnVarNameInTable="columnserialno" msprop:Generator_ColumnPropNameInRow="serialno" msprop:Generator_ColumnPropNameInTable="serialnoColumn" msprop:Generator_UserColumnName="serialno" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="layer" msprop:Generator_ColumnVarNameInTable="columnlayer" msprop:Generator_ColumnPropNameInRow="layer" msprop:Generator_ColumnPropNameInTable="layerColumn" msprop:Generator_UserColumnName="layer" type="xs:float" minOccurs="0" />
|
|
<xs:element name="dimension" msprop:Generator_ColumnVarNameInTable="columndimension" msprop:Generator_ColumnPropNameInRow="dimension" msprop:Generator_ColumnPropNameInTable="dimensionColumn" msprop:Generator_UserColumnName="dimension" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="station" msprop:Generator_TableClassName="stationDataTable" msprop:Generator_TableVarName="tablestation" msprop:Generator_RowChangedName="stationRowChanged" msprop:Generator_TablePropName="station" msprop:Generator_RowDeletingName="stationRowDeleting" msprop:Generator_RowChangingName="stationRowChanging" msprop:Generator_RowEvHandlerName="stationRowChangeEventHandler" msprop:Generator_RowDeletedName="stationRowDeleted" msprop:Generator_RowClassName="stationRow" msprop:Generator_UserTableName="station" msprop:Generator_RowEvArgName="stationRowChangeEvent">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="station" msprop:Generator_ColumnVarNameInTable="columnstation" msprop:Generator_ColumnPropNameInRow="station" msprop:Generator_ColumnPropNameInTable="stationColumn" msprop:Generator_UserColumnName="station">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="description" msprop:Generator_ColumnVarNameInTable="columndescription" msprop:Generator_ColumnPropNameInRow="description" msprop:Generator_ColumnPropNameInTable="descriptionColumn" msprop:Generator_UserColumnName="description" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="sequence" msprop:Generator_ColumnVarNameInTable="columnsequence" msprop:Generator_ColumnPropNameInRow="sequence" msprop:Generator_ColumnPropNameInTable="sequenceColumn" msprop:Generator_UserColumnName="sequence" type="xs:int" minOccurs="0" />
|
|
<xs:element name="stype" msprop:Generator_ColumnVarNameInTable="columnstype" msprop:Generator_ColumnPropNameInRow="stype" msprop:Generator_ColumnPropNameInTable="stypeColumn" msprop:Generator_UserColumnName="stype" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="active" msprop:Generator_ColumnVarNameInTable="columnactive" msprop:Generator_ColumnPropNameInRow="active" msprop:Generator_ColumnPropNameInTable="activeColumn" msprop:Generator_UserColumnName="active" type="xs:int" minOccurs="0" />
|
|
<xs:element name="lastupdate" msprop:Generator_ColumnVarNameInTable="columnlastupdate" msprop:Generator_ColumnPropNameInRow="lastupdate" msprop:Generator_ColumnPropNameInTable="lastupdateColumn" msprop:Generator_UserColumnName="lastupdate" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="lastupdatedby" msprop:Generator_ColumnVarNameInTable="columnlastupdatedby" msprop:Generator_ColumnPropNameInRow="lastupdatedby" msprop:Generator_ColumnPropNameInTable="lastupdatedbyColumn" msprop:Generator_UserColumnName="lastupdatedby" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="station_convert" msprop:Generator_TableClassName="station_convertDataTable" msprop:Generator_TableVarName="tablestation_convert" msprop:Generator_RowChangedName="station_convertRowChanged" msprop:Generator_TablePropName="station_convert" msprop:Generator_RowDeletingName="station_convertRowDeleting" msprop:Generator_RowChangingName="station_convertRowChanging" msprop:Generator_RowEvHandlerName="station_convertRowChangeEventHandler" msprop:Generator_RowDeletedName="station_convertRowDeleted" msprop:Generator_RowClassName="station_convertRow" msprop:Generator_UserTableName="station_convert" msprop:Generator_RowEvArgName="station_convertRowChangeEvent">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="ioStation" msprop:Generator_ColumnVarNameInTable="columnioStation" msprop:Generator_ColumnPropNameInRow="ioStation" msprop:Generator_ColumnPropNameInTable="ioStationColumn" msprop:Generator_UserColumnName="ioStation" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="alvStation" msprop:Generator_ColumnVarNameInTable="columnalvStation" msprop:Generator_ColumnPropNameInRow="alvStation" msprop:Generator_ColumnPropNameInTable="alvStationColumn" msprop:Generator_UserColumnName="alvStation" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="stationHist" msprop:Generator_TableClassName="stationHistDataTable" msprop:Generator_TableVarName="tablestationHist" msprop:Generator_RowChangedName="stationHistRowChanged" msprop:Generator_TablePropName="stationHist" msprop:Generator_RowDeletingName="stationHistRowDeleting" msprop:Generator_RowChangingName="stationHistRowChanging" msprop:Generator_RowEvHandlerName="stationHistRowChangeEventHandler" msprop:Generator_RowDeletedName="stationHistRowDeleted" msprop:Generator_RowClassName="stationHistRow" msprop:Generator_UserTableName="stationHist" msprop:Generator_RowEvArgName="stationHistRowChangeEvent">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="lineNum" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_ColumnVarNameInTable="columnlineNum" msprop:Generator_ColumnPropNameInRow="lineNum" msprop:Generator_ColumnPropNameInTable="lineNumColumn" msprop:Generator_UserColumnName="lineNum" type="xs:long" />
|
|
<xs:element name="station" msprop:Generator_ColumnVarNameInTable="columnstation" msprop:Generator_ColumnPropNameInRow="station" msprop:Generator_ColumnPropNameInTable="stationColumn" msprop:Generator_UserColumnName="station" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="description" msprop:Generator_ColumnVarNameInTable="columndescription" msprop:Generator_ColumnPropNameInRow="description" msprop:Generator_ColumnPropNameInTable="descriptionColumn" msprop:Generator_UserColumnName="description" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="sequence" msprop:Generator_ColumnVarNameInTable="columnsequence" msprop:Generator_ColumnPropNameInRow="sequence" msprop:Generator_ColumnPropNameInTable="sequenceColumn" msprop:Generator_UserColumnName="sequence" type="xs:int" minOccurs="0" />
|
|
<xs:element name="stype" msprop:Generator_ColumnVarNameInTable="columnstype" msprop:Generator_ColumnPropNameInRow="stype" msprop:Generator_ColumnPropNameInTable="stypeColumn" msprop:Generator_UserColumnName="stype" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="active" msprop:Generator_ColumnVarNameInTable="columnactive" msprop:Generator_ColumnPropNameInRow="active" msprop:Generator_ColumnPropNameInTable="activeColumn" msprop:Generator_UserColumnName="active" type="xs:int" minOccurs="0" />
|
|
<xs:element name="status" msprop:Generator_ColumnVarNameInTable="columnstatus" msprop:Generator_ColumnPropNameInRow="status" msprop:Generator_ColumnPropNameInTable="statusColumn" msprop:Generator_UserColumnName="status" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="lastupdate" msprop:Generator_ColumnVarNameInTable="columnlastupdate" msprop:Generator_ColumnPropNameInRow="lastupdate" msprop:Generator_ColumnPropNameInTable="lastupdateColumn" msprop:Generator_UserColumnName="lastupdate" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="lastupdatedby" msprop:Generator_ColumnVarNameInTable="columnlastupdatedby" msprop:Generator_ColumnPropNameInRow="lastupdatedby" msprop:Generator_ColumnPropNameInTable="lastupdatedbyColumn" msprop:Generator_UserColumnName="lastupdatedby" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="users" msprop:Generator_TableClassName="usersDataTable" msprop:Generator_TableVarName="tableusers" msprop:Generator_RowChangedName="usersRowChanged" msprop:Generator_TablePropName="users" msprop:Generator_RowDeletingName="usersRowDeleting" msprop:Generator_RowChangingName="usersRowChanging" msprop:Generator_RowEvHandlerName="usersRowChangeEventHandler" msprop:Generator_RowDeletedName="usersRowDeleted" msprop:Generator_RowClassName="usersRow" msprop:Generator_UserTableName="users" msprop:Generator_RowEvArgName="usersRowChangeEvent">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="username" msprop:Generator_ColumnVarNameInTable="columnusername" msprop:Generator_ColumnPropNameInRow="username" msprop:Generator_ColumnPropNameInTable="usernameColumn" msprop:Generator_UserColumnName="username">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="password" msprop:Generator_ColumnVarNameInTable="columnpassword" msprop:Generator_ColumnPropNameInRow="password" msprop:Generator_ColumnPropNameInTable="passwordColumn" msprop:Generator_UserColumnName="password" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="employeeCode" msprop:Generator_ColumnVarNameInTable="columnemployeeCode" msprop:Generator_ColumnPropNameInRow="employeeCode" msprop:Generator_ColumnPropNameInTable="employeeCodeColumn" msprop:Generator_UserColumnName="employeeCode" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="25" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="dateJoined" msprop:Generator_ColumnVarNameInTable="columndateJoined" msprop:Generator_ColumnPropNameInRow="dateJoined" msprop:Generator_ColumnPropNameInTable="dateJoinedColumn" msprop:Generator_UserColumnName="dateJoined" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="authentication" msprop:Generator_ColumnVarNameInTable="columnauthentication" msprop:Generator_ColumnPropNameInRow="authentication" msprop:Generator_ColumnPropNameInTable="authenticationColumn" msprop:Generator_UserColumnName="authentication" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="active" msprop:Generator_ColumnVarNameInTable="columnactive" msprop:Generator_ColumnPropNameInRow="active" msprop:Generator_ColumnPropNameInTable="activeColumn" msprop:Generator_UserColumnName="active" type="xs:int" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="usersHist" msprop:Generator_TableClassName="usersHistDataTable" msprop:Generator_TableVarName="tableusersHist" msprop:Generator_RowChangedName="usersHistRowChanged" msprop:Generator_TablePropName="usersHist" msprop:Generator_RowDeletingName="usersHistRowDeleting" msprop:Generator_RowChangingName="usersHistRowChanging" msprop:Generator_RowEvHandlerName="usersHistRowChangeEventHandler" msprop:Generator_RowDeletedName="usersHistRowDeleted" msprop:Generator_RowClassName="usersHistRow" msprop:Generator_UserTableName="usersHist" msprop:Generator_RowEvArgName="usersHistRowChangeEvent">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="lineNum" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_ColumnVarNameInTable="columnlineNum" msprop:Generator_ColumnPropNameInRow="lineNum" msprop:Generator_ColumnPropNameInTable="lineNumColumn" msprop:Generator_UserColumnName="lineNum" type="xs:long" />
|
|
<xs:element name="username" msprop:Generator_ColumnVarNameInTable="columnusername" msprop:Generator_ColumnPropNameInRow="username" msprop:Generator_ColumnPropNameInTable="usernameColumn" msprop:Generator_UserColumnName="username" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="password" msprop:Generator_ColumnVarNameInTable="columnpassword" msprop:Generator_ColumnPropNameInRow="password" msprop:Generator_ColumnPropNameInTable="passwordColumn" msprop:Generator_UserColumnName="password" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="employeeCode" msprop:Generator_ColumnVarNameInTable="columnemployeeCode" msprop:Generator_ColumnPropNameInRow="employeeCode" msprop:Generator_ColumnPropNameInTable="employeeCodeColumn" msprop:Generator_UserColumnName="employeeCode" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="25" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="dateJoined" msprop:Generator_ColumnVarNameInTable="columndateJoined" msprop:Generator_ColumnPropNameInRow="dateJoined" msprop:Generator_ColumnPropNameInTable="dateJoinedColumn" msprop:Generator_UserColumnName="dateJoined" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="authentication" msprop:Generator_ColumnVarNameInTable="columnauthentication" msprop:Generator_ColumnPropNameInRow="authentication" msprop:Generator_ColumnPropNameInTable="authenticationColumn" msprop:Generator_UserColumnName="authentication" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="active" msprop:Generator_ColumnVarNameInTable="columnactive" msprop:Generator_ColumnPropNameInRow="active" msprop:Generator_ColumnPropNameInTable="activeColumn" msprop:Generator_UserColumnName="active" type="xs:int" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="WIP_TEMP" msprop:Generator_TableClassName="WIP_TEMPDataTable" msprop:Generator_TableVarName="tableWIP_TEMP" msprop:Generator_RowChangedName="WIP_TEMPRowChanged" msprop:Generator_TablePropName="WIP_TEMP" msprop:Generator_RowDeletingName="WIP_TEMPRowDeleting" msprop:Generator_RowChangingName="WIP_TEMPRowChanging" msprop:Generator_RowEvHandlerName="WIP_TEMPRowChangeEventHandler" msprop:Generator_RowDeletedName="WIP_TEMPRowDeleted" msprop:Generator_RowClassName="WIP_TEMPRow" msprop:Generator_UserTableName="WIP_TEMP" msprop:Generator_RowEvArgName="WIP_TEMPRowChangeEvent">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="modelno" msprop:Generator_ColumnVarNameInTable="columnmodelno" msprop:Generator_ColumnPropNameInRow="modelno" msprop:Generator_ColumnPropNameInTable="modelnoColumn" msprop:Generator_UserColumnName="modelno">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="station" msprop:Generator_ColumnVarNameInTable="columnstation" msprop:Generator_ColumnPropNameInRow="station" msprop:Generator_ColumnPropNameInTable="stationColumn" msprop:Generator_UserColumnName="station">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="previous" msprop:Generator_ColumnVarNameInTable="columnprevious" msprop:Generator_ColumnPropNameInRow="previous" msprop:Generator_ColumnPropNameInTable="previousColumn" msprop:Generator_UserColumnName="previous" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="description" msprop:Generator_ColumnVarNameInTable="columndescription" msprop:Generator_ColumnPropNameInRow="description" msprop:Generator_ColumnPropNameInTable="descriptionColumn" msprop:Generator_UserColumnName="description" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="WIP" msprop:Generator_ColumnVarNameInTable="columnWIP" msprop:Generator_ColumnPropNameInRow="WIP" msprop:Generator_ColumnPropNameInTable="WIPColumn" msprop:Generator_UserColumnName="WIP" type="xs:int" minOccurs="0" />
|
|
<xs:element name="date" msprop:Generator_ColumnVarNameInTable="columndate" msprop:Generator_ColumnPropNameInRow="_date" msprop:Generator_ColumnPropNameInTable="dateColumn" msprop:Generator_UserColumnName="date" type="xs:dateTime" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="CTSB9-00001" msprop:Generator_TableClassName="_CTSB9_00001DataTable" msprop:Generator_TableVarName="_tableCTSB9_00001" msprop:Generator_RowChangedName="_CTSB9_00001RowChanged" msprop:Generator_TablePropName="_CTSB9_00001" msprop:Generator_RowDeletingName="_CTSB9_00001RowDeleting" msprop:Generator_RowChangingName="_CTSB9_00001RowChanging" msprop:Generator_RowEvHandlerName="_CTSB9_00001RowChangeEventHandler" msprop:Generator_RowDeletedName="_CTSB9_00001RowDeleted" msprop:Generator_RowClassName="_CTSB9_00001Row" msprop:Generator_UserTableName="CTSB9-00001" msprop:Generator_RowEvArgName="_CTSB9_00001RowChangeEvent">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="ModuleAndFeeder" msprop:Generator_ColumnVarNameInTable="columnModuleAndFeeder" msprop:Generator_ColumnPropNameInRow="ModuleAndFeeder" msprop:Generator_ColumnPropNameInTable="ModuleAndFeederColumn" msprop:Generator_UserColumnName="ModuleAndFeeder" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="PartNo" msprop:Generator_ColumnVarNameInTable="columnPartNo" msprop:Generator_ColumnPropNameInRow="PartNo" msprop:Generator_ColumnPropNameInTable="PartNoColumn" msprop:Generator_UserColumnName="PartNo" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Lot" msprop:Generator_ColumnVarNameInTable="columnLot" msprop:Generator_ColumnPropNameInRow="Lot" msprop:Generator_ColumnPropNameInTable="LotColumn" msprop:Generator_UserColumnName="Lot" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Location" msprop:Generator_ColumnVarNameInTable="columnLocation" msprop:Generator_ColumnPropNameInRow="Location" msprop:Generator_ColumnPropNameInTable="LocationColumn" msprop:Generator_UserColumnName="Location" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DateAndTimeMounted" msprop:Generator_ColumnVarNameInTable="columnDateAndTimeMounted" msprop:Generator_ColumnPropNameInRow="DateAndTimeMounted" msprop:Generator_ColumnPropNameInTable="DateAndTimeMountedColumn" msprop:Generator_UserColumnName="DateAndTimeMounted" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="Operator" msprop:Generator_ColumnVarNameInTable="columnOperator" msprop:Generator_ColumnPropNameInRow="_Operator" msprop:Generator_ColumnPropNameInTable="OperatorColumn" msprop:Generator_UserColumnName="Operator" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="CTSB9-00002" msprop:Generator_TableClassName="_CTSB9_00002DataTable" msprop:Generator_TableVarName="_tableCTSB9_00002" msprop:Generator_RowChangedName="_CTSB9_00002RowChanged" msprop:Generator_TablePropName="_CTSB9_00002" msprop:Generator_RowDeletingName="_CTSB9_00002RowDeleting" msprop:Generator_RowChangingName="_CTSB9_00002RowChanging" msprop:Generator_RowEvHandlerName="_CTSB9_00002RowChangeEventHandler" msprop:Generator_RowDeletedName="_CTSB9_00002RowDeleted" msprop:Generator_RowClassName="_CTSB9_00002Row" msprop:Generator_UserTableName="CTSB9-00002" msprop:Generator_RowEvArgName="_CTSB9_00002RowChangeEvent">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="ModuleAndFeeder" msprop:Generator_ColumnVarNameInTable="columnModuleAndFeeder" msprop:Generator_ColumnPropNameInRow="ModuleAndFeeder" msprop:Generator_ColumnPropNameInTable="ModuleAndFeederColumn" msprop:Generator_UserColumnName="ModuleAndFeeder" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="PartNo" msprop:Generator_ColumnVarNameInTable="columnPartNo" msprop:Generator_ColumnPropNameInRow="PartNo" msprop:Generator_ColumnPropNameInTable="PartNoColumn" msprop:Generator_UserColumnName="PartNo" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Lot" msprop:Generator_ColumnVarNameInTable="columnLot" msprop:Generator_ColumnPropNameInRow="Lot" msprop:Generator_ColumnPropNameInTable="LotColumn" msprop:Generator_UserColumnName="Lot" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Location" msprop:Generator_ColumnVarNameInTable="columnLocation" msprop:Generator_ColumnPropNameInRow="Location" msprop:Generator_ColumnPropNameInTable="LocationColumn" msprop:Generator_UserColumnName="Location" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DateAndTimeMounted" msprop:Generator_ColumnVarNameInTable="columnDateAndTimeMounted" msprop:Generator_ColumnPropNameInRow="DateAndTimeMounted" msprop:Generator_ColumnPropNameInTable="DateAndTimeMountedColumn" msprop:Generator_UserColumnName="DateAndTimeMounted" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="Operator" msprop:Generator_ColumnVarNameInTable="columnOperator" msprop:Generator_ColumnPropNameInRow="_Operator" msprop:Generator_ColumnPropNameInTable="OperatorColumn" msprop:Generator_UserColumnName="Operator" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="getMaxDate" msprop:Generator_TableClassName="getMaxDateDataTable" msprop:Generator_TableVarName="tablegetMaxDate" msprop:Generator_RowChangedName="getMaxDateRowChanged" msprop:Generator_TablePropName="getMaxDate" msprop:Generator_RowDeletingName="getMaxDateRowDeleting" msprop:Generator_RowChangingName="getMaxDateRowChanging" msprop:Generator_RowEvHandlerName="getMaxDateRowChangeEventHandler" msprop:Generator_RowDeletedName="getMaxDateRowDeleted" msprop:Generator_RowClassName="getMaxDateRow" msprop:Generator_UserTableName="getMaxDate" msprop:Generator_RowEvArgName="getMaxDateRowChangeEvent">
|
|
<xs:complexType>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="getMinDate" msprop:Generator_TableClassName="getMinDateDataTable" msprop:Generator_TableVarName="tablegetMinDate" msprop:Generator_RowChangedName="getMinDateRowChanged" msprop:Generator_TablePropName="getMinDate" msprop:Generator_RowDeletingName="getMinDateRowDeleting" msprop:Generator_RowChangingName="getMinDateRowChanging" msprop:Generator_RowEvHandlerName="getMinDateRowChangeEventHandler" msprop:Generator_RowDeletedName="getMinDateRowDeleted" msprop:Generator_RowClassName="getMinDateRow" msprop:Generator_UserTableName="getMinDate" msprop:Generator_RowEvArgName="getMinDateRowChangeEvent">
|
|
<xs:complexType>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="Shipper_File" msprop:Generator_TableClassName="Shipper_FileDataTable" msprop:Generator_TableVarName="tableShipper_File" msprop:Generator_RowChangedName="Shipper_FileRowChanged" msprop:Generator_TablePropName="Shipper_File" msprop:Generator_RowDeletingName="Shipper_FileRowDeleting" msprop:Generator_RowChangingName="Shipper_FileRowChanging" msprop:Generator_RowEvHandlerName="Shipper_FileRowChangeEventHandler" msprop:Generator_RowDeletedName="Shipper_FileRowDeleted" msprop:Generator_RowClassName="Shipper_FileRow" msprop:Generator_UserTableName="Shipper_File" msprop:Generator_RowEvArgName="Shipper_FileRowChangeEvent">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="shipno" msprop:Generator_ColumnVarNameInTable="columnshipno" msprop:Generator_ColumnPropNameInRow="shipno" msprop:Generator_ColumnPropNameInTable="shipnoColumn" msprop:Generator_UserColumnName="shipno">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="shipDate" msprop:Generator_ColumnVarNameInTable="columnshipDate" msprop:Generator_ColumnPropNameInRow="shipDate" msprop:Generator_ColumnPropNameInTable="shipDateColumn" msprop:Generator_UserColumnName="shipDate" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="shipVia" msprop:Generator_ColumnVarNameInTable="columnshipVia" msprop:Generator_ColumnPropNameInRow="shipVia" msprop:Generator_ColumnPropNameInTable="shipViaColumn" msprop:Generator_UserColumnName="shipVia" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="20" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="shipto" msprop:Generator_ColumnVarNameInTable="columnshipto" msprop:Generator_ColumnPropNameInRow="shipto" msprop:Generator_ColumnPropNameInTable="shiptoColumn" msprop:Generator_UserColumnName="shipto" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="28" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="sipAdd1" msprop:Generator_ColumnVarNameInTable="columnsipAdd1" msprop:Generator_ColumnPropNameInRow="sipAdd1" msprop:Generator_ColumnPropNameInTable="sipAdd1Column" msprop:Generator_UserColumnName="sipAdd1" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="28" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="shipAdd2" msprop:Generator_ColumnVarNameInTable="columnshipAdd2" msprop:Generator_ColumnPropNameInRow="shipAdd2" msprop:Generator_ColumnPropNameInTable="shipAdd2Column" msprop:Generator_UserColumnName="shipAdd2" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="28" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="shipAdd3" msprop:Generator_ColumnVarNameInTable="columnshipAdd3" msprop:Generator_ColumnPropNameInRow="shipAdd3" msprop:Generator_ColumnPropNameInTable="shipAdd3Column" msprop:Generator_UserColumnName="shipAdd3" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="28" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="city" msprop:Generator_ColumnVarNameInTable="columncity" msprop:Generator_ColumnPropNameInRow="city" msprop:Generator_ColumnPropNameInTable="cityColumn" msprop:Generator_UserColumnName="city" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="20" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="state" msprop:Generator_ColumnVarNameInTable="columnstate" msprop:Generator_ColumnPropNameInRow="state" msprop:Generator_ColumnPropNameInTable="stateColumn" msprop:Generator_UserColumnName="state" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="4" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="postalCode" msprop:Generator_ColumnVarNameInTable="columnpostalCode" msprop:Generator_ColumnPropNameInRow="postalCode" msprop:Generator_ColumnPropNameInTable="postalCodeColumn" msprop:Generator_UserColumnName="postalCode" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="10" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="countryCode" msprop:Generator_ColumnVarNameInTable="columncountryCode" msprop:Generator_ColumnPropNameInRow="countryCode" msprop:Generator_ColumnPropNameInTable="countryCodeColumn" msprop:Generator_UserColumnName="countryCode" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="28" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="cnNo" msprop:Generator_ColumnVarNameInTable="columncnNo" msprop:Generator_ColumnPropNameInRow="cnNo" msprop:Generator_ColumnPropNameInTable="cnNoColumn" msprop:Generator_UserColumnName="cnNo" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="layer" msprop:Generator_ColumnVarNameInTable="columnlayer" msprop:Generator_ColumnPropNameInRow="layer" msprop:Generator_ColumnPropNameInTable="layerColumn" msprop:Generator_UserColumnName="layer" type="xs:float" minOccurs="0" />
|
|
<xs:element name="dimension" msprop:Generator_ColumnVarNameInTable="columndimension" msprop:Generator_ColumnPropNameInRow="dimension" msprop:Generator_ColumnPropNameInTable="dimensionColumn" msprop:Generator_UserColumnName="dimension" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="serialno" msprop:Generator_ColumnVarNameInTable="columnserialno" msprop:Generator_ColumnPropNameInRow="serialno" msprop:Generator_ColumnPropNameInTable="serialnoColumn" msprop:Generator_UserColumnName="serialno" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="poLine" msprop:Generator_ColumnVarNameInTable="columnpoLine" msprop:Generator_ColumnPropNameInRow="poLine" msprop:Generator_ColumnPropNameInTable="poLineColumn" msprop:Generator_UserColumnName="poLine" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="15" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="model" msprop:Generator_ColumnVarNameInTable="columnmodel" msprop:Generator_ColumnPropNameInRow="model" msprop:Generator_ColumnPropNameInTable="modelColumn" msprop:Generator_UserColumnName="model" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="Shipper_File_Body" msprop:Generator_TableClassName="Shipper_File_BodyDataTable" msprop:Generator_TableVarName="tableShipper_File_Body" msprop:Generator_RowChangedName="Shipper_File_BodyRowChanged" msprop:Generator_TablePropName="Shipper_File_Body" msprop:Generator_RowDeletingName="Shipper_File_BodyRowDeleting" msprop:Generator_RowChangingName="Shipper_File_BodyRowChanging" msprop:Generator_RowEvHandlerName="Shipper_File_BodyRowChangeEventHandler" msprop:Generator_RowDeletedName="Shipper_File_BodyRowDeleted" msprop:Generator_RowClassName="Shipper_File_BodyRow" msprop:Generator_UserTableName="Shipper_File_Body" msprop:Generator_RowEvArgName="Shipper_File_BodyRowChangeEvent">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="POLine" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnPOLine" msprop:Generator_ColumnPropNameInRow="POLine" msprop:Generator_ColumnPropNameInTable="POLineColumn" msprop:Generator_UserColumnName="POLine" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="24" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="modelDesc1" msprop:Generator_ColumnVarNameInTable="columnmodelDesc1" msprop:Generator_ColumnPropNameInRow="modelDesc1" msprop:Generator_ColumnPropNameInTable="modelDesc1Column" msprop:Generator_UserColumnName="modelDesc1" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="200" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="CustPO" msprop:Generator_ColumnVarNameInTable="columnCustPO" msprop:Generator_ColumnPropNameInRow="CustPO" msprop:Generator_ColumnPropNameInTable="CustPOColumn" msprop:Generator_UserColumnName="CustPO" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="8" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Flag3" msprop:Generator_ColumnVarNameInTable="columnFlag3" msprop:Generator_ColumnPropNameInRow="Flag3" msprop:Generator_ColumnPropNameInTable="Flag3Column" msprop:Generator_UserColumnName="Flag3" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="1" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="model" msprop:Generator_ColumnVarNameInTable="columnmodel" msprop:Generator_ColumnPropNameInRow="model" msprop:Generator_ColumnPropNameInTable="modelColumn" msprop:Generator_UserColumnName="model" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="CustPart" msprop:Generator_ColumnVarNameInTable="columnCustPart" msprop:Generator_ColumnPropNameInRow="CustPart" msprop:Generator_ColumnPropNameInTable="CustPartColumn" msprop:Generator_UserColumnName="CustPart" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="40" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="serialno" msprop:Generator_ColumnVarNameInTable="columnserialno" msprop:Generator_ColumnPropNameInRow="serialno" msprop:Generator_ColumnPropNameInTable="serialnoColumn" msprop:Generator_UserColumnName="serialno" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="Shipper_File_Header" msprop:Generator_TableClassName="Shipper_File_HeaderDataTable" msprop:Generator_TableVarName="tableShipper_File_Header" msprop:Generator_RowChangedName="Shipper_File_HeaderRowChanged" msprop:Generator_TablePropName="Shipper_File_Header" msprop:Generator_RowDeletingName="Shipper_File_HeaderRowDeleting" msprop:Generator_RowChangingName="Shipper_File_HeaderRowChanging" msprop:Generator_RowEvHandlerName="Shipper_File_HeaderRowChangeEventHandler" msprop:Generator_RowDeletedName="Shipper_File_HeaderRowDeleted" msprop:Generator_RowClassName="Shipper_File_HeaderRow" msprop:Generator_UserTableName="Shipper_File_Header" msprop:Generator_RowEvArgName="Shipper_File_HeaderRowChangeEvent">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="shipno" msprop:Generator_ColumnVarNameInTable="columnshipno" msprop:Generator_ColumnPropNameInRow="shipno" msprop:Generator_ColumnPropNameInTable="shipnoColumn" msprop:Generator_UserColumnName="shipno">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="shipDate" msprop:Generator_ColumnVarNameInTable="columnshipDate" msprop:Generator_ColumnPropNameInRow="shipDate" msprop:Generator_ColumnPropNameInTable="shipDateColumn" msprop:Generator_UserColumnName="shipDate" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="shipVia" msprop:Generator_ColumnVarNameInTable="columnshipVia" msprop:Generator_ColumnPropNameInRow="shipVia" msprop:Generator_ColumnPropNameInTable="shipViaColumn" msprop:Generator_UserColumnName="shipVia" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="20" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="shipto" msprop:Generator_ColumnVarNameInTable="columnshipto" msprop:Generator_ColumnPropNameInRow="shipto" msprop:Generator_ColumnPropNameInTable="shiptoColumn" msprop:Generator_UserColumnName="shipto" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="28" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="sipAdd1" msprop:Generator_ColumnVarNameInTable="columnsipAdd1" msprop:Generator_ColumnPropNameInRow="sipAdd1" msprop:Generator_ColumnPropNameInTable="sipAdd1Column" msprop:Generator_UserColumnName="sipAdd1" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="28" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="shipAdd2" msprop:Generator_ColumnVarNameInTable="columnshipAdd2" msprop:Generator_ColumnPropNameInRow="shipAdd2" msprop:Generator_ColumnPropNameInTable="shipAdd2Column" msprop:Generator_UserColumnName="shipAdd2" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="28" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="shipAdd3" msprop:Generator_ColumnVarNameInTable="columnshipAdd3" msprop:Generator_ColumnPropNameInRow="shipAdd3" msprop:Generator_ColumnPropNameInTable="shipAdd3Column" msprop:Generator_UserColumnName="shipAdd3" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="28" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="ZIP" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnZIP" msprop:Generator_ColumnPropNameInRow="ZIP" msprop:Generator_ColumnPropNameInTable="ZIPColumn" msprop:Generator_UserColumnName="ZIP" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="41" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="countryCode" msprop:Generator_ColumnVarNameInTable="columncountryCode" msprop:Generator_ColumnPropNameInRow="countryCode" msprop:Generator_ColumnPropNameInTable="countryCodeColumn" msprop:Generator_UserColumnName="countryCode" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="28" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="cnNo" msprop:Generator_ColumnVarNameInTable="columncnNo" msprop:Generator_ColumnPropNameInRow="cnNo" msprop:Generator_ColumnPropNameInTable="cnNoColumn" msprop:Generator_UserColumnName="cnNo" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="layer" msprop:Generator_ColumnVarNameInTable="columnlayer" msprop:Generator_ColumnPropNameInRow="layer" msprop:Generator_ColumnPropNameInTable="layerColumn" msprop:Generator_UserColumnName="layer" type="xs:float" minOccurs="0" />
|
|
<xs:element name="dimension" msprop:Generator_ColumnVarNameInTable="columndimension" msprop:Generator_ColumnPropNameInRow="dimension" msprop:Generator_ColumnPropNameInTable="dimensionColumn" msprop:Generator_UserColumnName="dimension" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="poLine" msprop:Generator_ColumnVarNameInTable="columnpoLine" msprop:Generator_ColumnPropNameInRow="poLine" msprop:Generator_ColumnPropNameInTable="poLineColumn" msprop:Generator_UserColumnName="poLine" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="15" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="model" msprop:Generator_ColumnVarNameInTable="columnmodel" msprop:Generator_ColumnPropNameInRow="model" msprop:Generator_ColumnPropNameInTable="modelColumn" msprop:Generator_UserColumnName="model" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="container" msprop:Generator_TableClassName="containerDataTable" msprop:Generator_TableVarName="tablecontainer" msprop:Generator_RowChangedName="containerRowChanged" msprop:Generator_TablePropName="container" msprop:Generator_RowDeletingName="containerRowDeleting" msprop:Generator_RowChangingName="containerRowChanging" msprop:Generator_RowEvHandlerName="containerRowChangeEventHandler" msprop:Generator_RowDeletedName="containerRowDeleted" msprop:Generator_RowClassName="containerRow" msprop:Generator_UserTableName="container" msprop:Generator_RowEvArgName="containerRowChangeEvent">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="Column1" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnColumn1" msprop:Generator_ColumnPropNameInRow="Column1" msprop:Generator_ColumnPropNameInTable="Column1Column" msprop:Generator_UserColumnName="Column1" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="142" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="createView" msprop:Generator_TableClassName="createViewDataTable" msprop:Generator_TableVarName="tablecreateView" msprop:Generator_RowChangedName="createViewRowChanged" msprop:Generator_TablePropName="createView" msprop:Generator_RowDeletingName="createViewRowDeleting" msprop:Generator_RowChangingName="createViewRowChanging" msprop:Generator_RowEvHandlerName="createViewRowChangeEventHandler" msprop:Generator_RowDeletedName="createViewRowDeleted" msprop:Generator_RowClassName="createViewRow" msprop:Generator_UserTableName="createView" msprop:Generator_RowEvArgName="createViewRowChangeEvent">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="ModuleAndFeeder" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnModuleAndFeeder" msprop:Generator_ColumnPropNameInRow="ModuleAndFeeder" msprop:Generator_ColumnPropNameInTable="ModuleAndFeederColumn" msprop:Generator_UserColumnName="ModuleAndFeeder" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="PartNo" msprop:Generator_ColumnVarNameInTable="columnPartNo" msprop:Generator_ColumnPropNameInRow="PartNo" msprop:Generator_ColumnPropNameInTable="PartNoColumn" msprop:Generator_UserColumnName="PartNo" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Lot" msprop:Generator_ColumnVarNameInTable="columnLot" msprop:Generator_ColumnPropNameInRow="Lot" msprop:Generator_ColumnPropNameInTable="LotColumn" msprop:Generator_UserColumnName="Lot" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Location" msprop:Generator_ColumnVarNameInTable="columnLocation" msprop:Generator_ColumnPropNameInRow="Location" msprop:Generator_ColumnPropNameInTable="LocationColumn" msprop:Generator_UserColumnName="Location" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DateAndTimeMounted" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnDateAndTimeMounted" msprop:Generator_ColumnPropNameInRow="DateAndTimeMounted" msprop:Generator_ColumnPropNameInTable="DateAndTimeMountedColumn" msprop:Generator_UserColumnName="DateAndTimeMounted" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="Operator" msprop:Generator_ColumnVarNameInTable="columnOperator" msprop:Generator_ColumnPropNameInRow="_Operator" msprop:Generator_ColumnPropNameInTable="OperatorColumn" msprop:Generator_UserColumnName="Operator" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="item" msprop:Generator_TableClassName="itemDataTable" msprop:Generator_TableVarName="tableitem" msprop:Generator_RowChangedName="itemRowChanged" msprop:Generator_TablePropName="item" msprop:Generator_RowDeletingName="itemRowDeleting" msprop:Generator_RowChangingName="itemRowChanging" msprop:Generator_RowEvHandlerName="itemRowChangeEventHandler" msprop:Generator_RowDeletedName="itemRowDeleted" msprop:Generator_RowClassName="itemRow" msprop:Generator_UserTableName="item" msprop:Generator_RowEvArgName="itemRowChangeEvent">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="Column1" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnColumn1" msprop:Generator_ColumnPropNameInRow="Column1" msprop:Generator_ColumnPropNameInTable="Column1Column" msprop:Generator_UserColumnName="Column1" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="203" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="PO" msprop:Generator_TableClassName="PODataTable" msprop:Generator_TableVarName="tablePO" msprop:Generator_RowChangedName="PORowChanged" msprop:Generator_TablePropName="PO" msprop:Generator_RowDeletingName="PORowDeleting" msprop:Generator_RowChangingName="PORowChanging" msprop:Generator_RowEvHandlerName="PORowChangeEventHandler" msprop:Generator_RowDeletedName="PORowDeleted" msprop:Generator_RowClassName="PORow" msprop:Generator_UserTableName="PO" msprop:Generator_RowEvArgName="PORowChangeEvent">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="Column1" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnColumn1" msprop:Generator_ColumnPropNameInRow="Column1" msprop:Generator_ColumnPropNameInTable="Column1Column" msprop:Generator_UserColumnName="Column1" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="129" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="POLINE" msprop:Generator_TableClassName="POLINEDataTable" msprop:Generator_TableVarName="tablePOLINE" msprop:Generator_RowChangedName="POLINERowChanged" msprop:Generator_TablePropName="POLINE" msprop:Generator_RowDeletingName="POLINERowDeleting" msprop:Generator_RowChangingName="POLINERowChanging" msprop:Generator_RowEvHandlerName="POLINERowChangeEventHandler" msprop:Generator_RowDeletedName="POLINERowDeleted" msprop:Generator_RowClassName="POLINERow" msprop:Generator_UserTableName="POLINE" msprop:Generator_RowEvArgName="POLINERowChangeEvent">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="Column1" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnColumn1" msprop:Generator_ColumnPropNameInRow="Column1" msprop:Generator_ColumnPropNameInTable="Column1Column" msprop:Generator_UserColumnName="Column1" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="126" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="shipAdd1" msprop:Generator_TableClassName="shipAdd1DataTable" msprop:Generator_TableVarName="tableshipAdd1" msprop:Generator_RowChangedName="shipAdd1RowChanged" msprop:Generator_TablePropName="shipAdd1" msprop:Generator_RowDeletingName="shipAdd1RowDeleting" msprop:Generator_RowChangingName="shipAdd1RowChanging" msprop:Generator_RowEvHandlerName="shipAdd1RowChangeEventHandler" msprop:Generator_RowDeletedName="shipAdd1RowDeleted" msprop:Generator_RowClassName="shipAdd1Row" msprop:Generator_UserTableName="shipAdd1" msprop:Generator_RowEvArgName="shipAdd1RowChangeEvent">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="Column1" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnColumn1" msprop:Generator_ColumnPropNameInRow="Column1" msprop:Generator_ColumnPropNameInTable="Column1Column" msprop:Generator_UserColumnName="Column1" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="140" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="shipAdd2" msprop:Generator_TableClassName="shipAdd2DataTable" msprop:Generator_TableVarName="tableshipAdd2" msprop:Generator_RowChangedName="shipAdd2RowChanged" msprop:Generator_TablePropName="shipAdd2" msprop:Generator_RowDeletingName="shipAdd2RowDeleting" msprop:Generator_RowChangingName="shipAdd2RowChanging" msprop:Generator_RowEvHandlerName="shipAdd2RowChangeEventHandler" msprop:Generator_RowDeletedName="shipAdd2RowDeleted" msprop:Generator_RowClassName="shipAdd2Row" msprop:Generator_UserTableName="shipAdd2" msprop:Generator_RowEvArgName="shipAdd2RowChangeEvent">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="Column1" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnColumn1" msprop:Generator_ColumnPropNameInRow="Column1" msprop:Generator_ColumnPropNameInTable="Column1Column" msprop:Generator_UserColumnName="Column1" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="119" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="shipAdd3" msprop:Generator_TableClassName="shipAdd3DataTable" msprop:Generator_TableVarName="tableshipAdd3" msprop:Generator_RowChangedName="shipAdd3RowChanged" msprop:Generator_TablePropName="shipAdd3" msprop:Generator_RowDeletingName="shipAdd3RowDeleting" msprop:Generator_RowChangingName="shipAdd3RowChanging" msprop:Generator_RowEvHandlerName="shipAdd3RowChangeEventHandler" msprop:Generator_RowDeletedName="shipAdd3RowDeleted" msprop:Generator_RowClassName="shipAdd3Row" msprop:Generator_UserTableName="shipAdd3" msprop:Generator_RowEvArgName="shipAdd3RowChangeEvent">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="Column1" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnColumn1" msprop:Generator_ColumnPropNameInRow="Column1" msprop:Generator_ColumnPropNameInTable="Column1Column" msprop:Generator_UserColumnName="Column1" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="70" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="validatePOTransfer" msprop:Generator_TableClassName="validatePOTransferDataTable" msprop:Generator_TableVarName="tablevalidatePOTransfer" msprop:Generator_RowChangedName="validatePOTransferRowChanged" msprop:Generator_TablePropName="validatePOTransfer" msprop:Generator_RowDeletingName="validatePOTransferRowDeleting" msprop:Generator_RowChangingName="validatePOTransferRowChanging" msprop:Generator_RowEvHandlerName="validatePOTransferRowChangeEventHandler" msprop:Generator_RowDeletedName="validatePOTransferRowDeleted" msprop:Generator_RowClassName="validatePOTransferRow" msprop:Generator_UserTableName="validatePOTransfer" msprop:Generator_RowEvArgName="validatePOTransferRowChangeEvent">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="partOldPo" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnpartOldPo" msprop:Generator_ColumnPropNameInRow="partOldPo" msprop:Generator_ColumnPropNameInTable="partOldPoColumn" msprop:Generator_UserColumnName="partOldPo" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="partNewPo" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnpartNewPo" msprop:Generator_ColumnPropNameInRow="partNewPo" msprop:Generator_ColumnPropNameInTable="partNewPoColumn" msprop:Generator_UserColumnName="partNewPo" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="25" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="countOldPO" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columncountOldPO" msprop:Generator_ColumnPropNameInRow="countOldPO" msprop:Generator_ColumnPropNameInTable="countOldPOColumn" msprop:Generator_UserColumnName="countOldPO" type="xs:int" minOccurs="0" />
|
|
<xs:element name="openNewPo" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnopenNewPo" msprop:Generator_ColumnPropNameInRow="openNewPo" msprop:Generator_ColumnPropNameInTable="openNewPoColumn" msprop:Generator_UserColumnName="openNewPo" type="xs:decimal" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
</xs:choice>
|
|
</xs:complexType>
|
|
<xs:unique name="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:batch" />
|
|
<xs:field xpath="mstns:batchId" />
|
|
</xs:unique>
|
|
<xs:unique name="card_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:card" />
|
|
<xs:field xpath="mstns:cardno" />
|
|
</xs:unique>
|
|
<xs:unique name="cardHist_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:cardHist" />
|
|
<xs:field xpath="mstns:lineNum" />
|
|
</xs:unique>
|
|
<xs:unique name="defectCatProd_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:defectCatProd" />
|
|
<xs:field xpath="mstns:defectCatCode" />
|
|
</xs:unique>
|
|
<xs:unique name="defectCatProdHist_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:defectCatProdHist" />
|
|
<xs:field xpath="mstns:lineNum" />
|
|
</xs:unique>
|
|
<xs:unique name="defectCatQC_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:defectCatQC" />
|
|
<xs:field xpath="mstns:defectCatCode" />
|
|
</xs:unique>
|
|
<xs:unique name="defectCatQCHist_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:defectCatQCHist" />
|
|
<xs:field xpath="mstns:lineNum" />
|
|
</xs:unique>
|
|
<xs:unique name="defectProd_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:defectProd" />
|
|
<xs:field xpath="mstns:defectCode" />
|
|
</xs:unique>
|
|
<xs:unique name="defectProdHist_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:defectProdHist" />
|
|
<xs:field xpath="mstns:lineNum" />
|
|
</xs:unique>
|
|
<xs:unique name="defectQC_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:defectQC" />
|
|
<xs:field xpath="mstns:defectCode" />
|
|
</xs:unique>
|
|
<xs:unique name="defectQCHist_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:defectQCHist" />
|
|
<xs:field xpath="mstns:lineNum" />
|
|
</xs:unique>
|
|
<xs:unique name="faNo_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:faNo" />
|
|
<xs:field xpath="mstns:faId" />
|
|
</xs:unique>
|
|
<xs:unique name="LabelDef_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:LabelDef" />
|
|
<xs:field xpath="mstns:labelFormat1" />
|
|
<xs:field xpath="mstns:labelFormat2" />
|
|
</xs:unique>
|
|
<xs:unique name="LabelDefHist_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:LabelDefHist" />
|
|
<xs:field xpath="mstns:lineNum" />
|
|
</xs:unique>
|
|
<xs:unique name="log_alvarion_serial_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:log_alvarion_serial" />
|
|
<xs:field xpath="mstns:batchno" />
|
|
</xs:unique>
|
|
<xs:unique name="log_BL_Detail_Hist_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:log_BL_Detail_Hist" />
|
|
<xs:field xpath="mstns:lineNum" />
|
|
</xs:unique>
|
|
<xs:unique name="log_BL_Header_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:log_BL_Header" />
|
|
<xs:field xpath="mstns:boxno" />
|
|
</xs:unique>
|
|
<xs:unique name="log_BL_Header_Hist_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:log_BL_Header_Hist" />
|
|
<xs:field xpath="mstns:lineNum" />
|
|
</xs:unique>
|
|
<xs:unique name="log_CT_Detail_Hist_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:log_CT_Detail_Hist" />
|
|
<xs:field xpath="mstns:lineNum" />
|
|
</xs:unique>
|
|
<xs:unique name="log_CT_Header_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:log_CT_Header" />
|
|
<xs:field xpath="mstns:CNno" />
|
|
</xs:unique>
|
|
<xs:unique name="log_CT_Header_Hist_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:log_CT_Header_Hist" />
|
|
<xs:field xpath="mstns:lineNum" />
|
|
</xs:unique>
|
|
<xs:unique name="log_labelHist_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:log_labelHist" />
|
|
<xs:field xpath="mstns:lineNum" />
|
|
</xs:unique>
|
|
<xs:unique name="log_linkHist_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:log_linkHist" />
|
|
<xs:field xpath="mstns:lineNum" />
|
|
</xs:unique>
|
|
<xs:unique name="log_repair_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:log_repair" />
|
|
<xs:field xpath="mstns:trackingno" />
|
|
</xs:unique>
|
|
<xs:unique name="log_serial_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:log_serial" />
|
|
<xs:field xpath="mstns:batchno" />
|
|
</xs:unique>
|
|
<xs:unique name="log_SH_Detail_Hist_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:log_SH_Detail_Hist" />
|
|
<xs:field xpath="mstns:lineNum" />
|
|
</xs:unique>
|
|
<xs:unique name="log_SH_Header_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:log_SH_Header" />
|
|
<xs:field xpath="mstns:shipNo" />
|
|
</xs:unique>
|
|
<xs:unique name="log_SH_Header_Hist_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:log_SH_Header_Hist" />
|
|
<xs:field xpath="mstns:lineNum" />
|
|
</xs:unique>
|
|
<xs:unique name="LotNumber_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:LotNumber" />
|
|
<xs:field xpath="mstns:Lotnumber" />
|
|
</xs:unique>
|
|
<xs:unique name="machine_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:machine" />
|
|
<xs:field xpath="mstns:machine" />
|
|
</xs:unique>
|
|
<xs:unique name="machineHist_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:machineHist" />
|
|
<xs:field xpath="mstns:lineNum" />
|
|
</xs:unique>
|
|
<xs:unique name="model_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:model" />
|
|
<xs:field xpath="mstns:modelno" />
|
|
</xs:unique>
|
|
<xs:unique name="modelDim_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:modelDim" />
|
|
<xs:field xpath="mstns:modelno" />
|
|
</xs:unique>
|
|
<xs:unique name="modelDimHist_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:modelDimHist" />
|
|
<xs:field xpath="mstns:lineNum" />
|
|
</xs:unique>
|
|
<xs:unique name="modelFamily_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:modelFamily" />
|
|
<xs:field xpath="mstns:modelFamily" />
|
|
</xs:unique>
|
|
<xs:unique name="modelFamilyHist_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:modelFamilyHist" />
|
|
<xs:field xpath="mstns:lineNum" />
|
|
</xs:unique>
|
|
<xs:unique name="modelHierarchyHist_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:modelHierarchyHist" />
|
|
<xs:field xpath="mstns:lineNum" />
|
|
</xs:unique>
|
|
<xs:unique name="modelHist_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:modelHist" />
|
|
<xs:field xpath="mstns:lineNum" />
|
|
</xs:unique>
|
|
<xs:unique name="modelRoute_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:modelRoute" />
|
|
<xs:field xpath="mstns:modelno" />
|
|
<xs:field xpath="mstns:station" />
|
|
</xs:unique>
|
|
<xs:unique name="modelRouteHist_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:modelRouteHist" />
|
|
<xs:field xpath="mstns:lineNum" />
|
|
</xs:unique>
|
|
<xs:unique name="modelType_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:modelType" />
|
|
<xs:field xpath="mstns:modelType" />
|
|
</xs:unique>
|
|
<xs:unique name="modelTypeHist_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:modelTypeHist" />
|
|
<xs:field xpath="mstns:lineNum" />
|
|
</xs:unique>
|
|
<xs:unique name="partsCode_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:partsCode" />
|
|
<xs:field xpath="mstns:part_id" />
|
|
</xs:unique>
|
|
<xs:unique name="PartsModel_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:PartsModel" />
|
|
<xs:field xpath="mstns:ControlID" />
|
|
</xs:unique>
|
|
<xs:unique name="PartsPrep_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:PartsPrep" />
|
|
<xs:field xpath="mstns:Control_ID" />
|
|
</xs:unique>
|
|
<xs:unique name="pt_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:pt" />
|
|
<xs:field xpath="mstns:ptID" />
|
|
</xs:unique>
|
|
<xs:unique name="serialAlvariset_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:serialAlvariset" />
|
|
<xs:field xpath="mstns:cardno" />
|
|
</xs:unique>
|
|
<xs:unique name="serialMac_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:serialMac" />
|
|
<xs:field xpath="mstns:cardno" />
|
|
</xs:unique>
|
|
<xs:unique name="station_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:station" />
|
|
<xs:field xpath="mstns:station" />
|
|
</xs:unique>
|
|
<xs:unique name="stationHist_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:stationHist" />
|
|
<xs:field xpath="mstns:lineNum" />
|
|
</xs:unique>
|
|
<xs:unique name="users_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:users" />
|
|
<xs:field xpath="mstns:username" />
|
|
</xs:unique>
|
|
<xs:unique name="usersHist_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:usersHist" />
|
|
<xs:field xpath="mstns:lineNum" />
|
|
</xs:unique>
|
|
<xs:unique name="Shipper_File_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:Shipper_File" />
|
|
<xs:field xpath="mstns:shipno" />
|
|
</xs:unique>
|
|
<xs:unique name="Shipper_File_Header_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:Shipper_File_Header" />
|
|
<xs:field xpath="mstns:shipno" />
|
|
</xs:unique>
|
|
</xs:element>
|
|
</xs:schema> |