678 lines
93 KiB
XML
678 lines
93 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<xs:schema id="DS_DataMatrix" targetNamespace="http://tempuri.org/DS_DataMatrix.xsd" xmlns:mstns="http://tempuri.org/DS_DataMatrix.xsd" xmlns="http://tempuri.org/DS_DataMatrix.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="2" FunctionsComponentName="STP1" GeneratorFunctionsComponentClassName="STP" Modifier="AutoLayout, AnsiClass, Class, Public" SchemaSerializationMode="IncludeSchema" UserFunctionsComponentName="STP" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
|
|
<Connections>
|
|
<Connection AppSettingsObjectName="Settings" AppSettingsPropertyName="SP_produzioneConnectionString" ConnectionStringObject="" IsAppSettingsProperty="true" Modifier="Assembly" Name="SP_produzioneConnectionString (Settings)" ParameterPrefix="@" PropertyReference="ApplicationSettings.GMW_data.Properties.Settings.GlobalReference.Default.SP_produzioneConnectionString" Provider="System.Data.SqlClient" />
|
|
<Connection AppSettingsObjectName="Settings" AppSettingsPropertyName="GMWConnectionString" ConnectionStringObject="" IsAppSettingsProperty="true" Modifier="Assembly" Name="GMWConnectionString (Settings)" ParameterPrefix="@" PropertyReference="ApplicationSettings.GMW_data.Properties.Settings.GlobalReference.Default.GMWConnectionString" Provider="System.Data.SqlClient" />
|
|
</Connections>
|
|
<Tables>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="TranscodificaParticolariTableAdapter" GeneratorDataComponentClassName="TranscodificaParticolariTableAdapter" Name="TranscodificaParticolari" UserDataComponentName="TranscodificaParticolariTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="SP_produzioneConnectionString (Settings)" DbObjectName="SP_produzione.dbo.TranscodificaParticolari" 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].[TranscodificaParticolari] WHERE (([NumDisegno] = @Original_NumDisegno) AND ([EsponenteDisegno] = @Original_EsponenteDisegno) AND ([Particolare] = @Original_Particolare))</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_NumDisegno" Precision="7" ProviderType="Decimal" Scale="0" Size="0" SourceColumn="NumDisegno" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Byte" Direction="Input" ParameterName="@Original_EsponenteDisegno" Precision="0" ProviderType="TinyInt" Scale="0" Size="0" SourceColumn="EsponenteDisegno" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_Particolare" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Particolare" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</DeleteCommand>
|
|
<InsertCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>INSERT INTO [dbo].[TranscodificaParticolari] ([NumDisegno], [EsponenteDisegno], [Particolare]) VALUES (@NumDisegno, @EsponenteDisegno, @Particolare);
|
|
SELECT NumDisegno, EsponenteDisegno, Particolare FROM TranscodificaParticolari WHERE (EsponenteDisegno = @EsponenteDisegno) AND (NumDisegno = @NumDisegno)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@NumDisegno" Precision="7" ProviderType="Decimal" Scale="0" Size="0" SourceColumn="NumDisegno" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Byte" Direction="Input" ParameterName="@EsponenteDisegno" Precision="0" ProviderType="TinyInt" Scale="0" Size="0" SourceColumn="EsponenteDisegno" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Particolare" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Particolare" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</InsertCommand>
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT NumDisegno, EsponenteDisegno, Particolare FROM dbo.TranscodificaParticolari</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
<UpdateCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>UPDATE [dbo].[TranscodificaParticolari] SET [NumDisegno] = @NumDisegno, [EsponenteDisegno] = @EsponenteDisegno, [Particolare] = @Particolare WHERE (([NumDisegno] = @Original_NumDisegno) AND ([EsponenteDisegno] = @Original_EsponenteDisegno) AND ([Particolare] = @Original_Particolare));
|
|
SELECT NumDisegno, EsponenteDisegno, Particolare FROM TranscodificaParticolari WHERE (EsponenteDisegno = @EsponenteDisegno) AND (NumDisegno = @NumDisegno)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@NumDisegno" Precision="7" ProviderType="Decimal" Scale="0" Size="0" SourceColumn="NumDisegno" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Byte" Direction="Input" ParameterName="@EsponenteDisegno" Precision="0" ProviderType="TinyInt" Scale="0" Size="0" SourceColumn="EsponenteDisegno" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Particolare" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Particolare" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_NumDisegno" Precision="7" ProviderType="Decimal" Scale="0" Size="0" SourceColumn="NumDisegno" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Byte" Direction="Input" ParameterName="@Original_EsponenteDisegno" Precision="0" ProviderType="TinyInt" Scale="0" Size="0" SourceColumn="EsponenteDisegno" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_Particolare" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Particolare" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</UpdateCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="NumDisegno" DataSetColumn="NumDisegno" />
|
|
<Mapping SourceColumn="EsponenteDisegno" DataSetColumn="EsponenteDisegno" />
|
|
<Mapping SourceColumn="Particolare" DataSetColumn="Particolare" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="ElencoDataMatrixTableAdapter" GeneratorDataComponentClassName="ElencoDataMatrixTableAdapter" Name="ElencoDataMatrix" UserDataComponentName="ElencoDataMatrixTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="GMWConnectionString (Settings)" DbObjectName="SP_GMW.dbo.ElencoDataMatrix" 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].[ElencoDataMatrix] WHERE (([CodDataMatrix] = @Original_CodDataMatrix) AND ([CodGitterbox] = @Original_CodGitterbox) AND ((@IsNull_NumConchiglia = 1 AND [NumConchiglia] IS NULL) OR ([NumConchiglia] = @Original_NumConchiglia)) AND ((@IsNull_NumDisegno = 1 AND [NumDisegno] IS NULL) OR ([NumDisegno] = @Original_NumDisegno)) AND ((@IsNull_EsponenteDisegno = 1 AND [EsponenteDisegno] IS NULL) OR ([EsponenteDisegno] = @Original_EsponenteDisegno)) AND ((@IsNull_CodDifettoScarto = 1 AND [CodDifettoScarto] IS NULL) OR ([CodDifettoScarto] = @Original_CodDifettoScarto)) AND ((@IsNull_InizioPreparazione = 1 AND [InizioPreparazione] IS NULL) OR ([InizioPreparazione] = @Original_InizioPreparazione)) AND ((@IsNull_FinePreparazione = 1 AND [FinePreparazione] IS NULL) OR ([FinePreparazione] = @Original_FinePreparazione)) AND ((@IsNull_InizioIniezione = 1 AND [InizioIniezione] IS NULL) OR ([InizioIniezione] = @Original_InizioIniezione)) AND ((@IsNull_FineIniezione = 1 AND [FineIniezione] IS NULL) OR ([FineIniezione] = @Original_FineIniezione)) AND ((@IsNull_MagDestinazione = 1 AND [MagDestinazione] IS NULL) OR ([MagDestinazione] = @Original_MagDestinazione)) AND ((@IsNull_DataImport = 1 AND [DataImport] IS NULL) OR ([DataImport] = @Original_DataImport)))</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_CodDataMatrix" Precision="23" ProviderType="Decimal" Scale="0" Size="0" SourceColumn="CodDataMatrix" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiStringFixedLength" Direction="Input" ParameterName="@Original_CodGitterbox" Precision="0" ProviderType="Char" Scale="0" Size="0" SourceColumn="CodGitterbox" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_NumConchiglia" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="NumConchiglia" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_NumConchiglia" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="NumConchiglia" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_NumDisegno" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="NumDisegno" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_NumDisegno" Precision="7" ProviderType="Decimal" Scale="0" Size="0" SourceColumn="NumDisegno" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_EsponenteDisegno" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="EsponenteDisegno" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Byte" Direction="Input" ParameterName="@Original_EsponenteDisegno" Precision="0" ProviderType="TinyInt" Scale="0" Size="0" SourceColumn="EsponenteDisegno" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_CodDifettoScarto" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="CodDifettoScarto" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_CodDifettoScarto" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="CodDifettoScarto" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_InizioPreparazione" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="InizioPreparazione" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_InizioPreparazione" Precision="0" ProviderType="SmallDateTime" Scale="0" Size="0" SourceColumn="InizioPreparazione" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_FinePreparazione" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="FinePreparazione" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_FinePreparazione" Precision="0" ProviderType="SmallDateTime" Scale="0" Size="0" SourceColumn="FinePreparazione" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_InizioIniezione" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="InizioIniezione" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_InizioIniezione" Precision="0" ProviderType="SmallDateTime" Scale="0" Size="0" SourceColumn="InizioIniezione" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_FineIniezione" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="FineIniezione" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_FineIniezione" Precision="0" ProviderType="SmallDateTime" Scale="0" Size="0" SourceColumn="FineIniezione" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_MagDestinazione" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="MagDestinazione" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_MagDestinazione" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="MagDestinazione" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_DataImport" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="DataImport" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_DataImport" Precision="0" ProviderType="SmallDateTime" Scale="0" Size="0" SourceColumn="DataImport" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</DeleteCommand>
|
|
<InsertCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>INSERT INTO [dbo].[ElencoDataMatrix] ([CodDataMatrix], [CodGitterbox], [NumConchiglia], [NumDisegno], [EsponenteDisegno], [CodDifettoScarto], [InizioPreparazione], [FinePreparazione], [InizioIniezione], [FineIniezione], [MagDestinazione], [DataImport]) VALUES (@CodDataMatrix, @CodGitterbox, @NumConchiglia, @NumDisegno, @EsponenteDisegno, @CodDifettoScarto, @InizioPreparazione, @FinePreparazione, @InizioIniezione, @FineIniezione, @MagDestinazione, @DataImport);
|
|
SELECT CodDataMatrix, CodGitterbox, NumConchiglia, NumDisegno, EsponenteDisegno, CodDifettoScarto, InizioPreparazione, FinePreparazione, InizioIniezione, FineIniezione, MagDestinazione, DataImport FROM ElencoDataMatrix WHERE (CodDataMatrix = @CodDataMatrix)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@CodDataMatrix" Precision="23" ProviderType="Decimal" Scale="0" Size="0" SourceColumn="CodDataMatrix" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiStringFixedLength" Direction="Input" ParameterName="@CodGitterbox" Precision="0" ProviderType="Char" Scale="0" Size="0" SourceColumn="CodGitterbox" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@NumConchiglia" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="NumConchiglia" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@NumDisegno" Precision="7" ProviderType="Decimal" Scale="0" Size="0" SourceColumn="NumDisegno" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Byte" Direction="Input" ParameterName="@EsponenteDisegno" Precision="0" ProviderType="TinyInt" Scale="0" Size="0" SourceColumn="EsponenteDisegno" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@CodDifettoScarto" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="CodDifettoScarto" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@InizioPreparazione" Precision="0" ProviderType="SmallDateTime" Scale="0" Size="0" SourceColumn="InizioPreparazione" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@FinePreparazione" Precision="0" ProviderType="SmallDateTime" Scale="0" Size="0" SourceColumn="FinePreparazione" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@InizioIniezione" Precision="0" ProviderType="SmallDateTime" Scale="0" Size="0" SourceColumn="InizioIniezione" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@FineIniezione" Precision="0" ProviderType="SmallDateTime" Scale="0" Size="0" SourceColumn="FineIniezione" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@MagDestinazione" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="MagDestinazione" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@DataImport" Precision="0" ProviderType="SmallDateTime" Scale="0" Size="0" SourceColumn="DataImport" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</InsertCommand>
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT CodDataMatrix, CodGitterbox, NumConchiglia, NumDisegno, EsponenteDisegno, CodDifettoScarto, InizioPreparazione, FinePreparazione, InizioIniezione, FineIniezione, MagDestinazione, DataImport FROM dbo.ElencoDataMatrix</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
<UpdateCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>UPDATE [dbo].[ElencoDataMatrix] SET [CodDataMatrix] = @CodDataMatrix, [CodGitterbox] = @CodGitterbox, [NumConchiglia] = @NumConchiglia, [NumDisegno] = @NumDisegno, [EsponenteDisegno] = @EsponenteDisegno, [CodDifettoScarto] = @CodDifettoScarto, [InizioPreparazione] = @InizioPreparazione, [FinePreparazione] = @FinePreparazione, [InizioIniezione] = @InizioIniezione, [FineIniezione] = @FineIniezione, [MagDestinazione] = @MagDestinazione, [DataImport] = @DataImport WHERE (([CodDataMatrix] = @Original_CodDataMatrix) AND ([CodGitterbox] = @Original_CodGitterbox) AND ((@IsNull_NumConchiglia = 1 AND [NumConchiglia] IS NULL) OR ([NumConchiglia] = @Original_NumConchiglia)) AND ((@IsNull_NumDisegno = 1 AND [NumDisegno] IS NULL) OR ([NumDisegno] = @Original_NumDisegno)) AND ((@IsNull_EsponenteDisegno = 1 AND [EsponenteDisegno] IS NULL) OR ([EsponenteDisegno] = @Original_EsponenteDisegno)) AND ((@IsNull_CodDifettoScarto = 1 AND [CodDifettoScarto] IS NULL) OR ([CodDifettoScarto] = @Original_CodDifettoScarto)) AND ((@IsNull_InizioPreparazione = 1 AND [InizioPreparazione] IS NULL) OR ([InizioPreparazione] = @Original_InizioPreparazione)) AND ((@IsNull_FinePreparazione = 1 AND [FinePreparazione] IS NULL) OR ([FinePreparazione] = @Original_FinePreparazione)) AND ((@IsNull_InizioIniezione = 1 AND [InizioIniezione] IS NULL) OR ([InizioIniezione] = @Original_InizioIniezione)) AND ((@IsNull_FineIniezione = 1 AND [FineIniezione] IS NULL) OR ([FineIniezione] = @Original_FineIniezione)) AND ((@IsNull_MagDestinazione = 1 AND [MagDestinazione] IS NULL) OR ([MagDestinazione] = @Original_MagDestinazione)) AND ((@IsNull_DataImport = 1 AND [DataImport] IS NULL) OR ([DataImport] = @Original_DataImport)));
|
|
SELECT CodDataMatrix, CodGitterbox, NumConchiglia, NumDisegno, EsponenteDisegno, CodDifettoScarto, InizioPreparazione, FinePreparazione, InizioIniezione, FineIniezione, MagDestinazione, DataImport FROM ElencoDataMatrix WHERE (CodDataMatrix = @CodDataMatrix)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@CodDataMatrix" Precision="23" ProviderType="Decimal" Scale="0" Size="0" SourceColumn="CodDataMatrix" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiStringFixedLength" Direction="Input" ParameterName="@CodGitterbox" Precision="0" ProviderType="Char" Scale="0" Size="0" SourceColumn="CodGitterbox" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@NumConchiglia" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="NumConchiglia" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@NumDisegno" Precision="7" ProviderType="Decimal" Scale="0" Size="0" SourceColumn="NumDisegno" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Byte" Direction="Input" ParameterName="@EsponenteDisegno" Precision="0" ProviderType="TinyInt" Scale="0" Size="0" SourceColumn="EsponenteDisegno" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@CodDifettoScarto" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="CodDifettoScarto" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@InizioPreparazione" Precision="0" ProviderType="SmallDateTime" Scale="0" Size="0" SourceColumn="InizioPreparazione" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@FinePreparazione" Precision="0" ProviderType="SmallDateTime" Scale="0" Size="0" SourceColumn="FinePreparazione" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@InizioIniezione" Precision="0" ProviderType="SmallDateTime" Scale="0" Size="0" SourceColumn="InizioIniezione" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@FineIniezione" Precision="0" ProviderType="SmallDateTime" Scale="0" Size="0" SourceColumn="FineIniezione" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@MagDestinazione" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="MagDestinazione" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@DataImport" Precision="0" ProviderType="SmallDateTime" Scale="0" Size="0" SourceColumn="DataImport" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_CodDataMatrix" Precision="23" ProviderType="Decimal" Scale="0" Size="0" SourceColumn="CodDataMatrix" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiStringFixedLength" Direction="Input" ParameterName="@Original_CodGitterbox" Precision="0" ProviderType="Char" Scale="0" Size="0" SourceColumn="CodGitterbox" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_NumConchiglia" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="NumConchiglia" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_NumConchiglia" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="NumConchiglia" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_NumDisegno" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="NumDisegno" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_NumDisegno" Precision="7" ProviderType="Decimal" Scale="0" Size="0" SourceColumn="NumDisegno" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_EsponenteDisegno" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="EsponenteDisegno" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Byte" Direction="Input" ParameterName="@Original_EsponenteDisegno" Precision="0" ProviderType="TinyInt" Scale="0" Size="0" SourceColumn="EsponenteDisegno" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_CodDifettoScarto" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="CodDifettoScarto" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_CodDifettoScarto" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="CodDifettoScarto" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_InizioPreparazione" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="InizioPreparazione" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_InizioPreparazione" Precision="0" ProviderType="SmallDateTime" Scale="0" Size="0" SourceColumn="InizioPreparazione" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_FinePreparazione" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="FinePreparazione" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_FinePreparazione" Precision="0" ProviderType="SmallDateTime" Scale="0" Size="0" SourceColumn="FinePreparazione" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_InizioIniezione" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="InizioIniezione" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_InizioIniezione" Precision="0" ProviderType="SmallDateTime" Scale="0" Size="0" SourceColumn="InizioIniezione" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_FineIniezione" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="FineIniezione" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_FineIniezione" Precision="0" ProviderType="SmallDateTime" Scale="0" Size="0" SourceColumn="FineIniezione" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_MagDestinazione" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="MagDestinazione" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_MagDestinazione" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="MagDestinazione" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_DataImport" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="DataImport" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_DataImport" Precision="0" ProviderType="SmallDateTime" Scale="0" Size="0" SourceColumn="DataImport" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</UpdateCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="CodDataMatrix" DataSetColumn="CodDataMatrix" />
|
|
<Mapping SourceColumn="CodGitterbox" DataSetColumn="CodGitterbox" />
|
|
<Mapping SourceColumn="NumConchiglia" DataSetColumn="NumConchiglia" />
|
|
<Mapping SourceColumn="NumDisegno" DataSetColumn="NumDisegno" />
|
|
<Mapping SourceColumn="EsponenteDisegno" DataSetColumn="EsponenteDisegno" />
|
|
<Mapping SourceColumn="CodDifettoScarto" DataSetColumn="CodDifettoScarto" />
|
|
<Mapping SourceColumn="InizioPreparazione" DataSetColumn="InizioPreparazione" />
|
|
<Mapping SourceColumn="FinePreparazione" DataSetColumn="FinePreparazione" />
|
|
<Mapping SourceColumn="InizioIniezione" DataSetColumn="InizioIniezione" />
|
|
<Mapping SourceColumn="FineIniezione" DataSetColumn="FineIniezione" />
|
|
<Mapping SourceColumn="MagDestinazione" DataSetColumn="MagDestinazione" />
|
|
<Mapping SourceColumn="DataImport" DataSetColumn="DataImport" />
|
|
</Mappings>
|
|
<Sources>
|
|
<DbSource ConnectionRef="GMWConnectionString (Settings)" DbObjectName="SP_GMW.dbo.stp_EDM_getByCode" DbObjectType="StoredProcedure" GenerateMethods="Get" GenerateShortCommands="true" GeneratorGetMethodName="getByCode" GetMethodModifier="Public" GetMethodName="getByCode" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="getByCode" UserSourceName="getByCode">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.stp_EDM_getByCode</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="numeric" DbType="Decimal" Direction="Input" ParameterName="@CodDataMatrix" Precision="23" ProviderType="Decimal" Scale="0" Size="13" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="GMWConnectionString (Settings)" DbObjectName="SP_GMW.dbo.stp_EDM_getByGitterBox" DbObjectType="StoredProcedure" GenerateMethods="Get" GenerateShortCommands="true" GeneratorGetMethodName="getByGitterbox" GetMethodModifier="Public" GetMethodName="getByGitterbox" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="getByGitterbox" UserSourceName="getByGitterbox">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.stp_EDM_getByGitterBox</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="@CodGitterbox" Precision="0" ProviderType="NVarChar" Scale="0" Size="10" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="GMWConnectionString (Settings)" DbObjectName="SP_GMW.dbo.stp_EDM_spostaDataMtx" DbObjectType="StoredProcedure" GenerateMethods="Get" GenerateShortCommands="true" GeneratorGetMethodName="spostaInGitterbox" GetMethodModifier="Public" GetMethodName="spostaInGitterbox" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="spostaInGitterbox" UserSourceName="spostaInGitterbox">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.stp_EDM_spostaDataMtx</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="numeric" DbType="Decimal" Direction="Input" ParameterName="@CodDataMatrix" Precision="23" ProviderType="Decimal" Scale="0" Size="13" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@CodGitterbox" Precision="0" ProviderType="NVarChar" Scale="0" Size="10" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="varchar" DbType="AnsiString" Direction="Input" ParameterName="@CodSoggetto" Precision="0" ProviderType="VarChar" Scale="0" Size="17" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="GMWConnectionString (Settings)" DbObjectName="SP_GMW.dbo.stp_DtMtrx_import" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="stp_DtMtrx_import" Modifier="Public" Name="stp_DtMtrx_import" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy" UserSourceName="stp_DtMtrx_import">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.stp_DtMtrx_import</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="@CodCS" Precision="0" ProviderType="VarChar" Scale="0" Size="2" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@IdxPosizione" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="varchar" DbType="AnsiString" Direction="Input" ParameterName="@CodSoggetto" Precision="0" ProviderType="VarChar" Scale="0" Size="17" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="GMWConnectionString (Settings)" DbObjectName="SP_GMW.dbo.stp_EDM_svuotaGitterbox" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="svuotaGitterbox" Modifier="Public" Name="svuotaGitterbox" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy1" UserSourceName="svuotaGitterbox">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.stp_EDM_svuotaGitterbox</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="@CodGitterbox" Precision="0" ProviderType="NVarChar" Scale="0" Size="10" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="varchar" DbType="AnsiString" Direction="Input" ParameterName="@CodSoggetto" Precision="0" ProviderType="VarChar" Scale="0" Size="17" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</Sources>
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="v_trasfDataMatrixTableAdapter" GeneratorDataComponentClassName="v_trasfDataMatrixTableAdapter" Name="v_trasfDataMatrix" UserDataComponentName="v_trasfDataMatrixTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="GMWConnectionString (Settings)" DbObjectName="SP_GMW.dbo.v_trasfDataMatrix" 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 CodDataMatrix, CodGitterbox, NumConchiglia, NumDisegno, EsponenteDisegno, CodDifettoScarto, InizioPreparazione, FinePreparazione, InizioIniezione, FineIniezione, MagDestinazione, DataImport FROM dbo.v_trasfDataMatrix</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="CodDataMatrix" DataSetColumn="CodDataMatrix" />
|
|
<Mapping SourceColumn="CodGitterbox" DataSetColumn="CodGitterbox" />
|
|
<Mapping SourceColumn="NumConchiglia" DataSetColumn="NumConchiglia" />
|
|
<Mapping SourceColumn="NumDisegno" DataSetColumn="NumDisegno" />
|
|
<Mapping SourceColumn="EsponenteDisegno" DataSetColumn="EsponenteDisegno" />
|
|
<Mapping SourceColumn="CodDifettoScarto" DataSetColumn="CodDifettoScarto" />
|
|
<Mapping SourceColumn="InizioPreparazione" DataSetColumn="InizioPreparazione" />
|
|
<Mapping SourceColumn="FinePreparazione" DataSetColumn="FinePreparazione" />
|
|
<Mapping SourceColumn="InizioIniezione" DataSetColumn="InizioIniezione" />
|
|
<Mapping SourceColumn="FineIniezione" DataSetColumn="FineIniezione" />
|
|
<Mapping SourceColumn="MagDestinazione" DataSetColumn="MagDestinazione" />
|
|
<Mapping SourceColumn="DataImport" DataSetColumn="DataImport" />
|
|
</Mappings>
|
|
<Sources>
|
|
<DbSource ConnectionRef="GMWConnectionString (Settings)" DbObjectName="SP_GMW.dbo.stp_DtMtx_getOrig" DbObjectType="StoredProcedure" GenerateMethods="Get" GenerateShortCommands="true" GeneratorGetMethodName="getByDtMtx" GetMethodModifier="Public" GetMethodName="getByDtMtx" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="getByDtMtx" UserSourceName="getByDtMtx">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.stp_DtMtx_getOrig</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="@CodDataMatrix" Precision="0" ProviderType="NVarChar" Scale="0" Size="50" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</Sources>
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="stp_decodeDtxTableAdapter" GeneratorDataComponentClassName="stp_decodeDtxTableAdapter" Name="stp_decodeDtx" UserDataComponentName="stp_decodeDtxTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="GMWConnectionString (Settings)" DbObjectName="GMW.dmtx.stp_decodeDtx" 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>dmtx.stp_decodeDtx</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="@DataMatrix" Precision="0" ProviderType="NVarChar" Scale="0" Size="50" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="PartNumber" DataSetColumn="PartNumber" />
|
|
<Mapping SourceColumn="Particolare" DataSetColumn="Particolare" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="Dtx2UDCTableAdapter" GeneratorDataComponentClassName="Dtx2UDCTableAdapter" Name="Dtx2UDC" UserDataComponentName="Dtx2UDCTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="GMWConnectionString (Settings)" DbObjectName="GMW.dbo.Dtx2UDC" 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].[Dtx2UDC] WHERE (([DataMatrix] = @Original_DataMatrix) AND ([UDC] = @Original_UDC) AND ([DataOra] = @Original_DataOra) AND ([CodSoggetto] = @Original_CodSoggetto) AND ([Particolare] = @Original_Particolare))</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_DataMatrix" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="DataMatrix" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_UDC" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="UDC" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_DataOra" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="DataOra" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_CodSoggetto" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="CodSoggetto" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_Particolare" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Particolare" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</DeleteCommand>
|
|
<InsertCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>INSERT INTO [dbo].[Dtx2UDC] ([DataMatrix], [UDC], [DataOra], [CodSoggetto], [Particolare]) VALUES (@DataMatrix, @UDC, @DataOra, @CodSoggetto, @Particolare);
|
|
SELECT DataMatrix, UDC, DataOra, CodSoggetto, Particolare FROM Dtx2UDC WHERE (DataMatrix = @DataMatrix)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@DataMatrix" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="DataMatrix" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@UDC" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="UDC" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@DataOra" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="DataOra" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@CodSoggetto" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="CodSoggetto" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Particolare" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Particolare" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</InsertCommand>
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT DataMatrix, UDC, DataOra, CodSoggetto, Particolare FROM dbo.Dtx2UDC</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
<UpdateCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>UPDATE [dbo].[Dtx2UDC] SET [DataMatrix] = @DataMatrix, [UDC] = @UDC, [DataOra] = @DataOra, [CodSoggetto] = @CodSoggetto, [Particolare] = @Particolare WHERE (([DataMatrix] = @Original_DataMatrix) AND ([UDC] = @Original_UDC) AND ([DataOra] = @Original_DataOra) AND ([CodSoggetto] = @Original_CodSoggetto) AND ([Particolare] = @Original_Particolare));
|
|
SELECT DataMatrix, UDC, DataOra, CodSoggetto, Particolare FROM Dtx2UDC WHERE (DataMatrix = @DataMatrix)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@DataMatrix" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="DataMatrix" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@UDC" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="UDC" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@DataOra" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="DataOra" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@CodSoggetto" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="CodSoggetto" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Particolare" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Particolare" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_DataMatrix" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="DataMatrix" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_UDC" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="UDC" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_DataOra" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="DataOra" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Original_CodSoggetto" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="CodSoggetto" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_Particolare" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Particolare" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</UpdateCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="DataMatrix" DataSetColumn="DataMatrix" />
|
|
<Mapping SourceColumn="UDC" DataSetColumn="UDC" />
|
|
<Mapping SourceColumn="DataOra" DataSetColumn="DataOra" />
|
|
<Mapping SourceColumn="CodSoggetto" DataSetColumn="CodSoggetto" />
|
|
<Mapping SourceColumn="Particolare" DataSetColumn="Particolare" />
|
|
</Mappings>
|
|
<Sources>
|
|
<DbSource ConnectionRef="GMWConnectionString (Settings)" DbObjectName="GMW.dmtx.stp_PostRxDt_addDtx" DbObjectType="StoredProcedure" GenerateMethods="Get" GenerateShortCommands="true" GeneratorGetMethodName="setDtx2Udc" GetMethodModifier="Public" GetMethodName="setDtx2Udc" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="setDtx2Udc" UserSourceName="setDtx2Udc">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dmtx.stp_PostRxDt_addDtx</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="@DataMatrix" Precision="0" ProviderType="NVarChar" Scale="0" Size="50" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="varchar" DbType="AnsiString" Direction="Input" ParameterName="@CodSoggetto" Precision="0" ProviderType="VarChar" Scale="0" Size="17" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@IdxPosizione" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@IdxCella" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</Sources>
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="stp_verificaDtxTableAdapter" GeneratorDataComponentClassName="stp_verificaDtxTableAdapter" Name="stp_verificaDtx" UserDataComponentName="stp_verificaDtxTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="GMWConnectionString (Settings)" DbObjectName="GMW.dmtx.stp_verificaDtx" 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>dmtx.stp_verificaDtx</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="@DataMatrix" Precision="0" ProviderType="NVarChar" Scale="0" Size="50" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="StatoDtx" DataSetColumn="StatoDtx" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="stp_conteggioDtxTableAdapter" GeneratorDataComponentClassName="stp_conteggioDtxTableAdapter" Name="stp_conteggioDtx" UserDataComponentName="stp_conteggioDtxTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="GMWConnectionString (Settings)" DbObjectName="GMW.dmtx.stp_conteggioDtx" 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>dmtx.stp_conteggioDtx</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="@DataMatrixFirst" Precision="0" ProviderType="NVarChar" Scale="0" Size="50" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@DataMatrixLast" Precision="0" ProviderType="NVarChar" Scale="0" Size="50" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="Particolare" DataSetColumn="Particolare" />
|
|
<Mapping SourceColumn="Qta" DataSetColumn="Qta" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="v_DtxAcquisitiTableAdapter" GeneratorDataComponentClassName="v_DtxAcquisitiTableAdapter" Name="v_DtxAcquisiti" UserDataComponentName="v_DtxAcquisitiTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="GMWConnectionString (Settings)" DbObjectName="GMW.dmtx.v_DtxAcquisiti" 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 DataMatrix, DataOra, EsitoMarcatura, PartNumber, Particolare FROM dmtx.v_DtxAcquisiti</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="DataMatrix" DataSetColumn="DataMatrix" />
|
|
<Mapping SourceColumn="DataOra" DataSetColumn="DataOra" />
|
|
<Mapping SourceColumn="EsitoMarcatura" DataSetColumn="EsitoMarcatura" />
|
|
<Mapping SourceColumn="PartNumber" DataSetColumn="PartNumber" />
|
|
<Mapping SourceColumn="Particolare" DataSetColumn="Particolare" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
</Tables>
|
|
<Sources />
|
|
</DataSource>
|
|
</xs:appinfo>
|
|
</xs:annotation>
|
|
<xs:element name="DS_DataMatrix" msdata:IsDataSet="true" msdata:UseCurrentLocale="true" msprop:EnableTableAdapterManager="true" msprop:Generator_DataSetName="DS_DataMatrix" msprop:Generator_UserDSName="DS_DataMatrix">
|
|
<xs:complexType>
|
|
<xs:choice minOccurs="0" maxOccurs="unbounded">
|
|
<xs:element name="TranscodificaParticolari" msprop:Generator_UserTableName="TranscodificaParticolari" msprop:Generator_RowEvArgName="TranscodificaParticolariRowChangeEvent" msprop:Generator_TableVarName="tableTranscodificaParticolari" msprop:Generator_TablePropName="TranscodificaParticolari" msprop:Generator_RowDeletingName="TranscodificaParticolariRowDeleting" msprop:Generator_RowChangingName="TranscodificaParticolariRowChanging" msprop:Generator_RowDeletedName="TranscodificaParticolariRowDeleted" msprop:Generator_RowEvHandlerName="TranscodificaParticolariRowChangeEventHandler" msprop:Generator_TableClassName="TranscodificaParticolariDataTable" msprop:Generator_RowChangedName="TranscodificaParticolariRowChanged" msprop:Generator_RowClassName="TranscodificaParticolariRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="NumDisegno" msprop:Generator_ColumnVarNameInTable="columnNumDisegno" msprop:Generator_ColumnPropNameInRow="NumDisegno" msprop:Generator_ColumnPropNameInTable="NumDisegnoColumn" msprop:Generator_UserColumnName="NumDisegno" type="xs:decimal" />
|
|
<xs:element name="EsponenteDisegno" msprop:Generator_ColumnVarNameInTable="columnEsponenteDisegno" msprop:Generator_ColumnPropNameInRow="EsponenteDisegno" msprop:Generator_ColumnPropNameInTable="EsponenteDisegnoColumn" msprop:Generator_UserColumnName="EsponenteDisegno" type="xs:unsignedByte" />
|
|
<xs:element name="Particolare" msprop:Generator_ColumnVarNameInTable="columnParticolare" msprop:Generator_ColumnPropNameInRow="Particolare" msprop:Generator_ColumnPropNameInTable="ParticolareColumn" msprop:Generator_UserColumnName="Particolare">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="15" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="ElencoDataMatrix" msprop:Generator_UserTableName="ElencoDataMatrix" msprop:Generator_RowEvArgName="ElencoDataMatrixRowChangeEvent" msprop:Generator_TableVarName="tableElencoDataMatrix" msprop:Generator_TablePropName="ElencoDataMatrix" msprop:Generator_RowDeletingName="ElencoDataMatrixRowDeleting" msprop:Generator_RowChangingName="ElencoDataMatrixRowChanging" msprop:Generator_RowDeletedName="ElencoDataMatrixRowDeleted" msprop:Generator_RowEvHandlerName="ElencoDataMatrixRowChangeEventHandler" msprop:Generator_TableClassName="ElencoDataMatrixDataTable" msprop:Generator_RowChangedName="ElencoDataMatrixRowChanged" msprop:Generator_RowClassName="ElencoDataMatrixRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="CodDataMatrix" msprop:Generator_ColumnVarNameInTable="columnCodDataMatrix" msprop:Generator_ColumnPropNameInRow="CodDataMatrix" msprop:Generator_ColumnPropNameInTable="CodDataMatrixColumn" msprop:Generator_UserColumnName="CodDataMatrix" type="xs:decimal" />
|
|
<xs:element name="CodGitterbox" msprop:Generator_ColumnVarNameInTable="columnCodGitterbox" msprop:Generator_ColumnPropNameInRow="CodGitterbox" msprop:Generator_ColumnPropNameInTable="CodGitterboxColumn" msprop:Generator_UserColumnName="CodGitterbox">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="10" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="NumConchiglia" msprop:Generator_ColumnVarNameInTable="columnNumConchiglia" msprop:Generator_ColumnPropNameInRow="NumConchiglia" msprop:Generator_ColumnPropNameInTable="NumConchigliaColumn" msprop:Generator_UserColumnName="NumConchiglia" type="xs:int" minOccurs="0" />
|
|
<xs:element name="NumDisegno" msprop:Generator_ColumnVarNameInTable="columnNumDisegno" msprop:Generator_ColumnPropNameInRow="NumDisegno" msprop:Generator_ColumnPropNameInTable="NumDisegnoColumn" msprop:Generator_UserColumnName="NumDisegno" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="EsponenteDisegno" msprop:Generator_ColumnVarNameInTable="columnEsponenteDisegno" msprop:Generator_ColumnPropNameInRow="EsponenteDisegno" msprop:Generator_ColumnPropNameInTable="EsponenteDisegnoColumn" msprop:Generator_UserColumnName="EsponenteDisegno" type="xs:unsignedByte" minOccurs="0" />
|
|
<xs:element name="CodDifettoScarto" msprop:Generator_ColumnVarNameInTable="columnCodDifettoScarto" msprop:Generator_ColumnPropNameInRow="CodDifettoScarto" msprop:Generator_ColumnPropNameInTable="CodDifettoScartoColumn" msprop:Generator_UserColumnName="CodDifettoScarto" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="5" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="InizioPreparazione" msprop:Generator_ColumnVarNameInTable="columnInizioPreparazione" msprop:Generator_ColumnPropNameInRow="InizioPreparazione" msprop:Generator_ColumnPropNameInTable="InizioPreparazioneColumn" msprop:Generator_UserColumnName="InizioPreparazione" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="FinePreparazione" msprop:Generator_ColumnVarNameInTable="columnFinePreparazione" msprop:Generator_ColumnPropNameInRow="FinePreparazione" msprop:Generator_ColumnPropNameInTable="FinePreparazioneColumn" msprop:Generator_UserColumnName="FinePreparazione" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="InizioIniezione" msprop:Generator_ColumnVarNameInTable="columnInizioIniezione" msprop:Generator_ColumnPropNameInRow="InizioIniezione" msprop:Generator_ColumnPropNameInTable="InizioIniezioneColumn" msprop:Generator_UserColumnName="InizioIniezione" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="FineIniezione" msprop:Generator_ColumnVarNameInTable="columnFineIniezione" msprop:Generator_ColumnPropNameInRow="FineIniezione" msprop:Generator_ColumnPropNameInTable="FineIniezioneColumn" msprop:Generator_UserColumnName="FineIniezione" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="MagDestinazione" msprop:Generator_ColumnVarNameInTable="columnMagDestinazione" msprop:Generator_ColumnPropNameInRow="MagDestinazione" msprop:Generator_ColumnPropNameInTable="MagDestinazioneColumn" msprop:Generator_UserColumnName="MagDestinazione" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DataImport" msprop:Generator_ColumnVarNameInTable="columnDataImport" msprop:Generator_ColumnPropNameInRow="DataImport" msprop:Generator_ColumnPropNameInTable="DataImportColumn" msprop:Generator_UserColumnName="DataImport" type="xs:dateTime" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="v_trasfDataMatrix" msprop:Generator_UserTableName="v_trasfDataMatrix" msprop:Generator_RowEvArgName="v_trasfDataMatrixRowChangeEvent" msprop:Generator_TableVarName="tablev_trasfDataMatrix" msprop:Generator_TablePropName="v_trasfDataMatrix" msprop:Generator_RowDeletingName="v_trasfDataMatrixRowDeleting" msprop:Generator_RowChangingName="v_trasfDataMatrixRowChanging" msprop:Generator_RowDeletedName="v_trasfDataMatrixRowDeleted" msprop:Generator_RowEvHandlerName="v_trasfDataMatrixRowChangeEventHandler" msprop:Generator_TableClassName="v_trasfDataMatrixDataTable" msprop:Generator_RowChangedName="v_trasfDataMatrixRowChanged" msprop:Generator_RowClassName="v_trasfDataMatrixRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="CodDataMatrix" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnCodDataMatrix" msprop:Generator_ColumnPropNameInRow="CodDataMatrix" msprop:Generator_ColumnPropNameInTable="CodDataMatrixColumn" msprop:Generator_UserColumnName="CodDataMatrix" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="41" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="CodGitterbox" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnCodGitterbox" msprop:Generator_ColumnPropNameInRow="CodGitterbox" msprop:Generator_ColumnPropNameInTable="CodGitterboxColumn" msprop:Generator_UserColumnName="CodGitterbox" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="10" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="NumConchiglia" msprop:Generator_ColumnVarNameInTable="columnNumConchiglia" msprop:Generator_ColumnPropNameInRow="NumConchiglia" msprop:Generator_ColumnPropNameInTable="NumConchigliaColumn" msprop:Generator_UserColumnName="NumConchiglia" type="xs:int" minOccurs="0" />
|
|
<xs:element name="NumDisegno" msprop:Generator_ColumnVarNameInTable="columnNumDisegno" msprop:Generator_ColumnPropNameInRow="NumDisegno" msprop:Generator_ColumnPropNameInTable="NumDisegnoColumn" msprop:Generator_UserColumnName="NumDisegno" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="EsponenteDisegno" msprop:Generator_ColumnVarNameInTable="columnEsponenteDisegno" msprop:Generator_ColumnPropNameInRow="EsponenteDisegno" msprop:Generator_ColumnPropNameInTable="EsponenteDisegnoColumn" msprop:Generator_UserColumnName="EsponenteDisegno" type="xs:unsignedByte" minOccurs="0" />
|
|
<xs:element name="CodDifettoScarto" msprop:Generator_ColumnVarNameInTable="columnCodDifettoScarto" msprop:Generator_ColumnPropNameInRow="CodDifettoScarto" msprop:Generator_ColumnPropNameInTable="CodDifettoScartoColumn" msprop:Generator_UserColumnName="CodDifettoScarto" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="5" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="InizioPreparazione" msprop:Generator_ColumnVarNameInTable="columnInizioPreparazione" msprop:Generator_ColumnPropNameInRow="InizioPreparazione" msprop:Generator_ColumnPropNameInTable="InizioPreparazioneColumn" msprop:Generator_UserColumnName="InizioPreparazione" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="FinePreparazione" msprop:Generator_ColumnVarNameInTable="columnFinePreparazione" msprop:Generator_ColumnPropNameInRow="FinePreparazione" msprop:Generator_ColumnPropNameInTable="FinePreparazioneColumn" msprop:Generator_UserColumnName="FinePreparazione" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="InizioIniezione" msprop:Generator_ColumnVarNameInTable="columnInizioIniezione" msprop:Generator_ColumnPropNameInRow="InizioIniezione" msprop:Generator_ColumnPropNameInTable="InizioIniezioneColumn" msprop:Generator_UserColumnName="InizioIniezione" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="FineIniezione" msprop:Generator_ColumnVarNameInTable="columnFineIniezione" msprop:Generator_ColumnPropNameInRow="FineIniezione" msprop:Generator_ColumnPropNameInTable="FineIniezioneColumn" msprop:Generator_UserColumnName="FineIniezione" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="MagDestinazione" msprop:Generator_ColumnVarNameInTable="columnMagDestinazione" msprop:Generator_ColumnPropNameInRow="MagDestinazione" msprop:Generator_ColumnPropNameInTable="MagDestinazioneColumn" msprop:Generator_UserColumnName="MagDestinazione" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DataImport" msprop:Generator_ColumnVarNameInTable="columnDataImport" msprop:Generator_ColumnPropNameInRow="DataImport" msprop:Generator_ColumnPropNameInTable="DataImportColumn" msprop:Generator_UserColumnName="DataImport" type="xs:dateTime" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="Dtx2UDC" msprop:Generator_TableClassName="Dtx2UDCDataTable" msprop:Generator_TableVarName="tableDtx2UDC" msprop:Generator_TablePropName="Dtx2UDC" msprop:Generator_RowDeletingName="Dtx2UDCRowDeleting" msprop:Generator_RowChangingName="Dtx2UDCRowChanging" msprop:Generator_RowEvHandlerName="Dtx2UDCRowChangeEventHandler" msprop:Generator_RowDeletedName="Dtx2UDCRowDeleted" msprop:Generator_UserTableName="Dtx2UDC" msprop:Generator_RowChangedName="Dtx2UDCRowChanged" msprop:Generator_RowEvArgName="Dtx2UDCRowChangeEvent" msprop:Generator_RowClassName="Dtx2UDCRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="DataMatrix" msprop:Generator_ColumnVarNameInTable="columnDataMatrix" msprop:Generator_ColumnPropNameInRow="DataMatrix" msprop:Generator_ColumnPropNameInTable="DataMatrixColumn" msprop:Generator_UserColumnName="DataMatrix">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="UDC" msprop:Generator_ColumnVarNameInTable="columnUDC" msprop:Generator_ColumnPropNameInRow="UDC" msprop:Generator_ColumnPropNameInTable="UDCColumn" msprop:Generator_UserColumnName="UDC">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DataOra" msprop:Generator_ColumnVarNameInTable="columnDataOra" msprop:Generator_ColumnPropNameInRow="DataOra" msprop:Generator_ColumnPropNameInTable="DataOraColumn" msprop:Generator_UserColumnName="DataOra" type="xs:dateTime" />
|
|
<xs:element name="CodSoggetto" msprop:Generator_ColumnVarNameInTable="columnCodSoggetto" msprop:Generator_ColumnPropNameInRow="CodSoggetto" msprop:Generator_ColumnPropNameInTable="CodSoggettoColumn" msprop:Generator_UserColumnName="CodSoggetto">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="17" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Particolare" msprop:Generator_ColumnVarNameInTable="columnParticolare" msprop:Generator_ColumnPropNameInRow="Particolare" msprop:Generator_ColumnPropNameInTable="ParticolareColumn" msprop:Generator_UserColumnName="Particolare">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="15" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="stp_verificaDtx" msprop:Generator_TableClassName="stp_verificaDtxDataTable" msprop:Generator_TableVarName="tablestp_verificaDtx" msprop:Generator_TablePropName="stp_verificaDtx" msprop:Generator_RowDeletingName="stp_verificaDtxRowDeleting" msprop:Generator_RowChangingName="stp_verificaDtxRowChanging" msprop:Generator_RowEvHandlerName="stp_verificaDtxRowChangeEventHandler" msprop:Generator_RowDeletedName="stp_verificaDtxRowDeleted" msprop:Generator_UserTableName="stp_verificaDtx" msprop:Generator_RowChangedName="stp_verificaDtxRowChanged" msprop:Generator_RowEvArgName="stp_verificaDtxRowChangeEvent" msprop:Generator_RowClassName="stp_verificaDtxRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="StatoDtx" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnStatoDtx" msprop:Generator_ColumnPropNameInRow="StatoDtx" msprop:Generator_ColumnPropNameInTable="StatoDtxColumn" msprop:Generator_UserColumnName="StatoDtx" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="5" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="stp_conteggioDtx" msprop:Generator_TableClassName="stp_conteggioDtxDataTable" msprop:Generator_TableVarName="tablestp_conteggioDtx" msprop:Generator_TablePropName="stp_conteggioDtx" msprop:Generator_RowDeletingName="stp_conteggioDtxRowDeleting" msprop:Generator_RowChangingName="stp_conteggioDtxRowChanging" msprop:Generator_RowEvHandlerName="stp_conteggioDtxRowChangeEventHandler" msprop:Generator_RowDeletedName="stp_conteggioDtxRowDeleted" msprop:Generator_UserTableName="stp_conteggioDtx" msprop:Generator_RowChangedName="stp_conteggioDtxRowChanged" msprop:Generator_RowEvArgName="stp_conteggioDtxRowChangeEvent" msprop:Generator_RowClassName="stp_conteggioDtxRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="Particolare" msprop:Generator_ColumnVarNameInTable="columnParticolare" msprop:Generator_ColumnPropNameInRow="Particolare" msprop:Generator_ColumnPropNameInTable="ParticolareColumn" msprop:Generator_UserColumnName="Particolare" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="15" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Qta" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnQta" msprop:Generator_ColumnPropNameInRow="Qta" msprop:Generator_ColumnPropNameInTable="QtaColumn" msprop:Generator_UserColumnName="Qta" type="xs:int" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="v_DtxAcquisiti" msprop:Generator_TableClassName="v_DtxAcquisitiDataTable" msprop:Generator_TableVarName="tablev_DtxAcquisiti" msprop:Generator_TablePropName="v_DtxAcquisiti" msprop:Generator_RowDeletingName="v_DtxAcquisitiRowDeleting" msprop:Generator_RowChangingName="v_DtxAcquisitiRowChanging" msprop:Generator_RowEvHandlerName="v_DtxAcquisitiRowChangeEventHandler" msprop:Generator_RowDeletedName="v_DtxAcquisitiRowDeleted" msprop:Generator_UserTableName="v_DtxAcquisiti" msprop:Generator_RowChangedName="v_DtxAcquisitiRowChanged" msprop:Generator_RowEvArgName="v_DtxAcquisitiRowChangeEvent" msprop:Generator_RowClassName="v_DtxAcquisitiRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="DataMatrix" msprop:Generator_ColumnVarNameInTable="columnDataMatrix" msprop:Generator_ColumnPropNameInRow="DataMatrix" msprop:Generator_ColumnPropNameInTable="DataMatrixColumn" msprop:Generator_UserColumnName="DataMatrix">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DataOra" msprop:Generator_ColumnVarNameInTable="columnDataOra" msprop:Generator_ColumnPropNameInRow="DataOra" msprop:Generator_ColumnPropNameInTable="DataOraColumn" msprop:Generator_UserColumnName="DataOra" type="xs:dateTime" />
|
|
<xs:element name="EsitoMarcatura" msprop:Generator_ColumnVarNameInTable="columnEsitoMarcatura" msprop:Generator_ColumnPropNameInRow="EsitoMarcatura" msprop:Generator_ColumnPropNameInTable="EsitoMarcaturaColumn" msprop:Generator_UserColumnName="EsitoMarcatura">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="10" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="PartNumber" msprop:Generator_ColumnVarNameInTable="columnPartNumber" msprop:Generator_ColumnPropNameInRow="PartNumber" msprop:Generator_ColumnPropNameInTable="PartNumberColumn" msprop:Generator_UserColumnName="PartNumber" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="30" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Particolare" msprop:Generator_ColumnVarNameInTable="columnParticolare" msprop:Generator_ColumnPropNameInRow="Particolare" msprop:Generator_ColumnPropNameInTable="ParticolareColumn" msprop:Generator_UserColumnName="Particolare" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="15" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="stp_decodeDtx" msprop:Generator_TableClassName="stp_decodeDtxDataTable" msprop:Generator_TableVarName="tablestp_decodeDtx" msprop:Generator_RowChangedName="stp_decodeDtxRowChanged" msprop:Generator_TablePropName="stp_decodeDtx" msprop:Generator_RowDeletingName="stp_decodeDtxRowDeleting" msprop:Generator_RowChangingName="stp_decodeDtxRowChanging" msprop:Generator_RowEvHandlerName="stp_decodeDtxRowChangeEventHandler" msprop:Generator_RowDeletedName="stp_decodeDtxRowDeleted" msprop:Generator_RowClassName="stp_decodeDtxRow" msprop:Generator_UserTableName="stp_decodeDtx" msprop:Generator_RowEvArgName="stp_decodeDtxRowChangeEvent">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="PartNumber" msprop:Generator_ColumnVarNameInTable="columnPartNumber" msprop:Generator_ColumnPropNameInRow="PartNumber" msprop:Generator_ColumnPropNameInTable="PartNumberColumn" msprop:Generator_UserColumnName="PartNumber">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="30" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Particolare" msprop:Generator_ColumnVarNameInTable="columnParticolare" msprop:Generator_ColumnPropNameInRow="Particolare" msprop:Generator_ColumnPropNameInTable="ParticolareColumn" msprop:Generator_UserColumnName="Particolare">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="15" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
</xs:choice>
|
|
</xs:complexType>
|
|
<xs:unique name="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:TranscodificaParticolari" />
|
|
<xs:field xpath="mstns:NumDisegno" />
|
|
<xs:field xpath="mstns:EsponenteDisegno" />
|
|
</xs:unique>
|
|
<xs:unique name="ElencoDataMatrix_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:ElencoDataMatrix" />
|
|
<xs:field xpath="mstns:CodDataMatrix" />
|
|
</xs:unique>
|
|
<xs:unique name="Dtx2UDC_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:Dtx2UDC" />
|
|
<xs:field xpath="mstns:DataMatrix" />
|
|
</xs:unique>
|
|
<xs:unique name="v_DtxAcquisiti_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:v_DtxAcquisiti" />
|
|
<xs:field xpath="mstns:DataMatrix" />
|
|
</xs:unique>
|
|
</xs:element>
|
|
</xs:schema> |