a953cbf7fd
git-svn-id: https://keyhammer.ath.cx/svn/XPS/trunk@83 43c8e981-f90d-406c-a89a-24a2c4268d51
1966 lines
239 KiB
XML
1966 lines
239 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<xs:schema id="DS_XPS" targetNamespace="http://tempuri.org/DS_XPS.xsd" xmlns:mstns="http://tempuri.org/DS_XPS.xsd" xmlns="http://tempuri.org/DS_XPS.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="SP" GeneratorFunctionsComponentClassName="SP" Modifier="AutoLayout, AnsiClass, Class, Public" SchemaSerializationMode="IncludeSchema" UserFunctionsComponentName="SP" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
|
|
<Connections>
|
|
<Connection AppSettingsObjectName="Web.config" AppSettingsPropertyName="SteamWare_XPSConnectionString" ConnectionStringObject="" IsAppSettingsProperty="True" Modifier="Assembly" Name="SteamWare_XPSConnectionString (Web.config)" ParameterPrefix="@" PropertyReference="AppConfig.System.Configuration.ConfigurationManager.0.ConnectionStrings.SteamWare_XPSConnectionString.ConnectionString" Provider="System.Data.SqlClient">
|
|
</Connection>
|
|
</Connections>
|
|
<Tables>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="AnagTipoObjTableAdapter" GeneratorDataComponentClassName="AnagTipoObjTableAdapter" Name="AnagTipoObj" UserDataComponentName="AnagTipoObjTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="SteamWare_XPSConnectionString (Web.config)" DbObjectName="SteamWare_XPS.dbo.AnagTipoObj" 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=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="False" UserGetMethodName="GetData" UserSourceName="Fill">
|
|
<DeleteCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="False">
|
|
<CommandText>DELETE FROM [AnagTipoObj] WHERE (([IdxTipoObj] = @Original_IdxTipoObj))</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="False" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_IdxTipoObj" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="IdxTipoObj" SourceColumnNullMapping="False" SourceVersion="Original">
|
|
</Parameter>
|
|
</Parameters>
|
|
</DbCommand>
|
|
</DeleteCommand>
|
|
<InsertCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="False">
|
|
<CommandText>INSERT INTO [AnagTipoObj] ([DescrObj], [Livello], [ProcReq], [ExtView], [Facoltativo], [isLogical], [isCode]) VALUES (@DescrObj, @Livello, @ProcReq, @ExtView, @Facoltativo, @isLogical, @isCode);
|
|
SELECT IdxTipoObj, DescrObj, Livello, ProcReq, ExtView, Facoltativo, isLogical, isCode FROM AnagTipoObj WHERE (IdxTipoObj = SCOPE_IDENTITY())</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@DescrObj" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="DescrObj" SourceColumnNullMapping="False" SourceVersion="Current">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Livello" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Livello" SourceColumnNullMapping="False" SourceVersion="Current">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@ProcReq" Precision="0" ProviderType="Bit" Scale="0" Size="0" SourceColumn="ProcReq" SourceColumnNullMapping="False" SourceVersion="Current">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@ExtView" Precision="0" ProviderType="Bit" Scale="0" Size="0" SourceColumn="ExtView" SourceColumnNullMapping="False" SourceVersion="Current">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@Facoltativo" Precision="0" ProviderType="Bit" Scale="0" Size="0" SourceColumn="Facoltativo" SourceColumnNullMapping="False" SourceVersion="Current">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@isLogical" Precision="0" ProviderType="Bit" Scale="0" Size="0" SourceColumn="isLogical" SourceColumnNullMapping="False" SourceVersion="Current">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@isCode" Precision="0" ProviderType="Bit" Scale="0" Size="0" SourceColumn="isCode" SourceColumnNullMapping="False" SourceVersion="Current">
|
|
</Parameter>
|
|
</Parameters>
|
|
</DbCommand>
|
|
</InsertCommand>
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="True">
|
|
<CommandText>SELECT * FROM AnagTipoObj</CommandText>
|
|
<Parameters>
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
<UpdateCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="False">
|
|
<CommandText>UPDATE [AnagTipoObj] SET [DescrObj] = @DescrObj, [Livello] = @Livello, [ProcReq] = @ProcReq, [ExtView] = @ExtView, [Facoltativo] = @Facoltativo, [isLogical] = @isLogical, [isCode] = @isCode WHERE (([IdxTipoObj] = @Original_IdxTipoObj));
|
|
SELECT IdxTipoObj, DescrObj, Livello, ProcReq, ExtView, Facoltativo, isLogical, isCode FROM AnagTipoObj WHERE (IdxTipoObj = @IdxTipoObj)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@DescrObj" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="DescrObj" SourceColumnNullMapping="False" SourceVersion="Current">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Livello" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Livello" SourceColumnNullMapping="False" SourceVersion="Current">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@ProcReq" Precision="0" ProviderType="Bit" Scale="0" Size="0" SourceColumn="ProcReq" SourceColumnNullMapping="False" SourceVersion="Current">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@ExtView" Precision="0" ProviderType="Bit" Scale="0" Size="0" SourceColumn="ExtView" SourceColumnNullMapping="False" SourceVersion="Current">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@Facoltativo" Precision="0" ProviderType="Bit" Scale="0" Size="0" SourceColumn="Facoltativo" SourceColumnNullMapping="False" SourceVersion="Current">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@isLogical" Precision="0" ProviderType="Bit" Scale="0" Size="0" SourceColumn="isLogical" SourceColumnNullMapping="False" SourceVersion="Current">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@isCode" Precision="0" ProviderType="Bit" Scale="0" Size="0" SourceColumn="isCode" SourceColumnNullMapping="False" SourceVersion="Current">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="False" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_IdxTipoObj" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="IdxTipoObj" SourceColumnNullMapping="False" SourceVersion="Original">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="False" AutogeneratedName="IdxTipoObj" ColumnName="IdxTipoObj" DataSourceName="SteamWare_XPS.dbo.AnagTipoObj" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@IdxTipoObj" Precision="0" ProviderType="Int" Scale="0" Size="4" SourceColumn="IdxTipoObj" SourceColumnNullMapping="False" SourceVersion="Current">
|
|
</Parameter>
|
|
</Parameters>
|
|
</DbCommand>
|
|
</UpdateCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="IdxTipoObj" DataSetColumn="IdxTipoObj" />
|
|
<Mapping SourceColumn="DescrObj" DataSetColumn="DescrObj" />
|
|
<Mapping SourceColumn="ProcReq" DataSetColumn="ProcReq" />
|
|
<Mapping SourceColumn="ExtView" DataSetColumn="ExtView" />
|
|
<Mapping SourceColumn="Livello" DataSetColumn="Livello" />
|
|
<Mapping SourceColumn="Facoltativo" DataSetColumn="Facoltativo" />
|
|
<Mapping SourceColumn="isLogical" DataSetColumn="isLogical" />
|
|
<Mapping SourceColumn="isCode" DataSetColumn="isCode" />
|
|
</Mappings>
|
|
<Sources>
|
|
<DbSource ConnectionRef="SteamWare_XPSConnectionString (Web.config)" DbObjectName="" DbObjectType="Unknown" GenerateShortCommands="True" GeneratorSourceName="DeleteQuery" Modifier="Public" Name="DeleteQuery" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="True" UserGetMethodName="GetDataBy" UserSourceName="DeleteQuery">
|
|
<DeleteCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="True">
|
|
<CommandText>DELETE FROM [dbo].[AnagTipoObj] WHERE ([IdxTipoObj] = @Original_IdxTipoObj)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="False" AutogeneratedName="Original_IdxTipoObj" ColumnName="IdxTipoObj" DataSourceName="SteamWare_XPS.dbo.AnagTipoObj" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@Original_IdxTipoObj" Precision="0" ProviderType="Int" Scale="0" Size="4" SourceColumn="IdxTipoObj" SourceColumnNullMapping="False" SourceVersion="Original">
|
|
</Parameter>
|
|
</Parameters>
|
|
</DbCommand>
|
|
</DeleteCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="SteamWare_XPSConnectionString (Web.config)" DbObjectName="" DbObjectType="Unknown" GenerateShortCommands="True" GeneratorSourceName="UpdateQuery" Modifier="Public" Name="UpdateQuery" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="True" UserGetMethodName="GetDataBy1" UserSourceName="UpdateQuery">
|
|
<UpdateCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="True">
|
|
<CommandText>UPDATE AnagTipoObj
|
|
SET DescrObj = @DescrObj, Livello = @Livello, ProcReq = @ProcReq, ExtView = @ExtView, Facoltativo = @Facoltativo, isLogical = @isLogical, isCode = @isCode
|
|
WHERE (IdxTipoObj = @Original_IdxTipoObj)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="DescrObj" ColumnName="DescrObj" DataSourceName="SteamWare_XPS.dbo.AnagTipoObj" DataTypeServer="nvarchar(50)" DbType="String" Direction="Input" ParameterName="@DescrObj" Precision="0" ProviderType="NVarChar" Scale="0" Size="50" SourceColumn="DescrObj" SourceColumnNullMapping="False" SourceVersion="Current">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="Livello" ColumnName="Livello" DataSourceName="SteamWare_XPS.dbo.AnagTipoObj" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@Livello" Precision="0" ProviderType="Int" Scale="0" Size="4" SourceColumn="Livello" SourceColumnNullMapping="False" SourceVersion="Current">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="ProcReq" ColumnName="ProcReq" DataSourceName="SteamWare_XPS.dbo.AnagTipoObj" DataTypeServer="bit" DbType="Boolean" Direction="Input" ParameterName="@ProcReq" Precision="0" ProviderType="Bit" Scale="0" Size="1" SourceColumn="ProcReq" SourceColumnNullMapping="False" SourceVersion="Current">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="ExtView" ColumnName="ExtView" DataSourceName="SteamWare_XPS.dbo.AnagTipoObj" DataTypeServer="bit" DbType="Boolean" Direction="Input" ParameterName="@ExtView" Precision="0" ProviderType="Bit" Scale="0" Size="1" SourceColumn="ExtView" SourceColumnNullMapping="False" SourceVersion="Current">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="Facoltativo" ColumnName="Facoltativo" DataSourceName="SteamWare_XPS.dbo.AnagTipoObj" DataTypeServer="bit" DbType="Boolean" Direction="Input" ParameterName="@Facoltativo" Precision="0" ProviderType="Bit" Scale="0" Size="1" SourceColumn="Facoltativo" SourceColumnNullMapping="False" SourceVersion="Current">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="isLogical" ColumnName="isLogical" DataSourceName="SteamWare_XPS.dbo.AnagTipoObj" DataTypeServer="bit" DbType="Boolean" Direction="Input" ParameterName="@isLogical" Precision="0" ProviderType="Bit" Scale="0" Size="1" SourceColumn="isLogical" SourceColumnNullMapping="False" SourceVersion="Current">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="isCode" ColumnName="isCode" DataSourceName="SteamWare_XPS.dbo.AnagTipoObj" DataTypeServer="bit" DbType="Boolean" Direction="Input" ParameterName="@isCode" Precision="0" ProviderType="Bit" Scale="0" Size="1" SourceColumn="isCode" SourceColumnNullMapping="False" SourceVersion="Current">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="False" AutogeneratedName="Original_IdxTipoObj" ColumnName="IdxTipoObj" DataSourceName="SteamWare_XPS.dbo.AnagTipoObj" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@Original_IdxTipoObj" Precision="0" ProviderType="Int" Scale="0" Size="4" SourceColumn="IdxTipoObj" SourceColumnNullMapping="False" SourceVersion="Original">
|
|
</Parameter>
|
|
</Parameters>
|
|
</DbCommand>
|
|
</UpdateCommand>
|
|
</DbSource>
|
|
</Sources>
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="UMTableAdapter" GeneratorDataComponentClassName="UMTableAdapter" Name="UM" UserDataComponentName="UMTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="SteamWare_XPSConnectionString (Web.config)" DbObjectName="SteamWare_XPS.dbo.UM" 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=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="True" UserGetMethodName="GetData" UserSourceName="Fill">
|
|
<DeleteCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="False">
|
|
<CommandText>DELETE FROM [dbo].[UM] WHERE (([IdxUM] = @Original_IdxUM) AND ((@IsNull_ClasseUM = 1 AND [ClasseUM] IS NULL) OR ([ClasseUM] = @Original_ClasseUM)) AND ((@IsNull_DescrizioneUM = 1 AND [DescrizioneUM] IS NULL) OR ([DescrizioneUM] = @Original_DescrizioneUM)))</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="False" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_IdxUM" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="IdxUM" SourceColumnNullMapping="False" SourceVersion="Original">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_ClasseUM" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="ClasseUM" SourceColumnNullMapping="True" SourceVersion="Original">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_ClasseUM" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="ClasseUM" SourceColumnNullMapping="False" SourceVersion="Original">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_DescrizioneUM" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="DescrizioneUM" SourceColumnNullMapping="True" SourceVersion="Original">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_DescrizioneUM" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="DescrizioneUM" SourceColumnNullMapping="False" SourceVersion="Original">
|
|
</Parameter>
|
|
</Parameters>
|
|
</DbCommand>
|
|
</DeleteCommand>
|
|
<InsertCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="False">
|
|
<CommandText>INSERT INTO [dbo].[UM] ([IdxUM], [ClasseUM], [DescrizioneUM]) VALUES (@IdxUM, @ClasseUM, @DescrizioneUM);
|
|
SELECT IdxUM, ClasseUM, DescrizioneUM FROM UM WHERE (IdxUM = @IdxUM)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="False" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@IdxUM" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="IdxUM" SourceColumnNullMapping="False" SourceVersion="Current">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@ClasseUM" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="ClasseUM" SourceColumnNullMapping="False" SourceVersion="Current">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@DescrizioneUM" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="DescrizioneUM" SourceColumnNullMapping="False" SourceVersion="Current">
|
|
</Parameter>
|
|
</Parameters>
|
|
</DbCommand>
|
|
</InsertCommand>
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="False">
|
|
<CommandText>SELECT IdxUM, ClasseUM, DescrizioneUM FROM dbo.UM</CommandText>
|
|
<Parameters>
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
<UpdateCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="False">
|
|
<CommandText>UPDATE [dbo].[UM] SET [IdxUM] = @IdxUM, [ClasseUM] = @ClasseUM, [DescrizioneUM] = @DescrizioneUM WHERE (([IdxUM] = @Original_IdxUM) AND ((@IsNull_ClasseUM = 1 AND [ClasseUM] IS NULL) OR ([ClasseUM] = @Original_ClasseUM)) AND ((@IsNull_DescrizioneUM = 1 AND [DescrizioneUM] IS NULL) OR ([DescrizioneUM] = @Original_DescrizioneUM)));
|
|
SELECT IdxUM, ClasseUM, DescrizioneUM FROM UM WHERE (IdxUM = @IdxUM)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="False" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@IdxUM" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="IdxUM" SourceColumnNullMapping="False" SourceVersion="Current">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@ClasseUM" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="ClasseUM" SourceColumnNullMapping="False" SourceVersion="Current">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@DescrizioneUM" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="DescrizioneUM" SourceColumnNullMapping="False" SourceVersion="Current">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="False" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_IdxUM" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="IdxUM" SourceColumnNullMapping="False" SourceVersion="Original">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_ClasseUM" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="ClasseUM" SourceColumnNullMapping="True" SourceVersion="Original">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_ClasseUM" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="ClasseUM" SourceColumnNullMapping="False" SourceVersion="Original">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_DescrizioneUM" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="DescrizioneUM" SourceColumnNullMapping="True" SourceVersion="Original">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_DescrizioneUM" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="DescrizioneUM" SourceColumnNullMapping="False" SourceVersion="Original">
|
|
</Parameter>
|
|
</Parameters>
|
|
</DbCommand>
|
|
</UpdateCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="IdxUM" DataSetColumn="IdxUM" />
|
|
<Mapping SourceColumn="ClasseUM" DataSetColumn="ClasseUM" />
|
|
<Mapping SourceColumn="DescrizioneUM" DataSetColumn="DescrizioneUM" />
|
|
</Mappings>
|
|
<Sources>
|
|
</Sources>
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="Step4ObjTableAdapter" GeneratorDataComponentClassName="Step4ObjTableAdapter" Name="Step4Obj" UserDataComponentName="Step4ObjTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="SteamWare_XPSConnectionString (Web.config)" DbObjectName="SteamWare_XPS.dbo.Step4Obj" 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=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="True" UserGetMethodName="GetData" UserSourceName="Fill">
|
|
<DeleteCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="False">
|
|
<CommandText>DELETE FROM [dbo].[Step4Obj] WHERE (([IdxObj] = @Original_IdxObj) AND ([IdxStep] = @Original_IdxStep) AND ((@IsNull_CodStato = 1 AND [CodStato] IS NULL) OR ([CodStato] = @Original_CodStato)) AND ((@IsNull_StartDatePrev = 1 AND [StartDatePrev] IS NULL) OR ([StartDatePrev] = @Original_StartDatePrev)) AND ((@IsNull_DueDatePrev = 1 AND [DueDatePrev] IS NULL) OR ([DueDatePrev] = @Original_DueDatePrev)) AND ((@IsNull_StartDateReal = 1 AND [StartDateReal] IS NULL) OR ([StartDateReal] = @Original_StartDateReal)) AND ((@IsNull_DueDateReal = 1 AND [DueDateReal] IS NULL) OR ([DueDateReal] = @Original_DueDateReal)) AND ((@IsNull_RatioCompl = 1 AND [RatioCompl] IS NULL) OR ([RatioCompl] = @Original_RatioCompl)))</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="False" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_IdxObj" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="IdxObj" SourceColumnNullMapping="False" SourceVersion="Original">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="False" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_IdxStep" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="IdxStep" SourceColumnNullMapping="False" SourceVersion="Original">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_CodStato" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="CodStato" SourceColumnNullMapping="True" SourceVersion="Original">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_CodStato" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="CodStato" SourceColumnNullMapping="False" SourceVersion="Original">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_StartDatePrev" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="StartDatePrev" SourceColumnNullMapping="True" SourceVersion="Original">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_StartDatePrev" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="StartDatePrev" SourceColumnNullMapping="False" SourceVersion="Original">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_DueDatePrev" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="DueDatePrev" SourceColumnNullMapping="True" SourceVersion="Original">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_DueDatePrev" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="DueDatePrev" SourceColumnNullMapping="False" SourceVersion="Original">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_StartDateReal" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="StartDateReal" SourceColumnNullMapping="True" SourceVersion="Original">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_StartDateReal" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="StartDateReal" SourceColumnNullMapping="False" SourceVersion="Original">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_DueDateReal" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="DueDateReal" SourceColumnNullMapping="True" SourceVersion="Original">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_DueDateReal" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="DueDateReal" SourceColumnNullMapping="False" SourceVersion="Original">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_RatioCompl" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="RatioCompl" SourceColumnNullMapping="True" SourceVersion="Original">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@Original_RatioCompl" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="RatioCompl" SourceColumnNullMapping="False" SourceVersion="Original">
|
|
</Parameter>
|
|
</Parameters>
|
|
</DbCommand>
|
|
</DeleteCommand>
|
|
<InsertCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="False">
|
|
<CommandText>INSERT INTO [dbo].[Step4Obj] ([IdxObj], [IdxStep], [CodStato], [StartDatePrev], [DueDatePrev], [StartDateReal], [DueDateReal], [RatioCompl]) VALUES (@IdxObj, @IdxStep, @CodStato, @StartDatePrev, @DueDatePrev, @StartDateReal, @DueDateReal, @RatioCompl);
|
|
SELECT IdxObj, IdxStep, CodStato, StartDatePrev, DueDatePrev, StartDateReal, DueDateReal, RatioCompl FROM Step4Obj WHERE (IdxObj = @IdxObj) AND (IdxStep = @IdxStep)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="False" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@IdxObj" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="IdxObj" SourceColumnNullMapping="False" SourceVersion="Current">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="False" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IdxStep" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="IdxStep" SourceColumnNullMapping="False" SourceVersion="Current">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@CodStato" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="CodStato" SourceColumnNullMapping="False" SourceVersion="Current">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@StartDatePrev" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="StartDatePrev" SourceColumnNullMapping="False" SourceVersion="Current">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@DueDatePrev" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="DueDatePrev" SourceColumnNullMapping="False" SourceVersion="Current">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@StartDateReal" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="StartDateReal" SourceColumnNullMapping="False" SourceVersion="Current">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@DueDateReal" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="DueDateReal" SourceColumnNullMapping="False" SourceVersion="Current">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@RatioCompl" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="RatioCompl" SourceColumnNullMapping="False" SourceVersion="Current">
|
|
</Parameter>
|
|
</Parameters>
|
|
</DbCommand>
|
|
</InsertCommand>
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="False">
|
|
<CommandText>SELECT IdxObj, IdxStep, CodStato, StartDatePrev, DueDatePrev, StartDateReal, DueDateReal, RatioCompl FROM dbo.Step4Obj</CommandText>
|
|
<Parameters>
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
<UpdateCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="False">
|
|
<CommandText>UPDATE [dbo].[Step4Obj] SET [IdxObj] = @IdxObj, [IdxStep] = @IdxStep, [CodStato] = @CodStato, [StartDatePrev] = @StartDatePrev, [DueDatePrev] = @DueDatePrev, [StartDateReal] = @StartDateReal, [DueDateReal] = @DueDateReal, [RatioCompl] = @RatioCompl WHERE (([IdxObj] = @Original_IdxObj) AND ([IdxStep] = @Original_IdxStep) AND ((@IsNull_CodStato = 1 AND [CodStato] IS NULL) OR ([CodStato] = @Original_CodStato)) AND ((@IsNull_StartDatePrev = 1 AND [StartDatePrev] IS NULL) OR ([StartDatePrev] = @Original_StartDatePrev)) AND ((@IsNull_DueDatePrev = 1 AND [DueDatePrev] IS NULL) OR ([DueDatePrev] = @Original_DueDatePrev)) AND ((@IsNull_StartDateReal = 1 AND [StartDateReal] IS NULL) OR ([StartDateReal] = @Original_StartDateReal)) AND ((@IsNull_DueDateReal = 1 AND [DueDateReal] IS NULL) OR ([DueDateReal] = @Original_DueDateReal)) AND ((@IsNull_RatioCompl = 1 AND [RatioCompl] IS NULL) OR ([RatioCompl] = @Original_RatioCompl)));
|
|
SELECT IdxObj, IdxStep, CodStato, StartDatePrev, DueDatePrev, StartDateReal, DueDateReal, RatioCompl FROM Step4Obj WHERE (IdxObj = @IdxObj) AND (IdxStep = @IdxStep)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="False" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@IdxObj" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="IdxObj" SourceColumnNullMapping="False" SourceVersion="Current">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="False" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IdxStep" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="IdxStep" SourceColumnNullMapping="False" SourceVersion="Current">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@CodStato" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="CodStato" SourceColumnNullMapping="False" SourceVersion="Current">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@StartDatePrev" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="StartDatePrev" SourceColumnNullMapping="False" SourceVersion="Current">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@DueDatePrev" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="DueDatePrev" SourceColumnNullMapping="False" SourceVersion="Current">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@StartDateReal" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="StartDateReal" SourceColumnNullMapping="False" SourceVersion="Current">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@DueDateReal" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="DueDateReal" SourceColumnNullMapping="False" SourceVersion="Current">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@RatioCompl" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="RatioCompl" SourceColumnNullMapping="False" SourceVersion="Current">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="False" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_IdxObj" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="IdxObj" SourceColumnNullMapping="False" SourceVersion="Original">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="False" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_IdxStep" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="IdxStep" SourceColumnNullMapping="False" SourceVersion="Original">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_CodStato" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="CodStato" SourceColumnNullMapping="True" SourceVersion="Original">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_CodStato" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="CodStato" SourceColumnNullMapping="False" SourceVersion="Original">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_StartDatePrev" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="StartDatePrev" SourceColumnNullMapping="True" SourceVersion="Original">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_StartDatePrev" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="StartDatePrev" SourceColumnNullMapping="False" SourceVersion="Original">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_DueDatePrev" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="DueDatePrev" SourceColumnNullMapping="True" SourceVersion="Original">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_DueDatePrev" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="DueDatePrev" SourceColumnNullMapping="False" SourceVersion="Original">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_StartDateReal" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="StartDateReal" SourceColumnNullMapping="True" SourceVersion="Original">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_StartDateReal" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="StartDateReal" SourceColumnNullMapping="False" SourceVersion="Original">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_DueDateReal" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="DueDateReal" SourceColumnNullMapping="True" SourceVersion="Original">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_DueDateReal" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="DueDateReal" SourceColumnNullMapping="False" SourceVersion="Original">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_RatioCompl" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="RatioCompl" SourceColumnNullMapping="True" SourceVersion="Original">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@Original_RatioCompl" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="RatioCompl" SourceColumnNullMapping="False" SourceVersion="Original">
|
|
</Parameter>
|
|
</Parameters>
|
|
</DbCommand>
|
|
</UpdateCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="IdxObj" DataSetColumn="IdxObj" />
|
|
<Mapping SourceColumn="IdxStep" DataSetColumn="IdxStep" />
|
|
<Mapping SourceColumn="CodStato" DataSetColumn="CodStato" />
|
|
<Mapping SourceColumn="StartDatePrev" DataSetColumn="StartDatePrev" />
|
|
<Mapping SourceColumn="DueDatePrev" DataSetColumn="DueDatePrev" />
|
|
<Mapping SourceColumn="StartDateReal" DataSetColumn="StartDateReal" />
|
|
<Mapping SourceColumn="DueDateReal" DataSetColumn="DueDateReal" />
|
|
<Mapping SourceColumn="RatioCompl" DataSetColumn="RatioCompl" />
|
|
</Mappings>
|
|
<Sources>
|
|
</Sources>
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="NoteTableAdapter" GeneratorDataComponentClassName="NoteTableAdapter" Name="Note" UserDataComponentName="NoteTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="SteamWare_XPSConnectionString (Web.config)" DbObjectName="SteamWare_XPS.dbo.Note" 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=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="True" UserGetMethodName="GetData" UserSourceName="Fill">
|
|
<DeleteCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="False">
|
|
<CommandText>DELETE FROM [dbo].[Note] WHERE (([IdxObj] = @Original_IdxObj) AND ([NumNota] = @Original_NumNota) AND ([IdxStep] = @Original_IdxStep) AND ((@IsNull_UserNota = 1 AND [UserNota] IS NULL) OR ([UserNota] = @Original_UserNota)) AND ((@IsNull_Data = 1 AND [Data] IS NULL) OR ([Data] = @Original_Data)) AND ((@IsNull_ExtView = 1 AND [ExtView] IS NULL) OR ([ExtView] = @Original_ExtView)) AND ((@IsNull_Nota = 1 AND [Nota] IS NULL) OR ([Nota] = @Original_Nota)))</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="False" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_IdxObj" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="IdxObj" SourceColumnNullMapping="False" SourceVersion="Original">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="False" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_NumNota" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="NumNota" SourceColumnNullMapping="False" SourceVersion="Original">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="False" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_IdxStep" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="IdxStep" SourceColumnNullMapping="False" SourceVersion="Original">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_UserNota" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="UserNota" SourceColumnNullMapping="True" SourceVersion="Original">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_UserNota" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="UserNota" SourceColumnNullMapping="False" SourceVersion="Original">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Data" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Data" SourceColumnNullMapping="True" SourceVersion="Original">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_Data" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="Data" SourceColumnNullMapping="False" SourceVersion="Original">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_ExtView" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="ExtView" SourceColumnNullMapping="True" SourceVersion="Original">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@Original_ExtView" Precision="0" ProviderType="Bit" Scale="0" Size="0" SourceColumn="ExtView" SourceColumnNullMapping="False" SourceVersion="Original">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Nota" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Nota" SourceColumnNullMapping="True" SourceVersion="Original">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_Nota" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Nota" SourceColumnNullMapping="False" SourceVersion="Original">
|
|
</Parameter>
|
|
</Parameters>
|
|
</DbCommand>
|
|
</DeleteCommand>
|
|
<InsertCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="False">
|
|
<CommandText>INSERT INTO [dbo].[Note] ([IdxObj], [NumNota], [IdxStep], [UserNota], [Data], [ExtView], [Nota]) VALUES (@IdxObj, @NumNota, @IdxStep, @UserNota, @Data, @ExtView, @Nota);
|
|
SELECT IdxObj, NumNota, IdxStep, UserNota, Data, ExtView, Nota FROM Note WHERE (IdxObj = @IdxObj) AND (NumNota = @NumNota)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="False" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@IdxObj" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="IdxObj" SourceColumnNullMapping="False" SourceVersion="Current">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="False" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@NumNota" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="NumNota" SourceColumnNullMapping="False" SourceVersion="Current">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="False" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IdxStep" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="IdxStep" SourceColumnNullMapping="False" SourceVersion="Current">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@UserNota" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="UserNota" SourceColumnNullMapping="False" SourceVersion="Current">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Data" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="Data" SourceColumnNullMapping="False" SourceVersion="Current">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@ExtView" Precision="0" ProviderType="Bit" Scale="0" Size="0" SourceColumn="ExtView" SourceColumnNullMapping="False" SourceVersion="Current">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Nota" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Nota" SourceColumnNullMapping="False" SourceVersion="Current">
|
|
</Parameter>
|
|
</Parameters>
|
|
</DbCommand>
|
|
</InsertCommand>
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="False">
|
|
<CommandText>SELECT IdxObj, NumNota, IdxStep, UserNota, Data, ExtView, Nota FROM dbo.Note</CommandText>
|
|
<Parameters>
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
<UpdateCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="False">
|
|
<CommandText>UPDATE [dbo].[Note] SET [IdxObj] = @IdxObj, [NumNota] = @NumNota, [IdxStep] = @IdxStep, [UserNota] = @UserNota, [Data] = @Data, [ExtView] = @ExtView, [Nota] = @Nota WHERE (([IdxObj] = @Original_IdxObj) AND ([NumNota] = @Original_NumNota) AND ([IdxStep] = @Original_IdxStep) AND ((@IsNull_UserNota = 1 AND [UserNota] IS NULL) OR ([UserNota] = @Original_UserNota)) AND ((@IsNull_Data = 1 AND [Data] IS NULL) OR ([Data] = @Original_Data)) AND ((@IsNull_ExtView = 1 AND [ExtView] IS NULL) OR ([ExtView] = @Original_ExtView)) AND ((@IsNull_Nota = 1 AND [Nota] IS NULL) OR ([Nota] = @Original_Nota)));
|
|
SELECT IdxObj, NumNota, IdxStep, UserNota, Data, ExtView, Nota FROM Note WHERE (IdxObj = @IdxObj) AND (NumNota = @NumNota)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="False" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@IdxObj" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="IdxObj" SourceColumnNullMapping="False" SourceVersion="Current">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="False" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@NumNota" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="NumNota" SourceColumnNullMapping="False" SourceVersion="Current">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="False" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IdxStep" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="IdxStep" SourceColumnNullMapping="False" SourceVersion="Current">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@UserNota" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="UserNota" SourceColumnNullMapping="False" SourceVersion="Current">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Data" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="Data" SourceColumnNullMapping="False" SourceVersion="Current">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@ExtView" Precision="0" ProviderType="Bit" Scale="0" Size="0" SourceColumn="ExtView" SourceColumnNullMapping="False" SourceVersion="Current">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Nota" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Nota" SourceColumnNullMapping="False" SourceVersion="Current">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="False" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_IdxObj" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="IdxObj" SourceColumnNullMapping="False" SourceVersion="Original">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="False" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_NumNota" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="NumNota" SourceColumnNullMapping="False" SourceVersion="Original">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="False" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_IdxStep" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="IdxStep" SourceColumnNullMapping="False" SourceVersion="Original">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_UserNota" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="UserNota" SourceColumnNullMapping="True" SourceVersion="Original">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_UserNota" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="UserNota" SourceColumnNullMapping="False" SourceVersion="Original">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Data" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Data" SourceColumnNullMapping="True" SourceVersion="Original">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_Data" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="Data" SourceColumnNullMapping="False" SourceVersion="Original">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_ExtView" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="ExtView" SourceColumnNullMapping="True" SourceVersion="Original">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@Original_ExtView" Precision="0" ProviderType="Bit" Scale="0" Size="0" SourceColumn="ExtView" SourceColumnNullMapping="False" SourceVersion="Original">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Nota" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Nota" SourceColumnNullMapping="True" SourceVersion="Original">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_Nota" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Nota" SourceColumnNullMapping="False" SourceVersion="Original">
|
|
</Parameter>
|
|
</Parameters>
|
|
</DbCommand>
|
|
</UpdateCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="IdxObj" DataSetColumn="IdxObj" />
|
|
<Mapping SourceColumn="NumNota" DataSetColumn="NumNota" />
|
|
<Mapping SourceColumn="IdxStep" DataSetColumn="IdxStep" />
|
|
<Mapping SourceColumn="UserNota" DataSetColumn="UserNota" />
|
|
<Mapping SourceColumn="Data" DataSetColumn="Data" />
|
|
<Mapping SourceColumn="ExtView" DataSetColumn="ExtView" />
|
|
<Mapping SourceColumn="Nota" DataSetColumn="Nota" />
|
|
</Mappings>
|
|
<Sources>
|
|
</Sources>
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="ObjectSetTableAdapter" GeneratorDataComponentClassName="ObjectSetTableAdapter" Name="ObjectSet" UserDataComponentName="ObjectSetTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="SteamWare_XPSConnectionString (Web.config)" DbObjectName="SteamWare_XPS.dbo.ObjectSet" 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=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="False" UserGetMethodName="GetData" UserSourceName="Fill">
|
|
<DeleteCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="False">
|
|
<CommandText>DELETE FROM [dbo].[ObjectSet] WHERE (([IdxSet] = @Original_IdxSet) AND ([IdxTipoObj] = @Original_IdxTipoObj))</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="False" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_IdxSet" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="IdxSet" SourceColumnNullMapping="False" SourceVersion="Original">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="False" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_IdxTipoObj" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="IdxTipoObj" SourceColumnNullMapping="False" SourceVersion="Original">
|
|
</Parameter>
|
|
</Parameters>
|
|
</DbCommand>
|
|
</DeleteCommand>
|
|
<InsertCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="False">
|
|
<CommandText>INSERT INTO [dbo].[ObjectSet] ([IdxSet], [IdxTipoObj], [MinOcc], [MaxOcc], [Posizione]) VALUES (@IdxSet, @IdxTipoObj, @MinOcc, @MaxOcc, @Posizione);
|
|
SELECT IdxSet, IdxTipoObj, MinOcc, MaxOcc, Posizione FROM ObjectSet WHERE (IdxSet = @IdxSet) AND (IdxTipoObj = @IdxTipoObj)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="False" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@IdxSet" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="IdxSet" SourceColumnNullMapping="False" SourceVersion="Current">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="False" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IdxTipoObj" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="IdxTipoObj" SourceColumnNullMapping="False" SourceVersion="Current">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@MinOcc" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="MinOcc" SourceColumnNullMapping="False" SourceVersion="Current">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@MaxOcc" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="MaxOcc" SourceColumnNullMapping="False" SourceVersion="Current">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Posizione" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Posizione" SourceColumnNullMapping="False" SourceVersion="Current">
|
|
</Parameter>
|
|
</Parameters>
|
|
</DbCommand>
|
|
</InsertCommand>
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="True">
|
|
<CommandText>SELECT * FROM dbo.ObjectSet</CommandText>
|
|
<Parameters>
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
<UpdateCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="False">
|
|
<CommandText>UPDATE [dbo].[ObjectSet] SET [IdxSet] = @IdxSet, [IdxTipoObj] = @IdxTipoObj, [MinOcc] = @MinOcc, [MaxOcc] = @MaxOcc, [Posizione] = @Posizione WHERE (([IdxSet] = @Original_IdxSet) AND ([IdxTipoObj] = @Original_IdxTipoObj));
|
|
SELECT IdxSet, IdxTipoObj, MinOcc, MaxOcc, Posizione FROM ObjectSet WHERE (IdxSet = @IdxSet) AND (IdxTipoObj = @IdxTipoObj)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="False" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@IdxSet" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="IdxSet" SourceColumnNullMapping="False" SourceVersion="Current">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="False" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IdxTipoObj" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="IdxTipoObj" SourceColumnNullMapping="False" SourceVersion="Current">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@MinOcc" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="MinOcc" SourceColumnNullMapping="False" SourceVersion="Current">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@MaxOcc" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="MaxOcc" SourceColumnNullMapping="False" SourceVersion="Current">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Posizione" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Posizione" SourceColumnNullMapping="False" SourceVersion="Current">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="False" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_IdxSet" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="IdxSet" SourceColumnNullMapping="False" SourceVersion="Original">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="False" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_IdxTipoObj" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="IdxTipoObj" SourceColumnNullMapping="False" SourceVersion="Original">
|
|
</Parameter>
|
|
</Parameters>
|
|
</DbCommand>
|
|
</UpdateCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="IdxSet" DataSetColumn="IdxSet" />
|
|
<Mapping SourceColumn="IdxTipoObj" DataSetColumn="IdxTipoObj" />
|
|
<Mapping SourceColumn="MinOcc" DataSetColumn="MinOcc" />
|
|
<Mapping SourceColumn="MaxOcc" DataSetColumn="MaxOcc" />
|
|
<Mapping SourceColumn="Posizione" DataSetColumn="Posizione" />
|
|
</Mappings>
|
|
<Sources>
|
|
<DbSource ConnectionRef="SteamWare_XPSConnectionString (Web.config)" DbObjectName="" DbObjectType="Unknown" GenerateShortCommands="True" GeneratorSourceName="DeleteQuery" Modifier="Public" Name="DeleteQuery" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="True" UserGetMethodName="GetDataBy" UserSourceName="DeleteQuery">
|
|
<DeleteCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="True">
|
|
<CommandText>DELETE FROM [dbo].[ObjectSet] WHERE (([IdxSet] = @Original_IdxSet) AND ([IdxTipoObj] = @Original_IdxTipoObj))</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="False" AutogeneratedName="Original_IdxSet" ColumnName="IdxSet" DataSourceName="SteamWare_XPS.dbo.ObjectSet" DataTypeServer="nvarchar(50)" DbType="String" Direction="Input" ParameterName="@Original_IdxSet" Precision="0" ProviderType="NVarChar" Scale="0" Size="50" SourceColumn="IdxSet" SourceColumnNullMapping="False" SourceVersion="Original">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="False" AutogeneratedName="Original_IdxTipoObj" ColumnName="IdxTipoObj" DataSourceName="SteamWare_XPS.dbo.ObjectSet" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@Original_IdxTipoObj" Precision="0" ProviderType="Int" Scale="0" Size="4" SourceColumn="IdxTipoObj" SourceColumnNullMapping="False" SourceVersion="Original">
|
|
</Parameter>
|
|
</Parameters>
|
|
</DbCommand>
|
|
</DeleteCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="SteamWare_XPSConnectionString (Web.config)" DbObjectName="" DbObjectType="Unknown" GenerateShortCommands="True" GeneratorSourceName="UpdateQuery" Modifier="Public" Name="UpdateQuery" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="True" UserGetMethodName="GetDataBy1" UserSourceName="UpdateQuery">
|
|
<UpdateCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="True">
|
|
<CommandText>UPDATE ObjectSet
|
|
SET IdxSet = @IdxSet, IdxTipoObj = @IdxTipoObj, MinOcc = @MinOcc, MaxOcc = @MaxOcc, Posizione = @Posizione
|
|
WHERE (IdxSet = @Original_IdxSet) AND (IdxTipoObj = @Original_IdxTipoObj)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="False" AutogeneratedName="IdxSet" ColumnName="IdxSet" DataSourceName="SteamWare_XPS.dbo.ObjectSet" DataTypeServer="nvarchar(50)" DbType="String" Direction="Input" ParameterName="@IdxSet" Precision="0" ProviderType="NVarChar" Scale="0" Size="50" SourceColumn="IdxSet" SourceColumnNullMapping="False" SourceVersion="Current">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="False" AutogeneratedName="IdxTipoObj" ColumnName="IdxTipoObj" DataSourceName="SteamWare_XPS.dbo.ObjectSet" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@IdxTipoObj" Precision="0" ProviderType="Int" Scale="0" Size="4" SourceColumn="IdxTipoObj" SourceColumnNullMapping="False" SourceVersion="Current">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="MinOcc" ColumnName="MinOcc" DataSourceName="SteamWare_XPS.dbo.ObjectSet" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@MinOcc" Precision="0" ProviderType="Int" Scale="0" Size="4" SourceColumn="MinOcc" SourceColumnNullMapping="False" SourceVersion="Current">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="MaxOcc" ColumnName="MaxOcc" DataSourceName="SteamWare_XPS.dbo.ObjectSet" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@MaxOcc" Precision="0" ProviderType="Int" Scale="0" Size="4" SourceColumn="MaxOcc" SourceColumnNullMapping="False" SourceVersion="Current">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="Posizione" ColumnName="Posizione" DataSourceName="SteamWare_XPS.dbo.ObjectSet" DataTypeServer="nvarchar(50)" DbType="String" Direction="Input" ParameterName="@Posizione" Precision="0" ProviderType="NVarChar" Scale="0" Size="50" SourceColumn="Posizione" SourceColumnNullMapping="False" SourceVersion="Current">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="False" AutogeneratedName="Original_IdxSet" ColumnName="IdxSet" DataSourceName="SteamWare_XPS.dbo.ObjectSet" DataTypeServer="nvarchar(50)" DbType="String" Direction="Input" ParameterName="@Original_IdxSet" Precision="0" ProviderType="NVarChar" Scale="0" Size="50" SourceColumn="IdxSet" SourceColumnNullMapping="False" SourceVersion="Original">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="False" AutogeneratedName="Original_IdxTipoObj" ColumnName="IdxTipoObj" DataSourceName="SteamWare_XPS.dbo.ObjectSet" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@Original_IdxTipoObj" Precision="0" ProviderType="Int" Scale="0" Size="4" SourceColumn="IdxTipoObj" SourceColumnNullMapping="False" SourceVersion="Original">
|
|
</Parameter>
|
|
</Parameters>
|
|
</DbCommand>
|
|
</UpdateCommand>
|
|
</DbSource>
|
|
</Sources>
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="TipoEventiTableAdapter" GeneratorDataComponentClassName="TipoEventiTableAdapter" Name="TipoEventi" UserDataComponentName="TipoEventiTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="SteamWare_XPSConnectionString (Web.config)" DbObjectName="SteamWare_XPS.dbo.TipoEventi" 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=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="True" UserGetMethodName="GetData" UserSourceName="Fill">
|
|
<DeleteCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="False">
|
|
<CommandText>DELETE FROM [dbo].[TipoEventi] WHERE (([CodTipoEvento] = @Original_CodTipoEvento) AND ((@IsNull_DescrTipoEv = 1 AND [DescrTipoEv] IS NULL) OR ([DescrTipoEv] = @Original_DescrTipoEv)))</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="False" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_CodTipoEvento" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="CodTipoEvento" SourceColumnNullMapping="False" SourceVersion="Original">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_DescrTipoEv" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="DescrTipoEv" SourceColumnNullMapping="True" SourceVersion="Original">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_DescrTipoEv" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="DescrTipoEv" SourceColumnNullMapping="False" SourceVersion="Original">
|
|
</Parameter>
|
|
</Parameters>
|
|
</DbCommand>
|
|
</DeleteCommand>
|
|
<InsertCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="False">
|
|
<CommandText>INSERT INTO [dbo].[TipoEventi] ([CodTipoEvento], [DescrTipoEv]) VALUES (@CodTipoEvento, @DescrTipoEv);
|
|
SELECT CodTipoEvento, DescrTipoEv FROM TipoEventi WHERE (CodTipoEvento = @CodTipoEvento)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="False" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@CodTipoEvento" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="CodTipoEvento" SourceColumnNullMapping="False" SourceVersion="Current">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@DescrTipoEv" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="DescrTipoEv" SourceColumnNullMapping="False" SourceVersion="Current">
|
|
</Parameter>
|
|
</Parameters>
|
|
</DbCommand>
|
|
</InsertCommand>
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="False">
|
|
<CommandText>SELECT CodTipoEvento, DescrTipoEv FROM dbo.TipoEventi</CommandText>
|
|
<Parameters>
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
<UpdateCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="False">
|
|
<CommandText>UPDATE [dbo].[TipoEventi] SET [CodTipoEvento] = @CodTipoEvento, [DescrTipoEv] = @DescrTipoEv WHERE (([CodTipoEvento] = @Original_CodTipoEvento) AND ((@IsNull_DescrTipoEv = 1 AND [DescrTipoEv] IS NULL) OR ([DescrTipoEv] = @Original_DescrTipoEv)));
|
|
SELECT CodTipoEvento, DescrTipoEv FROM TipoEventi WHERE (CodTipoEvento = @CodTipoEvento)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="False" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@CodTipoEvento" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="CodTipoEvento" SourceColumnNullMapping="False" SourceVersion="Current">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@DescrTipoEv" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="DescrTipoEv" SourceColumnNullMapping="False" SourceVersion="Current">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="False" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_CodTipoEvento" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="CodTipoEvento" SourceColumnNullMapping="False" SourceVersion="Original">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_DescrTipoEv" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="DescrTipoEv" SourceColumnNullMapping="True" SourceVersion="Original">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_DescrTipoEv" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="DescrTipoEv" SourceColumnNullMapping="False" SourceVersion="Original">
|
|
</Parameter>
|
|
</Parameters>
|
|
</DbCommand>
|
|
</UpdateCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="CodTipoEvento" DataSetColumn="CodTipoEvento" />
|
|
<Mapping SourceColumn="DescrTipoEv" DataSetColumn="DescrTipoEv" />
|
|
</Mappings>
|
|
<Sources>
|
|
</Sources>
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="AnagMappeTableAdapter" GeneratorDataComponentClassName="AnagMappeTableAdapter" Name="AnagMappe" UserDataComponentName="AnagMappeTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="SteamWare_XPSConnectionString (Web.config)" DbObjectName="SteamWare_XPS.dbo.AnagMappe" 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=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="True" UserGetMethodName="GetData" UserSourceName="Fill">
|
|
<DeleteCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="False">
|
|
<CommandText>DELETE FROM [dbo].[AnagMappe] WHERE (([CodMappa] = @Original_CodMappa) AND ((@IsNull_DescrMappa = 1 AND [DescrMappa] IS NULL) OR ([DescrMappa] = @Original_DescrMappa)))</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="False" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_CodMappa" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="CodMappa" SourceColumnNullMapping="False" SourceVersion="Original">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_DescrMappa" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="DescrMappa" SourceColumnNullMapping="True" SourceVersion="Original">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_DescrMappa" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="DescrMappa" SourceColumnNullMapping="False" SourceVersion="Original">
|
|
</Parameter>
|
|
</Parameters>
|
|
</DbCommand>
|
|
</DeleteCommand>
|
|
<InsertCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="False">
|
|
<CommandText>INSERT INTO [dbo].[AnagMappe] ([CodMappa], [DescrMappa]) VALUES (@CodMappa, @DescrMappa);
|
|
SELECT CodMappa, DescrMappa FROM AnagMappe WHERE (CodMappa = @CodMappa)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="False" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@CodMappa" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="CodMappa" SourceColumnNullMapping="False" SourceVersion="Current">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@DescrMappa" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="DescrMappa" SourceColumnNullMapping="False" SourceVersion="Current">
|
|
</Parameter>
|
|
</Parameters>
|
|
</DbCommand>
|
|
</InsertCommand>
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="False">
|
|
<CommandText>SELECT CodMappa, DescrMappa FROM dbo.AnagMappe</CommandText>
|
|
<Parameters>
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
<UpdateCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="False">
|
|
<CommandText>UPDATE [dbo].[AnagMappe] SET [CodMappa] = @CodMappa, [DescrMappa] = @DescrMappa WHERE (([CodMappa] = @Original_CodMappa) AND ((@IsNull_DescrMappa = 1 AND [DescrMappa] IS NULL) OR ([DescrMappa] = @Original_DescrMappa)));
|
|
SELECT CodMappa, DescrMappa FROM AnagMappe WHERE (CodMappa = @CodMappa)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="False" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@CodMappa" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="CodMappa" SourceColumnNullMapping="False" SourceVersion="Current">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@DescrMappa" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="DescrMappa" SourceColumnNullMapping="False" SourceVersion="Current">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="False" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_CodMappa" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="CodMappa" SourceColumnNullMapping="False" SourceVersion="Original">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_DescrMappa" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="DescrMappa" SourceColumnNullMapping="True" SourceVersion="Original">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_DescrMappa" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="DescrMappa" SourceColumnNullMapping="False" SourceVersion="Original">
|
|
</Parameter>
|
|
</Parameters>
|
|
</DbCommand>
|
|
</UpdateCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="CodMappa" DataSetColumn="CodMappa" />
|
|
<Mapping SourceColumn="DescrMappa" DataSetColumn="DescrMappa" />
|
|
</Mappings>
|
|
<Sources>
|
|
<DbSource ConnectionRef="SteamWare_XPSConnectionString (Web.config)" DbObjectName="" DbObjectType="Unknown" GenerateShortCommands="True" GeneratorSourceName="DeleteQuery" Modifier="Public" Name="DeleteQuery" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="True" UserGetMethodName="GetDataBy" UserSourceName="DeleteQuery">
|
|
<DeleteCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="True">
|
|
<CommandText>DELETE FROM [dbo].[AnagMappe] WHERE (([CodMappa] = @Original_CodMappa) )</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="False" AutogeneratedName="Original_CodMappa" ColumnName="CodMappa" DataSourceName="SteamWare_XPS.dbo.AnagMappe" DataTypeServer="nvarchar(20)" DbType="String" Direction="Input" ParameterName="@Original_CodMappa" Precision="0" ProviderType="NVarChar" Scale="0" Size="20" SourceColumn="CodMappa" SourceColumnNullMapping="False" SourceVersion="Original">
|
|
</Parameter>
|
|
</Parameters>
|
|
</DbCommand>
|
|
</DeleteCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="SteamWare_XPSConnectionString (Web.config)" DbObjectName="" DbObjectType="Unknown" GenerateShortCommands="True" GeneratorSourceName="UpdateQuery" Modifier="Public" Name="UpdateQuery" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="True" UserGetMethodName="GetDataBy1" UserSourceName="UpdateQuery">
|
|
<UpdateCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="True">
|
|
<CommandText>UPDATE [dbo].[AnagMappe] SET [CodMappa] = @CodMappa, [DescrMappa] = @DescrMappa WHERE ([CodMappa] = @Original_CodMappa)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="False" AutogeneratedName="CodMappa" ColumnName="CodMappa" DataSourceName="SteamWare_XPS.dbo.AnagMappe" DataTypeServer="nvarchar(20)" DbType="String" Direction="Input" ParameterName="@CodMappa" Precision="0" ProviderType="NVarChar" Scale="0" Size="20" SourceColumn="CodMappa" SourceColumnNullMapping="False" SourceVersion="Current">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="DescrMappa" ColumnName="DescrMappa" DataSourceName="SteamWare_XPS.dbo.AnagMappe" DataTypeServer="nvarchar(50)" DbType="String" Direction="Input" ParameterName="@DescrMappa" Precision="0" ProviderType="NVarChar" Scale="0" Size="50" SourceColumn="DescrMappa" SourceColumnNullMapping="False" SourceVersion="Current">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="False" AutogeneratedName="Original_CodMappa" ColumnName="CodMappa" DataSourceName="SteamWare_XPS.dbo.AnagMappe" DataTypeServer="nvarchar(20)" DbType="String" Direction="Input" ParameterName="@Original_CodMappa" Precision="0" ProviderType="NVarChar" Scale="0" Size="20" SourceColumn="CodMappa" SourceColumnNullMapping="False" SourceVersion="Original">
|
|
</Parameter>
|
|
</Parameters>
|
|
</DbCommand>
|
|
</UpdateCommand>
|
|
</DbSource>
|
|
</Sources>
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="ObjListTableAdapter" GeneratorDataComponentClassName="ObjListTableAdapter" Name="ObjList" UserDataComponentName="ObjListTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="SteamWare_XPSConnectionString (Web.config)" DbObjectName="SteamWare_XPS.dbo.ObjList" 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=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="True" UserGetMethodName="GetData" UserSourceName="Fill">
|
|
<DeleteCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="False">
|
|
<CommandText>DELETE FROM [dbo].[ObjList] WHERE (([IdxObj] = @Original_IdxObj) AND ((@IsNull_Posizione = 1 AND [Posizione] IS NULL) OR ([Posizione] = @Original_Posizione)) AND ((@IsNull_Livello = 1 AND [Livello] IS NULL) OR ([Livello] = @Original_Livello)) AND ((@IsNull_Rev = 1 AND [Rev] IS NULL) OR ([Rev] = @Original_Rev)) AND ((@IsNull_IdxTipoObj = 1 AND [IdxTipoObj] IS NULL) OR ([IdxTipoObj] = @Original_IdxTipoObj)) AND ((@IsNull_CodStato = 1 AND [CodStato] IS NULL) OR ([CodStato] = @Original_CodStato)) AND ((@IsNull_Nome = 1 AND [Nome] IS NULL) OR ([Nome] = @Original_Nome)) AND ((@IsNull_IdxObjMamma = 1 AND [IdxObjMamma] IS NULL) OR ([IdxObjMamma] = @Original_IdxObjMamma)) AND ((@IsNull_Note = 1 AND [Note] IS NULL) OR ([Note] = @Original_Note)) AND ((@IsNull_ExtKey = 1 AND [ExtKey] IS NULL) OR ([ExtKey] = @Original_ExtKey)) AND ((@IsNull_DueDatePrev = 1 AND [DueDatePrev] IS NULL) OR ([DueDatePrev] = @Original_DueDatePrev)) AND ((@IsNull_LeadTime = 1 AND [LeadTime] IS NULL) OR ([LeadTime] = @Original_LeadTime)) AND ((@IsNull_LeadTimeUM = 1 AND [LeadTimeUM] IS NULL) OR ([LeadTimeUM] = @Original_LeadTimeUM)))</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="False" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_IdxObj" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="IdxObj" SourceColumnNullMapping="False" SourceVersion="Original">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Posizione" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Posizione" SourceColumnNullMapping="True" SourceVersion="Original">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_Posizione" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Posizione" SourceColumnNullMapping="False" SourceVersion="Original">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Livello" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Livello" SourceColumnNullMapping="True" SourceVersion="Original">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_Livello" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Livello" SourceColumnNullMapping="False" SourceVersion="Original">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Rev" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Rev" SourceColumnNullMapping="True" SourceVersion="Original">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_Rev" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Rev" SourceColumnNullMapping="False" SourceVersion="Original">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_IdxTipoObj" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="IdxTipoObj" SourceColumnNullMapping="True" SourceVersion="Original">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_IdxTipoObj" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="IdxTipoObj" SourceColumnNullMapping="False" SourceVersion="Original">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_CodStato" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="CodStato" SourceColumnNullMapping="True" SourceVersion="Original">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_CodStato" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="CodStato" SourceColumnNullMapping="False" SourceVersion="Original">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Nome" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Nome" SourceColumnNullMapping="True" SourceVersion="Original">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_Nome" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Nome" SourceColumnNullMapping="False" SourceVersion="Original">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_IdxObjMamma" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="IdxObjMamma" SourceColumnNullMapping="True" SourceVersion="Original">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_IdxObjMamma" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="IdxObjMamma" SourceColumnNullMapping="False" SourceVersion="Original">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Note" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Note" SourceColumnNullMapping="True" SourceVersion="Original">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_Note" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Note" SourceColumnNullMapping="False" SourceVersion="Original">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_ExtKey" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="ExtKey" SourceColumnNullMapping="True" SourceVersion="Original">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_ExtKey" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="ExtKey" SourceColumnNullMapping="False" SourceVersion="Original">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_DueDatePrev" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="DueDatePrev" SourceColumnNullMapping="True" SourceVersion="Original">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_DueDatePrev" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="DueDatePrev" SourceColumnNullMapping="False" SourceVersion="Original">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_LeadTime" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="LeadTime" SourceColumnNullMapping="True" SourceVersion="Original">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@Original_LeadTime" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="LeadTime" SourceColumnNullMapping="False" SourceVersion="Original">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_LeadTimeUM" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="LeadTimeUM" SourceColumnNullMapping="True" SourceVersion="Original">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_LeadTimeUM" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="LeadTimeUM" SourceColumnNullMapping="False" SourceVersion="Original">
|
|
</Parameter>
|
|
</Parameters>
|
|
</DbCommand>
|
|
</DeleteCommand>
|
|
<InsertCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="False">
|
|
<CommandText>INSERT INTO [dbo].[ObjList] ([IdxObj], [Posizione], [Livello], [Rev], [IdxTipoObj], [CodStato], [Nome], [IdxObjMamma], [Note], [ExtKey], [DueDatePrev], [LeadTime], [LeadTimeUM]) VALUES (@IdxObj, @Posizione, @Livello, @Rev, @IdxTipoObj, @CodStato, @Nome, @IdxObjMamma, @Note, @ExtKey, @DueDatePrev, @LeadTime, @LeadTimeUM);
|
|
SELECT IdxObj, Posizione, Livello, Rev, IdxTipoObj, CodStato, Nome, IdxObjMamma, Note, ExtKey, DueDatePrev, LeadTime, LeadTimeUM FROM ObjList WHERE (IdxObj = @IdxObj)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="False" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@IdxObj" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="IdxObj" SourceColumnNullMapping="False" SourceVersion="Current">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Posizione" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Posizione" SourceColumnNullMapping="False" SourceVersion="Current">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Livello" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Livello" SourceColumnNullMapping="False" SourceVersion="Current">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Rev" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Rev" SourceColumnNullMapping="False" SourceVersion="Current">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IdxTipoObj" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="IdxTipoObj" SourceColumnNullMapping="False" SourceVersion="Current">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@CodStato" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="CodStato" SourceColumnNullMapping="False" SourceVersion="Current">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Nome" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Nome" SourceColumnNullMapping="False" SourceVersion="Current">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IdxObjMamma" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="IdxObjMamma" SourceColumnNullMapping="False" SourceVersion="Current">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Note" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Note" SourceColumnNullMapping="False" SourceVersion="Current">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@ExtKey" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="ExtKey" SourceColumnNullMapping="False" SourceVersion="Current">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@DueDatePrev" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="DueDatePrev" SourceColumnNullMapping="False" SourceVersion="Current">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@LeadTime" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="LeadTime" SourceColumnNullMapping="False" SourceVersion="Current">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@LeadTimeUM" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="LeadTimeUM" SourceColumnNullMapping="False" SourceVersion="Current">
|
|
</Parameter>
|
|
</Parameters>
|
|
</DbCommand>
|
|
</InsertCommand>
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="False">
|
|
<CommandText>SELECT IdxObj, Posizione, Livello, Rev, IdxTipoObj, CodStato, Nome, IdxObjMamma, Note, ExtKey, DueDatePrev, LeadTime, LeadTimeUM FROM dbo.ObjList</CommandText>
|
|
<Parameters>
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
<UpdateCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="False">
|
|
<CommandText>UPDATE [dbo].[ObjList] SET [IdxObj] = @IdxObj, [Posizione] = @Posizione, [Livello] = @Livello, [Rev] = @Rev, [IdxTipoObj] = @IdxTipoObj, [CodStato] = @CodStato, [Nome] = @Nome, [IdxObjMamma] = @IdxObjMamma, [Note] = @Note, [ExtKey] = @ExtKey, [DueDatePrev] = @DueDatePrev, [LeadTime] = @LeadTime, [LeadTimeUM] = @LeadTimeUM WHERE (([IdxObj] = @Original_IdxObj) AND ((@IsNull_Posizione = 1 AND [Posizione] IS NULL) OR ([Posizione] = @Original_Posizione)) AND ((@IsNull_Livello = 1 AND [Livello] IS NULL) OR ([Livello] = @Original_Livello)) AND ((@IsNull_Rev = 1 AND [Rev] IS NULL) OR ([Rev] = @Original_Rev)) AND ((@IsNull_IdxTipoObj = 1 AND [IdxTipoObj] IS NULL) OR ([IdxTipoObj] = @Original_IdxTipoObj)) AND ((@IsNull_CodStato = 1 AND [CodStato] IS NULL) OR ([CodStato] = @Original_CodStato)) AND ((@IsNull_Nome = 1 AND [Nome] IS NULL) OR ([Nome] = @Original_Nome)) AND ((@IsNull_IdxObjMamma = 1 AND [IdxObjMamma] IS NULL) OR ([IdxObjMamma] = @Original_IdxObjMamma)) AND ((@IsNull_Note = 1 AND [Note] IS NULL) OR ([Note] = @Original_Note)) AND ((@IsNull_ExtKey = 1 AND [ExtKey] IS NULL) OR ([ExtKey] = @Original_ExtKey)) AND ((@IsNull_DueDatePrev = 1 AND [DueDatePrev] IS NULL) OR ([DueDatePrev] = @Original_DueDatePrev)) AND ((@IsNull_LeadTime = 1 AND [LeadTime] IS NULL) OR ([LeadTime] = @Original_LeadTime)) AND ((@IsNull_LeadTimeUM = 1 AND [LeadTimeUM] IS NULL) OR ([LeadTimeUM] = @Original_LeadTimeUM)));
|
|
SELECT IdxObj, Posizione, Livello, Rev, IdxTipoObj, CodStato, Nome, IdxObjMamma, Note, ExtKey, DueDatePrev, LeadTime, LeadTimeUM FROM ObjList WHERE (IdxObj = @IdxObj)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="False" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@IdxObj" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="IdxObj" SourceColumnNullMapping="False" SourceVersion="Current">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Posizione" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Posizione" SourceColumnNullMapping="False" SourceVersion="Current">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Livello" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Livello" SourceColumnNullMapping="False" SourceVersion="Current">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Rev" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Rev" SourceColumnNullMapping="False" SourceVersion="Current">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IdxTipoObj" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="IdxTipoObj" SourceColumnNullMapping="False" SourceVersion="Current">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@CodStato" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="CodStato" SourceColumnNullMapping="False" SourceVersion="Current">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Nome" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Nome" SourceColumnNullMapping="False" SourceVersion="Current">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IdxObjMamma" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="IdxObjMamma" SourceColumnNullMapping="False" SourceVersion="Current">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Note" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Note" SourceColumnNullMapping="False" SourceVersion="Current">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@ExtKey" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="ExtKey" SourceColumnNullMapping="False" SourceVersion="Current">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@DueDatePrev" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="DueDatePrev" SourceColumnNullMapping="False" SourceVersion="Current">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@LeadTime" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="LeadTime" SourceColumnNullMapping="False" SourceVersion="Current">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@LeadTimeUM" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="LeadTimeUM" SourceColumnNullMapping="False" SourceVersion="Current">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="False" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_IdxObj" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="IdxObj" SourceColumnNullMapping="False" SourceVersion="Original">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Posizione" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Posizione" SourceColumnNullMapping="True" SourceVersion="Original">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_Posizione" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Posizione" SourceColumnNullMapping="False" SourceVersion="Original">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Livello" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Livello" SourceColumnNullMapping="True" SourceVersion="Original">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_Livello" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Livello" SourceColumnNullMapping="False" SourceVersion="Original">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Rev" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Rev" SourceColumnNullMapping="True" SourceVersion="Original">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_Rev" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Rev" SourceColumnNullMapping="False" SourceVersion="Original">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_IdxTipoObj" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="IdxTipoObj" SourceColumnNullMapping="True" SourceVersion="Original">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_IdxTipoObj" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="IdxTipoObj" SourceColumnNullMapping="False" SourceVersion="Original">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_CodStato" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="CodStato" SourceColumnNullMapping="True" SourceVersion="Original">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_CodStato" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="CodStato" SourceColumnNullMapping="False" SourceVersion="Original">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Nome" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Nome" SourceColumnNullMapping="True" SourceVersion="Original">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_Nome" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Nome" SourceColumnNullMapping="False" SourceVersion="Original">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_IdxObjMamma" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="IdxObjMamma" SourceColumnNullMapping="True" SourceVersion="Original">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_IdxObjMamma" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="IdxObjMamma" SourceColumnNullMapping="False" SourceVersion="Original">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Note" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Note" SourceColumnNullMapping="True" SourceVersion="Original">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_Note" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Note" SourceColumnNullMapping="False" SourceVersion="Original">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_ExtKey" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="ExtKey" SourceColumnNullMapping="True" SourceVersion="Original">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_ExtKey" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="ExtKey" SourceColumnNullMapping="False" SourceVersion="Original">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_DueDatePrev" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="DueDatePrev" SourceColumnNullMapping="True" SourceVersion="Original">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_DueDatePrev" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="DueDatePrev" SourceColumnNullMapping="False" SourceVersion="Original">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_LeadTime" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="LeadTime" SourceColumnNullMapping="True" SourceVersion="Original">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@Original_LeadTime" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="LeadTime" SourceColumnNullMapping="False" SourceVersion="Original">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_LeadTimeUM" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="LeadTimeUM" SourceColumnNullMapping="True" SourceVersion="Original">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_LeadTimeUM" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="LeadTimeUM" SourceColumnNullMapping="False" SourceVersion="Original">
|
|
</Parameter>
|
|
</Parameters>
|
|
</DbCommand>
|
|
</UpdateCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="IdxObj" DataSetColumn="IdxObj" />
|
|
<Mapping SourceColumn="Posizione" DataSetColumn="Posizione" />
|
|
<Mapping SourceColumn="Livello" DataSetColumn="Livello" />
|
|
<Mapping SourceColumn="Rev" DataSetColumn="Rev" />
|
|
<Mapping SourceColumn="IdxTipoObj" DataSetColumn="IdxTipoObj" />
|
|
<Mapping SourceColumn="CodStato" DataSetColumn="CodStato" />
|
|
<Mapping SourceColumn="Nome" DataSetColumn="Nome" />
|
|
<Mapping SourceColumn="IdxObjMamma" DataSetColumn="IdxObjMamma" />
|
|
<Mapping SourceColumn="Note" DataSetColumn="Note" />
|
|
<Mapping SourceColumn="ExtKey" DataSetColumn="ExtKey" />
|
|
<Mapping SourceColumn="DueDatePrev" DataSetColumn="DueDatePrev" />
|
|
<Mapping SourceColumn="LeadTime" DataSetColumn="LeadTime" />
|
|
<Mapping SourceColumn="LeadTimeUM" DataSetColumn="LeadTimeUM" />
|
|
</Mappings>
|
|
<Sources>
|
|
</Sources>
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="StatiTableAdapter" GeneratorDataComponentClassName="StatiTableAdapter" Name="Stati" UserDataComponentName="StatiTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="SteamWare_XPSConnectionString (Web.config)" DbObjectName="SteamWare_XPS.dbo.Stati" 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=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="True" UserGetMethodName="GetData" UserSourceName="Fill">
|
|
<DeleteCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="False">
|
|
<CommandText>DELETE FROM [dbo].[Stati] WHERE (([CodMappa] = @Original_CodMappa) AND ([CodStato] = @Original_CodStato) AND ([IdxTipoObj] = @Original_IdxTipoObj) AND ((@IsNull_DescrStato = 1 AND [DescrStato] IS NULL) OR ([DescrStato] = @Original_DescrStato)) AND ((@IsNull_PlugIn = 1 AND [PlugIn] IS NULL) OR ([PlugIn] = @Original_PlugIn)) AND ((@IsNull_Valore = 1 AND [Valore] IS NULL) OR ([Valore] = @Original_Valore)) AND ((@IsNull_IdxUM = 1 AND [IdxUM] IS NULL) OR ([IdxUM] = @Original_IdxUM)))</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="False" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_CodMappa" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="CodMappa" SourceColumnNullMapping="False" SourceVersion="Original">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="False" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_CodStato" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="CodStato" SourceColumnNullMapping="False" SourceVersion="Original">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="False" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_IdxTipoObj" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="IdxTipoObj" SourceColumnNullMapping="False" SourceVersion="Original">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_DescrStato" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="DescrStato" SourceColumnNullMapping="True" SourceVersion="Original">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_DescrStato" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="DescrStato" SourceColumnNullMapping="False" SourceVersion="Original">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_PlugIn" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="PlugIn" SourceColumnNullMapping="True" SourceVersion="Original">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_PlugIn" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="PlugIn" SourceColumnNullMapping="False" SourceVersion="Original">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Valore" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Valore" SourceColumnNullMapping="True" SourceVersion="Original">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_Valore" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Valore" SourceColumnNullMapping="False" SourceVersion="Original">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_IdxUM" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="IdxUM" SourceColumnNullMapping="True" SourceVersion="Original">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_IdxUM" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="IdxUM" SourceColumnNullMapping="False" SourceVersion="Original">
|
|
</Parameter>
|
|
</Parameters>
|
|
</DbCommand>
|
|
</DeleteCommand>
|
|
<InsertCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="False">
|
|
<CommandText>INSERT INTO [dbo].[Stati] ([CodMappa], [CodStato], [IdxTipoObj], [DescrStato], [PlugIn], [Valore], [IdxUM]) VALUES (@CodMappa, @CodStato, @IdxTipoObj, @DescrStato, @PlugIn, @Valore, @IdxUM);
|
|
SELECT CodMappa, CodStato, IdxTipoObj, DescrStato, PlugIn, Valore, IdxUM FROM Stati WHERE (CodMappa = @CodMappa) AND (CodStato = @CodStato) AND (IdxTipoObj = @IdxTipoObj)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="False" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@CodMappa" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="CodMappa" SourceColumnNullMapping="False" SourceVersion="Current">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="False" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@CodStato" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="CodStato" SourceColumnNullMapping="False" SourceVersion="Current">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="False" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IdxTipoObj" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="IdxTipoObj" SourceColumnNullMapping="False" SourceVersion="Current">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@DescrStato" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="DescrStato" SourceColumnNullMapping="False" SourceVersion="Current">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@PlugIn" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="PlugIn" SourceColumnNullMapping="False" SourceVersion="Current">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Valore" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Valore" SourceColumnNullMapping="False" SourceVersion="Current">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@IdxUM" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="IdxUM" SourceColumnNullMapping="False" SourceVersion="Current">
|
|
</Parameter>
|
|
</Parameters>
|
|
</DbCommand>
|
|
</InsertCommand>
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="False">
|
|
<CommandText>SELECT CodMappa, CodStato, IdxTipoObj, DescrStato, PlugIn, Valore, IdxUM FROM dbo.Stati</CommandText>
|
|
<Parameters>
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
<UpdateCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="False">
|
|
<CommandText>UPDATE [dbo].[Stati] SET [CodMappa] = @CodMappa, [CodStato] = @CodStato, [IdxTipoObj] = @IdxTipoObj, [DescrStato] = @DescrStato, [PlugIn] = @PlugIn, [Valore] = @Valore, [IdxUM] = @IdxUM WHERE (([CodMappa] = @Original_CodMappa) AND ([CodStato] = @Original_CodStato) AND ([IdxTipoObj] = @Original_IdxTipoObj) AND ((@IsNull_DescrStato = 1 AND [DescrStato] IS NULL) OR ([DescrStato] = @Original_DescrStato)) AND ((@IsNull_PlugIn = 1 AND [PlugIn] IS NULL) OR ([PlugIn] = @Original_PlugIn)) AND ((@IsNull_Valore = 1 AND [Valore] IS NULL) OR ([Valore] = @Original_Valore)) AND ((@IsNull_IdxUM = 1 AND [IdxUM] IS NULL) OR ([IdxUM] = @Original_IdxUM)));
|
|
SELECT CodMappa, CodStato, IdxTipoObj, DescrStato, PlugIn, Valore, IdxUM FROM Stati WHERE (CodMappa = @CodMappa) AND (CodStato = @CodStato) AND (IdxTipoObj = @IdxTipoObj)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="False" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@CodMappa" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="CodMappa" SourceColumnNullMapping="False" SourceVersion="Current">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="False" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@CodStato" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="CodStato" SourceColumnNullMapping="False" SourceVersion="Current">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="False" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IdxTipoObj" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="IdxTipoObj" SourceColumnNullMapping="False" SourceVersion="Current">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@DescrStato" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="DescrStato" SourceColumnNullMapping="False" SourceVersion="Current">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@PlugIn" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="PlugIn" SourceColumnNullMapping="False" SourceVersion="Current">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Valore" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Valore" SourceColumnNullMapping="False" SourceVersion="Current">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@IdxUM" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="IdxUM" SourceColumnNullMapping="False" SourceVersion="Current">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="False" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_CodMappa" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="CodMappa" SourceColumnNullMapping="False" SourceVersion="Original">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="False" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_CodStato" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="CodStato" SourceColumnNullMapping="False" SourceVersion="Original">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="False" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_IdxTipoObj" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="IdxTipoObj" SourceColumnNullMapping="False" SourceVersion="Original">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_DescrStato" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="DescrStato" SourceColumnNullMapping="True" SourceVersion="Original">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_DescrStato" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="DescrStato" SourceColumnNullMapping="False" SourceVersion="Original">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_PlugIn" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="PlugIn" SourceColumnNullMapping="True" SourceVersion="Original">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_PlugIn" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="PlugIn" SourceColumnNullMapping="False" SourceVersion="Original">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Valore" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Valore" SourceColumnNullMapping="True" SourceVersion="Original">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_Valore" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Valore" SourceColumnNullMapping="False" SourceVersion="Original">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_IdxUM" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="IdxUM" SourceColumnNullMapping="True" SourceVersion="Original">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_IdxUM" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="IdxUM" SourceColumnNullMapping="False" SourceVersion="Original">
|
|
</Parameter>
|
|
</Parameters>
|
|
</DbCommand>
|
|
</UpdateCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="CodMappa" DataSetColumn="CodMappa" />
|
|
<Mapping SourceColumn="CodStato" DataSetColumn="CodStato" />
|
|
<Mapping SourceColumn="IdxTipoObj" DataSetColumn="IdxTipoObj" />
|
|
<Mapping SourceColumn="DescrStato" DataSetColumn="DescrStato" />
|
|
<Mapping SourceColumn="PlugIn" DataSetColumn="PlugIn" />
|
|
<Mapping SourceColumn="Valore" DataSetColumn="Valore" />
|
|
<Mapping SourceColumn="IdxUM" DataSetColumn="IdxUM" />
|
|
</Mappings>
|
|
<Sources>
|
|
<DbSource ConnectionRef="SteamWare_XPSConnectionString (Web.config)" DbObjectName="" DbObjectType="Unknown" GenerateShortCommands="True" GeneratorSourceName="DeleteQuery" Modifier="Public" Name="DeleteQuery" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="True" UserGetMethodName="GetDataBy" UserSourceName="DeleteQuery">
|
|
<DeleteCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="True">
|
|
<CommandText>DELETE FROM [dbo].[Stati] WHERE ([CodMappa] = @Original_CodMappa) AND ([CodStato] = @Original_CodStato) AND ([IdxTipoObj] = @Original_IdxTipoObj)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="False" AutogeneratedName="Original_CodMappa" ColumnName="CodMappa" DataSourceName="SteamWare_XPS.dbo.Stati" DataTypeServer="nvarchar(20)" DbType="String" Direction="Input" ParameterName="@Original_CodMappa" Precision="0" ProviderType="NVarChar" Scale="0" Size="20" SourceColumn="CodMappa" SourceColumnNullMapping="False" SourceVersion="Original">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="False" AutogeneratedName="Original_CodStato" ColumnName="CodStato" DataSourceName="SteamWare_XPS.dbo.Stati" DataTypeServer="nvarchar(20)" DbType="String" Direction="Input" ParameterName="@Original_CodStato" Precision="0" ProviderType="NVarChar" Scale="0" Size="20" SourceColumn="CodStato" SourceColumnNullMapping="False" SourceVersion="Original">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="False" AutogeneratedName="Original_IdxTipoObj" ColumnName="IdxTipoObj" DataSourceName="SteamWare_XPS.dbo.Stati" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@Original_IdxTipoObj" Precision="0" ProviderType="Int" Scale="0" Size="4" SourceColumn="IdxTipoObj" SourceColumnNullMapping="False" SourceVersion="Original">
|
|
</Parameter>
|
|
</Parameters>
|
|
</DbCommand>
|
|
</DeleteCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="SteamWare_XPSConnectionString (Web.config)" DbObjectName="SteamWare_XPS.dbo.Stati" DbObjectType="Table" GenerateMethods="Get" GenerateShortCommands="True" GeneratorGetMethodName="getByMappaTipoObj" GetMethodModifier="Public" GetMethodName="getByMappaTipoObj" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="True" UserGetMethodName="getByMappaTipoObj" UserSourceName="getByMappaTipoObj1">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="True">
|
|
<CommandText>SELECT CodMappa, CodStato, IdxTipoObj, DescrStato, PlugIn, Valore, IdxUM
|
|
FROM Stati
|
|
WHERE (IdxTipoObj = @IdxTipoObj) AND (CodMappa = @CodMappa)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="False" AutogeneratedName="IdxTipoObj" ColumnName="IdxTipoObj" DataSourceName="SteamWare_XPS.dbo.Stati" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@IdxTipoObj" Precision="0" ProviderType="Int" Scale="0" Size="4" SourceColumn="IdxTipoObj" SourceColumnNullMapping="False" SourceVersion="Current">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="False" AutogeneratedName="CodMappa" ColumnName="CodMappa" DataSourceName="SteamWare_XPS.dbo.Stati" DataTypeServer="nvarchar(20)" DbType="String" Direction="Input" ParameterName="@CodMappa" Precision="0" ProviderType="NVarChar" Scale="0" Size="20" SourceColumn="CodMappa" SourceColumnNullMapping="False" SourceVersion="Current">
|
|
</Parameter>
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="SteamWare_XPSConnectionString (Web.config)" DbObjectName="" DbObjectType="Unknown" GenerateShortCommands="True" GeneratorSourceName="UpdateQuery" Modifier="Public" Name="UpdateQuery" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="True" UserGetMethodName="GetDataBy1" UserSourceName="UpdateQuery">
|
|
<UpdateCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="True">
|
|
<CommandText>UPDATE Stati
|
|
SET CodStato = @CodStato, DescrStato = @DescrStato, PlugIn = @PlugIn, Valore = @Valore, IdxUM = @IdxUM
|
|
WHERE (CodMappa = @Original_CodMappa) AND (CodStato = @Original_CodStato) AND (IdxTipoObj = @Original_IdxTipoObj)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="False" AutogeneratedName="CodStato" ColumnName="CodStato" DataSourceName="SteamWare_XPS.dbo.Stati" DataTypeServer="nvarchar(20)" DbType="String" Direction="Input" ParameterName="@CodStato" Precision="0" ProviderType="NVarChar" Scale="0" Size="20" SourceColumn="CodStato" SourceColumnNullMapping="False" SourceVersion="Current">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="DescrStato" ColumnName="DescrStato" DataSourceName="SteamWare_XPS.dbo.Stati" DataTypeServer="nvarchar(50)" DbType="String" Direction="Input" ParameterName="@DescrStato" Precision="0" ProviderType="NVarChar" Scale="0" Size="50" SourceColumn="DescrStato" SourceColumnNullMapping="False" SourceVersion="Current">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="PlugIn" ColumnName="PlugIn" DataSourceName="SteamWare_XPS.dbo.Stati" DataTypeServer="nvarchar(50)" DbType="String" Direction="Input" ParameterName="@PlugIn" Precision="0" ProviderType="NVarChar" Scale="0" Size="50" SourceColumn="PlugIn" SourceColumnNullMapping="False" SourceVersion="Current">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="Valore" ColumnName="Valore" DataSourceName="SteamWare_XPS.dbo.Stati" DataTypeServer="nvarchar(50)" DbType="String" Direction="Input" ParameterName="@Valore" Precision="0" ProviderType="NVarChar" Scale="0" Size="50" SourceColumn="Valore" SourceColumnNullMapping="False" SourceVersion="Current">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="IdxUM" ColumnName="IdxUM" DataSourceName="SteamWare_XPS.dbo.Stati" DataTypeServer="nvarchar(50)" DbType="String" Direction="Input" ParameterName="@IdxUM" Precision="0" ProviderType="NVarChar" Scale="0" Size="50" SourceColumn="IdxUM" SourceColumnNullMapping="False" SourceVersion="Current">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="False" AutogeneratedName="Original_CodMappa" ColumnName="CodMappa" DataSourceName="SteamWare_XPS.dbo.Stati" DataTypeServer="nvarchar(20)" DbType="String" Direction="Input" ParameterName="@Original_CodMappa" Precision="0" ProviderType="NVarChar" Scale="0" Size="20" SourceColumn="CodMappa" SourceColumnNullMapping="False" SourceVersion="Original">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="False" AutogeneratedName="Original_CodStato" ColumnName="CodStato" DataSourceName="SteamWare_XPS.dbo.Stati" DataTypeServer="nvarchar(20)" DbType="String" Direction="Input" ParameterName="@Original_CodStato" Precision="0" ProviderType="NVarChar" Scale="0" Size="20" SourceColumn="CodStato" SourceColumnNullMapping="False" SourceVersion="Original">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="False" AutogeneratedName="Original_IdxTipoObj" ColumnName="IdxTipoObj" DataSourceName="SteamWare_XPS.dbo.Stati" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@Original_IdxTipoObj" Precision="0" ProviderType="Int" Scale="0" Size="4" SourceColumn="IdxTipoObj" SourceColumnNullMapping="False" SourceVersion="Original">
|
|
</Parameter>
|
|
</Parameters>
|
|
</DbCommand>
|
|
</UpdateCommand>
|
|
</DbSource>
|
|
</Sources>
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="v_ev2statiTableAdapter" GeneratorDataComponentClassName="v_ev2statiTableAdapter" Name="v_ev2stati" UserDataComponentName="v_ev2statiTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="SteamWare_XPSConnectionString (Web.config)" DbObjectName="SteamWare_XPS.dbo.v_ev2stati" 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=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="True" UserGetMethodName="GetData" UserSourceName="Fill">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="False">
|
|
<CommandText>SELECT CodMappa, IdxTipoObj, DescrObj, CodStato, StatoCurr, CodEvento, DescrEvento, NextCodStato, StatoNext FROM dbo.v_ev2stati</CommandText>
|
|
<Parameters>
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="CodMappa" DataSetColumn="CodMappa" />
|
|
<Mapping SourceColumn="IdxTipoObj" DataSetColumn="IdxTipoObj" />
|
|
<Mapping SourceColumn="DescrObj" DataSetColumn="DescrObj" />
|
|
<Mapping SourceColumn="CodStato" DataSetColumn="CodStato" />
|
|
<Mapping SourceColumn="StatoCurr" DataSetColumn="StatoCurr" />
|
|
<Mapping SourceColumn="CodEvento" DataSetColumn="CodEvento" />
|
|
<Mapping SourceColumn="DescrEvento" DataSetColumn="DescrEvento" />
|
|
<Mapping SourceColumn="NextCodStato" DataSetColumn="NextCodStato" />
|
|
<Mapping SourceColumn="StatoNext" DataSetColumn="StatoNext" />
|
|
</Mappings>
|
|
<Sources>
|
|
<DbSource ConnectionRef="SteamWare_XPSConnectionString (Web.config)" DbObjectName="" DbObjectType="Unknown" GenerateShortCommands="True" GeneratorSourceName="DeleteQuery" Modifier="Public" Name="DeleteQuery" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="True" UserGetMethodName="GetDataBy" UserSourceName="DeleteQuery">
|
|
<DeleteCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="True">
|
|
<CommandText>DELETE FROM TransizioneEventiStati
|
|
WHERE (IdxTipoObj = @Original_IdxTipoObj) AND (CodStato = @Original_CodStato) AND (CodEvento = @Original_CodEvento) AND (CodMappa = @Original_CodMappa)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="False" AutogeneratedName="Original_IdxTipoObj" ColumnName="IdxTipoObj" DataSourceName="SteamWare_XPS.dbo.TransizioneEventiStati" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@Original_IdxTipoObj" Precision="0" ProviderType="Int" Scale="0" Size="4" SourceColumn="IdxTipoObj" SourceColumnNullMapping="False" SourceVersion="Original">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="False" AutogeneratedName="Original_CodStato" ColumnName="CodStato" DataSourceName="SteamWare_XPS.dbo.TransizioneEventiStati" DataTypeServer="nvarchar(20)" DbType="String" Direction="Input" ParameterName="@Original_CodStato" Precision="0" ProviderType="NVarChar" Scale="0" Size="20" SourceColumn="CodStato" SourceColumnNullMapping="False" SourceVersion="Original">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="False" AutogeneratedName="Original_CodEvento" ColumnName="CodEvento" DataSourceName="SteamWare_XPS.dbo.TransizioneEventiStati" DataTypeServer="nvarchar(50)" DbType="String" Direction="Input" ParameterName="@Original_CodEvento" Precision="0" ProviderType="NVarChar" Scale="0" Size="50" SourceColumn="CodEvento" SourceColumnNullMapping="False" SourceVersion="Original">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="False" AutogeneratedName="Original_CodMappa" ColumnName="CodMappa" DataSourceName="SteamWare_XPS.dbo.TransizioneEventiStati" DataTypeServer="nvarchar(20)" DbType="String" Direction="Input" ParameterName="@Original_CodMappa" Precision="0" ProviderType="NVarChar" Scale="0" Size="20" SourceColumn="CodMappa" SourceColumnNullMapping="False" SourceVersion="Original">
|
|
</Parameter>
|
|
</Parameters>
|
|
</DbCommand>
|
|
</DeleteCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="SteamWare_XPSConnectionString (Web.config)" DbObjectName="SteamWare_XPS.dbo.v_ev2stati" DbObjectType="View" GenerateMethods="Get" GenerateShortCommands="True" GeneratorGetMethodName="getFiltered" GetMethodModifier="Public" GetMethodName="getFiltered" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="True" UserGetMethodName="getFiltered" UserSourceName="getFiltered1">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="True">
|
|
<CommandText>SELECT CodEvento, CodMappa, CodStato, DescrEvento, DescrObj, IdxTipoObj, NextCodStato, StatoCurr, StatoNext FROM v_ev2stati WHERE (CodEvento = @CodEvento) AND (IdxTipoObj = @IdxTipoObj) AND (CodMappa = @CodMappa)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="False" AutogeneratedName="CodEvento" ColumnName="CodEvento" DataSourceName="SteamWare_XPS.dbo.v_ev2stati" DataTypeServer="nvarchar(50)" DbType="String" Direction="Input" ParameterName="@CodEvento" Precision="0" ProviderType="NVarChar" Scale="0" Size="50" SourceColumn="CodEvento" SourceColumnNullMapping="False" SourceVersion="Current">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="False" AutogeneratedName="IdxTipoObj" ColumnName="IdxTipoObj" DataSourceName="SteamWare_XPS.dbo.v_ev2stati" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@IdxTipoObj" Precision="0" ProviderType="Int" Scale="0" Size="4" SourceColumn="IdxTipoObj" SourceColumnNullMapping="False" SourceVersion="Current">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="False" AutogeneratedName="CodMappa" ColumnName="CodMappa" DataSourceName="SteamWare_XPS.dbo.v_ev2stati" DataTypeServer="nvarchar(20)" DbType="String" Direction="Input" ParameterName="@CodMappa" Precision="0" ProviderType="NVarChar" Scale="0" Size="20" SourceColumn="CodMappa" SourceColumnNullMapping="False" SourceVersion="Current">
|
|
</Parameter>
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="SteamWare_XPSConnectionString (Web.config)" DbObjectName="" DbObjectType="Unknown" GenerateShortCommands="True" GeneratorSourceName="InsertQuery" Modifier="Public" Name="InsertQuery" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="True" UserGetMethodName="GetDataBy1" UserSourceName="InsertQuery">
|
|
<InsertCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="True">
|
|
<CommandText>INSERT INTO TransizioneEventiStati
|
|
(CodMappa, CodStato, IdxTipoObj, CodEvento, NextCodStato)
|
|
VALUES (@CodMappa,@CodStato,@IdxTipoObj,@CodEvento,@NextCodStato)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="False" AutogeneratedName="CodMappa" ColumnName="CodMappa" DataSourceName="SteamWare_XPS.dbo.TransizioneEventiStati" DataTypeServer="nvarchar(20)" DbType="String" Direction="Input" ParameterName="@CodMappa" Precision="0" ProviderType="NVarChar" Scale="0" Size="20" SourceColumn="CodMappa" SourceColumnNullMapping="False" SourceVersion="Current">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="False" AutogeneratedName="CodStato" ColumnName="CodStato" DataSourceName="SteamWare_XPS.dbo.TransizioneEventiStati" DataTypeServer="nvarchar(20)" DbType="String" Direction="Input" ParameterName="@CodStato" Precision="0" ProviderType="NVarChar" Scale="0" Size="20" SourceColumn="CodStato" SourceColumnNullMapping="False" SourceVersion="Current">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="False" AutogeneratedName="IdxTipoObj" ColumnName="IdxTipoObj" DataSourceName="SteamWare_XPS.dbo.TransizioneEventiStati" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@IdxTipoObj" Precision="0" ProviderType="Int" Scale="0" Size="4" SourceColumn="IdxTipoObj" SourceColumnNullMapping="False" SourceVersion="Current">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="False" AutogeneratedName="CodEvento" ColumnName="CodEvento" DataSourceName="SteamWare_XPS.dbo.TransizioneEventiStati" DataTypeServer="nvarchar(50)" DbType="String" Direction="Input" ParameterName="@CodEvento" Precision="0" ProviderType="NVarChar" Scale="0" Size="50" SourceColumn="CodEvento" SourceColumnNullMapping="False" SourceVersion="Current">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="NextCodStato" ColumnName="NextCodStato" DataSourceName="SteamWare_XPS.dbo.TransizioneEventiStati" DataTypeServer="nvarchar(20)" DbType="String" Direction="Input" ParameterName="@NextCodStato" Precision="0" ProviderType="NVarChar" Scale="0" Size="20" SourceColumn="NextCodStato" SourceColumnNullMapping="False" SourceVersion="Current">
|
|
</Parameter>
|
|
</Parameters>
|
|
</DbCommand>
|
|
</InsertCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="SteamWare_XPSConnectionString (Web.config)" DbObjectName="" DbObjectType="Unknown" GenerateShortCommands="True" GeneratorSourceName="UpdateQuery" Modifier="Public" Name="UpdateQuery" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="True" UserGetMethodName="GetDataBy2" UserSourceName="UpdateQuery">
|
|
<UpdateCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="True">
|
|
<CommandText>UPDATE TransizioneEventiStati
|
|
SET CodStato = @CodStato, NextCodStato = @NextCodStato
|
|
WHERE (IdxTipoObj = @Original_IdxTipoObj) AND (CodEvento = @Original_CodEvento) AND (CodStato = @Original_CodStato) AND (CodMappa = @Original_CodMappa)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="False" AutogeneratedName="CodStato" ColumnName="CodStato" DataSourceName="SteamWare_XPS.dbo.TransizioneEventiStati" DataTypeServer="nvarchar(20)" DbType="String" Direction="Input" ParameterName="@CodStato" Precision="0" ProviderType="NVarChar" Scale="0" Size="20" SourceColumn="CodStato" SourceColumnNullMapping="False" SourceVersion="Current">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="NextCodStato" ColumnName="NextCodStato" DataSourceName="SteamWare_XPS.dbo.TransizioneEventiStati" DataTypeServer="nvarchar(20)" DbType="String" Direction="Input" ParameterName="@NextCodStato" Precision="0" ProviderType="NVarChar" Scale="0" Size="20" SourceColumn="NextCodStato" SourceColumnNullMapping="False" SourceVersion="Current">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="False" AutogeneratedName="Original_IdxTipoObj" ColumnName="IdxTipoObj" DataSourceName="SteamWare_XPS.dbo.TransizioneEventiStati" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@Original_IdxTipoObj" Precision="0" ProviderType="Int" Scale="0" Size="4" SourceColumn="IdxTipoObj" SourceColumnNullMapping="False" SourceVersion="Original">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="False" AutogeneratedName="Original_CodEvento" ColumnName="CodEvento" DataSourceName="SteamWare_XPS.dbo.TransizioneEventiStati" DataTypeServer="nvarchar(50)" DbType="String" Direction="Input" ParameterName="@Original_CodEvento" Precision="0" ProviderType="NVarChar" Scale="0" Size="50" SourceColumn="CodEvento" SourceColumnNullMapping="False" SourceVersion="Original">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="False" AutogeneratedName="Original_CodStato" ColumnName="CodStato" DataSourceName="SteamWare_XPS.dbo.TransizioneEventiStati" DataTypeServer="nvarchar(20)" DbType="String" Direction="Input" ParameterName="@Original_CodStato" Precision="0" ProviderType="NVarChar" Scale="0" Size="20" SourceColumn="CodStato" SourceColumnNullMapping="False" SourceVersion="Original">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="False" AutogeneratedName="Original_CodMappa" ColumnName="CodMappa" DataSourceName="SteamWare_XPS.dbo.TransizioneEventiStati" DataTypeServer="nvarchar(20)" DbType="String" Direction="Input" ParameterName="@Original_CodMappa" Precision="0" ProviderType="NVarChar" Scale="0" Size="20" SourceColumn="CodMappa" SourceColumnNullMapping="False" SourceVersion="Original">
|
|
</Parameter>
|
|
</Parameters>
|
|
</DbCommand>
|
|
</UpdateCommand>
|
|
</DbSource>
|
|
</Sources>
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="EventiTableAdapter" GeneratorDataComponentClassName="EventiTableAdapter" Name="Eventi" UserDataComponentName="EventiTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="SteamWare_XPSConnectionString (Web.config)" DbObjectName="SteamWare_XPS.dbo.Eventi" 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=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="True" UserGetMethodName="GetData" UserSourceName="Fill">
|
|
<DeleteCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="False">
|
|
<CommandText>DELETE FROM [dbo].[Eventi] WHERE (([CodEvento] = @Original_CodEvento) AND ((@IsNull_CodTipoEvento = 1 AND [CodTipoEvento] IS NULL) OR ([CodTipoEvento] = @Original_CodTipoEvento)) AND ((@IsNull_DescrEvento = 1 AND [DescrEvento] IS NULL) OR ([DescrEvento] = @Original_DescrEvento)))</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="False" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_CodEvento" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="CodEvento" SourceColumnNullMapping="False" SourceVersion="Original">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_CodTipoEvento" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="CodTipoEvento" SourceColumnNullMapping="True" SourceVersion="Original">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_CodTipoEvento" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="CodTipoEvento" SourceColumnNullMapping="False" SourceVersion="Original">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_DescrEvento" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="DescrEvento" SourceColumnNullMapping="True" SourceVersion="Original">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_DescrEvento" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="DescrEvento" SourceColumnNullMapping="False" SourceVersion="Original">
|
|
</Parameter>
|
|
</Parameters>
|
|
</DbCommand>
|
|
</DeleteCommand>
|
|
<InsertCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="False">
|
|
<CommandText>INSERT INTO [dbo].[Eventi] ([CodEvento], [CodTipoEvento], [DescrEvento]) VALUES (@CodEvento, @CodTipoEvento, @DescrEvento);
|
|
SELECT CodEvento, CodTipoEvento, DescrEvento FROM Eventi WHERE (CodEvento = @CodEvento)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="False" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@CodEvento" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="CodEvento" SourceColumnNullMapping="False" SourceVersion="Current">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@CodTipoEvento" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="CodTipoEvento" SourceColumnNullMapping="False" SourceVersion="Current">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@DescrEvento" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="DescrEvento" SourceColumnNullMapping="False" SourceVersion="Current">
|
|
</Parameter>
|
|
</Parameters>
|
|
</DbCommand>
|
|
</InsertCommand>
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="False">
|
|
<CommandText>SELECT CodEvento, CodTipoEvento, DescrEvento FROM dbo.Eventi</CommandText>
|
|
<Parameters>
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
<UpdateCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="False">
|
|
<CommandText>UPDATE [dbo].[Eventi] SET [CodEvento] = @CodEvento, [CodTipoEvento] = @CodTipoEvento, [DescrEvento] = @DescrEvento WHERE (([CodEvento] = @Original_CodEvento) AND ((@IsNull_CodTipoEvento = 1 AND [CodTipoEvento] IS NULL) OR ([CodTipoEvento] = @Original_CodTipoEvento)) AND ((@IsNull_DescrEvento = 1 AND [DescrEvento] IS NULL) OR ([DescrEvento] = @Original_DescrEvento)));
|
|
SELECT CodEvento, CodTipoEvento, DescrEvento FROM Eventi WHERE (CodEvento = @CodEvento)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="False" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@CodEvento" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="CodEvento" SourceColumnNullMapping="False" SourceVersion="Current">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@CodTipoEvento" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="CodTipoEvento" SourceColumnNullMapping="False" SourceVersion="Current">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@DescrEvento" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="DescrEvento" SourceColumnNullMapping="False" SourceVersion="Current">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="False" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_CodEvento" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="CodEvento" SourceColumnNullMapping="False" SourceVersion="Original">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_CodTipoEvento" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="CodTipoEvento" SourceColumnNullMapping="True" SourceVersion="Original">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_CodTipoEvento" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="CodTipoEvento" SourceColumnNullMapping="False" SourceVersion="Original">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_DescrEvento" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="DescrEvento" SourceColumnNullMapping="True" SourceVersion="Original">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_DescrEvento" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="DescrEvento" SourceColumnNullMapping="False" SourceVersion="Original">
|
|
</Parameter>
|
|
</Parameters>
|
|
</DbCommand>
|
|
</UpdateCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="CodEvento" DataSetColumn="CodEvento" />
|
|
<Mapping SourceColumn="CodTipoEvento" DataSetColumn="CodTipoEvento" />
|
|
<Mapping SourceColumn="DescrEvento" DataSetColumn="DescrEvento" />
|
|
</Mappings>
|
|
<Sources>
|
|
<DbSource ConnectionRef="SteamWare_XPSConnectionString (Web.config)" DbObjectName="" DbObjectType="Unknown" GenerateShortCommands="True" GeneratorSourceName="DeleteQuery" Modifier="Public" Name="DeleteQuery" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="True" UserGetMethodName="GetDataBy" UserSourceName="DeleteQuery">
|
|
<DeleteCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="True">
|
|
<CommandText>DELETE FROM [dbo].[Eventi] WHERE ([idxEvento] = @Original_idxEvento)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="False" AutogeneratedName="Original_idxEvento" ColumnName="" DataSourceName="" DataTypeServer="unknown" DbType="Object" Direction="Input" ParameterName="@Original_idxEvento" Precision="0" Scale="0" Size="1024" SourceColumn="" SourceColumnNullMapping="False" SourceVersion="Original">
|
|
</Parameter>
|
|
</Parameters>
|
|
</DbCommand>
|
|
</DeleteCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="SteamWare_XPSConnectionString (Web.config)" DbObjectName="" DbObjectType="Unknown" GenerateShortCommands="True" GeneratorSourceName="UpdateQuery" Modifier="Public" Name="UpdateQuery" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="True" UserGetMethodName="GetDataBy1" UserSourceName="UpdateQuery">
|
|
<UpdateCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="True">
|
|
<CommandText>UPDATE Eventi
|
|
SET CodEvento = @CodEvento, DescrEvento = @DescrEvento, CodTipoEvento = @CodTipoEvento
|
|
WHERE (CodEvento = @Original_CodEvento)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="False" AutogeneratedName="CodEvento" ColumnName="CodEvento" DataSourceName="SteamWare_XPS.dbo.Eventi" DataTypeServer="nvarchar(50)" DbType="String" Direction="Input" ParameterName="@CodEvento" Precision="0" ProviderType="NVarChar" Scale="0" Size="50" SourceColumn="CodEvento" SourceColumnNullMapping="False" SourceVersion="Current">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="DescrEvento" ColumnName="DescrEvento" DataSourceName="SteamWare_XPS.dbo.Eventi" DataTypeServer="nvarchar(50)" DbType="String" Direction="Input" ParameterName="@DescrEvento" Precision="0" ProviderType="NVarChar" Scale="0" Size="50" SourceColumn="DescrEvento" SourceColumnNullMapping="False" SourceVersion="Current">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="CodTipoEvento" ColumnName="CodTipoEvento" DataSourceName="SteamWare_XPS.dbo.Eventi" DataTypeServer="nvarchar(50)" DbType="String" Direction="Input" ParameterName="@CodTipoEvento" Precision="0" ProviderType="NVarChar" Scale="0" Size="50" SourceColumn="CodTipoEvento" SourceColumnNullMapping="False" SourceVersion="Current">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="False" AutogeneratedName="Original_CodEvento" ColumnName="CodEvento" DataSourceName="SteamWare_XPS.dbo.Eventi" DataTypeServer="nvarchar(50)" DbType="String" Direction="Input" ParameterName="@Original_CodEvento" Precision="0" ProviderType="NVarChar" Scale="0" Size="50" SourceColumn="CodEvento" SourceColumnNullMapping="False" SourceVersion="Original">
|
|
</Parameter>
|
|
</Parameters>
|
|
</DbCommand>
|
|
</UpdateCommand>
|
|
</DbSource>
|
|
</Sources>
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="Object2SetTableAdapter" GeneratorDataComponentClassName="Object2SetTableAdapter" Name="Object2Set" UserDataComponentName="Object2SetTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="SteamWare_XPSConnectionString (Web.config)" DbObjectName="SteamWare_XPS.dbo.Object2Set" 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=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="True" UserGetMethodName="GetData" UserSourceName="Fill">
|
|
<DeleteCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="False">
|
|
<CommandText>DELETE FROM [dbo].[Object2Set] WHERE (([IdxSet] = @Original_IdxSet) AND ([CodObj] = @Original_CodObj) AND ((@IsNull_Qta = 1 AND [Qta] IS NULL) OR ([Qta] = @Original_Qta)) AND ((@IsNull_UserQtyReq = 1 AND [UserQtyReq] IS NULL) OR ([UserQtyReq] = @Original_UserQtyReq)) AND ((@IsNull_Posizione = 1 AND [Posizione] IS NULL) OR ([Posizione] = @Original_Posizione)) AND ((@IsNull_TimeTrackEnab = 1 AND [TimeTrackEnab] IS NULL) OR ([TimeTrackEnab] = @Original_TimeTrackEnab)) AND ((@IsNull_ProcReq = 1 AND [ProcReq] IS NULL) OR ([ProcReq] = @Original_ProcReq)) AND ((@IsNull_ExtView = 1 AND [ExtView] IS NULL) OR ([ExtView] = @Original_ExtView)))</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="False" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_IdxSet" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="IdxSet" SourceColumnNullMapping="False" SourceVersion="Original">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="False" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_CodObj" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="CodObj" SourceColumnNullMapping="False" SourceVersion="Original">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Qta" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Qta" SourceColumnNullMapping="True" SourceVersion="Original">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_Qta" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Qta" SourceColumnNullMapping="False" SourceVersion="Original">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_UserQtyReq" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="UserQtyReq" SourceColumnNullMapping="True" SourceVersion="Original">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@Original_UserQtyReq" Precision="0" ProviderType="Bit" Scale="0" Size="0" SourceColumn="UserQtyReq" SourceColumnNullMapping="False" SourceVersion="Original">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Posizione" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Posizione" SourceColumnNullMapping="True" SourceVersion="Original">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_Posizione" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Posizione" SourceColumnNullMapping="False" SourceVersion="Original">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_TimeTrackEnab" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="TimeTrackEnab" SourceColumnNullMapping="True" SourceVersion="Original">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@Original_TimeTrackEnab" Precision="0" ProviderType="Bit" Scale="0" Size="0" SourceColumn="TimeTrackEnab" SourceColumnNullMapping="False" SourceVersion="Original">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_ProcReq" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="ProcReq" SourceColumnNullMapping="True" SourceVersion="Original">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@Original_ProcReq" Precision="0" ProviderType="Bit" Scale="0" Size="0" SourceColumn="ProcReq" SourceColumnNullMapping="False" SourceVersion="Original">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_ExtView" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="ExtView" SourceColumnNullMapping="True" SourceVersion="Original">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@Original_ExtView" Precision="0" ProviderType="Bit" Scale="0" Size="0" SourceColumn="ExtView" SourceColumnNullMapping="False" SourceVersion="Original">
|
|
</Parameter>
|
|
</Parameters>
|
|
</DbCommand>
|
|
</DeleteCommand>
|
|
<InsertCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="False">
|
|
<CommandText>INSERT INTO [dbo].[Object2Set] ([IdxSet], [CodObj], [Qta], [UserQtyReq], [Posizione], [TimeTrackEnab], [ProcReq], [ExtView]) VALUES (@IdxSet, @CodObj, @Qta, @UserQtyReq, @Posizione, @TimeTrackEnab, @ProcReq, @ExtView);
|
|
SELECT IdxSet, CodObj, Qta, UserQtyReq, Posizione, TimeTrackEnab, ProcReq, ExtView FROM Object2Set WHERE (CodObj = @CodObj) AND (IdxSet = @IdxSet)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="False" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@IdxSet" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="IdxSet" SourceColumnNullMapping="False" SourceVersion="Current">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="False" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@CodObj" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="CodObj" SourceColumnNullMapping="False" SourceVersion="Current">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Qta" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Qta" SourceColumnNullMapping="False" SourceVersion="Current">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@UserQtyReq" Precision="0" ProviderType="Bit" Scale="0" Size="0" SourceColumn="UserQtyReq" SourceColumnNullMapping="False" SourceVersion="Current">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Posizione" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Posizione" SourceColumnNullMapping="False" SourceVersion="Current">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@TimeTrackEnab" Precision="0" ProviderType="Bit" Scale="0" Size="0" SourceColumn="TimeTrackEnab" SourceColumnNullMapping="False" SourceVersion="Current">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@ProcReq" Precision="0" ProviderType="Bit" Scale="0" Size="0" SourceColumn="ProcReq" SourceColumnNullMapping="False" SourceVersion="Current">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@ExtView" Precision="0" ProviderType="Bit" Scale="0" Size="0" SourceColumn="ExtView" SourceColumnNullMapping="False" SourceVersion="Current">
|
|
</Parameter>
|
|
</Parameters>
|
|
</DbCommand>
|
|
</InsertCommand>
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="False">
|
|
<CommandText>SELECT IdxSet, CodObj, Qta, UserQtyReq, Posizione, TimeTrackEnab, ProcReq, ExtView FROM dbo.Object2Set</CommandText>
|
|
<Parameters>
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
<UpdateCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="False">
|
|
<CommandText>UPDATE [dbo].[Object2Set] SET [IdxSet] = @IdxSet, [CodObj] = @CodObj, [Qta] = @Qta, [UserQtyReq] = @UserQtyReq, [Posizione] = @Posizione, [TimeTrackEnab] = @TimeTrackEnab, [ProcReq] = @ProcReq, [ExtView] = @ExtView WHERE (([IdxSet] = @Original_IdxSet) AND ([CodObj] = @Original_CodObj) AND ((@IsNull_Qta = 1 AND [Qta] IS NULL) OR ([Qta] = @Original_Qta)) AND ((@IsNull_UserQtyReq = 1 AND [UserQtyReq] IS NULL) OR ([UserQtyReq] = @Original_UserQtyReq)) AND ((@IsNull_Posizione = 1 AND [Posizione] IS NULL) OR ([Posizione] = @Original_Posizione)) AND ((@IsNull_TimeTrackEnab = 1 AND [TimeTrackEnab] IS NULL) OR ([TimeTrackEnab] = @Original_TimeTrackEnab)) AND ((@IsNull_ProcReq = 1 AND [ProcReq] IS NULL) OR ([ProcReq] = @Original_ProcReq)) AND ((@IsNull_ExtView = 1 AND [ExtView] IS NULL) OR ([ExtView] = @Original_ExtView)));
|
|
SELECT IdxSet, CodObj, Qta, UserQtyReq, Posizione, TimeTrackEnab, ProcReq, ExtView FROM Object2Set WHERE (CodObj = @CodObj) AND (IdxSet = @IdxSet)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="False" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@IdxSet" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="IdxSet" SourceColumnNullMapping="False" SourceVersion="Current">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="False" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@CodObj" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="CodObj" SourceColumnNullMapping="False" SourceVersion="Current">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Qta" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Qta" SourceColumnNullMapping="False" SourceVersion="Current">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@UserQtyReq" Precision="0" ProviderType="Bit" Scale="0" Size="0" SourceColumn="UserQtyReq" SourceColumnNullMapping="False" SourceVersion="Current">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Posizione" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Posizione" SourceColumnNullMapping="False" SourceVersion="Current">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@TimeTrackEnab" Precision="0" ProviderType="Bit" Scale="0" Size="0" SourceColumn="TimeTrackEnab" SourceColumnNullMapping="False" SourceVersion="Current">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@ProcReq" Precision="0" ProviderType="Bit" Scale="0" Size="0" SourceColumn="ProcReq" SourceColumnNullMapping="False" SourceVersion="Current">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@ExtView" Precision="0" ProviderType="Bit" Scale="0" Size="0" SourceColumn="ExtView" SourceColumnNullMapping="False" SourceVersion="Current">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="False" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_IdxSet" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="IdxSet" SourceColumnNullMapping="False" SourceVersion="Original">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="False" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_CodObj" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="CodObj" SourceColumnNullMapping="False" SourceVersion="Original">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Qta" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Qta" SourceColumnNullMapping="True" SourceVersion="Original">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_Qta" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Qta" SourceColumnNullMapping="False" SourceVersion="Original">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_UserQtyReq" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="UserQtyReq" SourceColumnNullMapping="True" SourceVersion="Original">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@Original_UserQtyReq" Precision="0" ProviderType="Bit" Scale="0" Size="0" SourceColumn="UserQtyReq" SourceColumnNullMapping="False" SourceVersion="Original">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Posizione" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Posizione" SourceColumnNullMapping="True" SourceVersion="Original">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_Posizione" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Posizione" SourceColumnNullMapping="False" SourceVersion="Original">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_TimeTrackEnab" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="TimeTrackEnab" SourceColumnNullMapping="True" SourceVersion="Original">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@Original_TimeTrackEnab" Precision="0" ProviderType="Bit" Scale="0" Size="0" SourceColumn="TimeTrackEnab" SourceColumnNullMapping="False" SourceVersion="Original">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_ProcReq" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="ProcReq" SourceColumnNullMapping="True" SourceVersion="Original">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@Original_ProcReq" Precision="0" ProviderType="Bit" Scale="0" Size="0" SourceColumn="ProcReq" SourceColumnNullMapping="False" SourceVersion="Original">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_ExtView" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="ExtView" SourceColumnNullMapping="True" SourceVersion="Original">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@Original_ExtView" Precision="0" ProviderType="Bit" Scale="0" Size="0" SourceColumn="ExtView" SourceColumnNullMapping="False" SourceVersion="Original">
|
|
</Parameter>
|
|
</Parameters>
|
|
</DbCommand>
|
|
</UpdateCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="IdxSet" DataSetColumn="IdxSet" />
|
|
<Mapping SourceColumn="CodObj" DataSetColumn="CodObj" />
|
|
<Mapping SourceColumn="Qta" DataSetColumn="Qta" />
|
|
<Mapping SourceColumn="UserQtyReq" DataSetColumn="UserQtyReq" />
|
|
<Mapping SourceColumn="Posizione" DataSetColumn="Posizione" />
|
|
<Mapping SourceColumn="TimeTrackEnab" DataSetColumn="TimeTrackEnab" />
|
|
<Mapping SourceColumn="ProcReq" DataSetColumn="ProcReq" />
|
|
<Mapping SourceColumn="ExtView" DataSetColumn="ExtView" />
|
|
</Mappings>
|
|
<Sources>
|
|
<DbSource ConnectionRef="SteamWare_XPSConnectionString (Web.config)" DbObjectName="SteamWare_XPS.dbo.Object2Set" DbObjectType="Table" GenerateMethods="Get" GenerateShortCommands="True" GeneratorGetMethodName="getByIdxSet" GetMethodModifier="Public" GetMethodName="getByIdxSet" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="True" UserGetMethodName="getByIdxSet" UserSourceName="getByIdxSet1">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="True">
|
|
<CommandText>SELECT IdxSet, CodObj, Qta, UserQtyReq, Posizione, TimeTrackEnab, ProcReq, ExtView
|
|
FROM Object2Set
|
|
WHERE (IdxSet = @IdxSet)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="False" AutogeneratedName="IdxSet" ColumnName="IdxSet" DataSourceName="SteamWare_XPS.dbo.Object2Set" DataTypeServer="nvarchar(50)" DbType="String" Direction="Input" ParameterName="@IdxSet" Precision="0" ProviderType="NVarChar" Scale="0" Size="50" SourceColumn="IdxSet" SourceColumnNullMapping="False" SourceVersion="Current">
|
|
</Parameter>
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</Sources>
|
|
</TableAdapter>
|
|
</Tables>
|
|
<Sources>
|
|
<DbSource ConnectionRef="SteamWare_XPSConnectionString (Web.config)" DbObjectName="SteamWare_XPS.dbo.sp_clonaStati" DbObjectType="StoredProcedure" GenerateShortCommands="True" GeneratorSourceName="sp_clonaStati" MethodsParameterType="CLR" Modifier="Public" Name="sp_clonaStati" QueryType="Scalar" ScalarCallRetval="System.Object, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="True" UserGetMethodName="GetDataBy" UserSourceName="sp_clonaStati">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="False">
|
|
<CommandText>dbo.sp_clonaStati</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="ReturnValue" ParameterName="@RETURN_VALUE" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="False" SourceVersion="Current">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@CodMappa" Precision="0" ProviderType="VarChar" Scale="0" Size="50" SourceColumnNullMapping="False" SourceVersion="Current">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IdxTipoObjFrom" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="False" SourceVersion="Current">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IdxTipoObjTo" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="False" SourceVersion="Current">
|
|
</Parameter>
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="SteamWare_XPSConnectionString (Web.config)" DbObjectName="SteamWare_XPS.dbo.sp_clonaTransizEventi" DbObjectType="StoredProcedure" GenerateShortCommands="True" GeneratorSourceName="sp_clonaTransizEventi" MethodsParameterType="CLR" Modifier="Public" Name="sp_clonaTransizEventi" QueryType="Scalar" ScalarCallRetval="System.Object, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="True" UserGetMethodName="GetDataBy1" UserSourceName="sp_clonaTransizEventi">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="False">
|
|
<CommandText>dbo.sp_clonaTransizEventi</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="ReturnValue" ParameterName="@RETURN_VALUE" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="False" SourceVersion="Current">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@CodMappa" Precision="0" ProviderType="VarChar" Scale="0" Size="50" SourceColumnNullMapping="False" SourceVersion="Current">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@CodEvento" Precision="0" ProviderType="VarChar" Scale="0" Size="50" SourceColumnNullMapping="False" SourceVersion="Current">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IdxTipoObjFrom" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="False" SourceVersion="Current">
|
|
</Parameter>
|
|
<Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IdxTipoObjTo" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="False" SourceVersion="Current">
|
|
</Parameter>
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</Sources>
|
|
</DataSource>
|
|
</xs:appinfo>
|
|
</xs:annotation>
|
|
<xs:element name="DS_XPS" msdata:IsDataSet="true" msdata:UseCurrentLocale="true" msprop:Generator_UserDSName="DS_XPS" msprop:Generator_DataSetName="DS_XPS">
|
|
<xs:complexType>
|
|
<xs:choice minOccurs="0" maxOccurs="unbounded">
|
|
<xs:element name="AnagTipoObj" msprop:Generator_UserTableName="AnagTipoObj" msprop:Generator_RowDeletedName="AnagTipoObjRowDeleted" msprop:Generator_RowChangedName="AnagTipoObjRowChanged" msprop:Generator_RowClassName="AnagTipoObjRow" msprop:Generator_RowChangingName="AnagTipoObjRowChanging" msprop:Generator_RowEvArgName="AnagTipoObjRowChangeEvent" msprop:Generator_RowEvHandlerName="AnagTipoObjRowChangeEventHandler" msprop:Generator_TableClassName="AnagTipoObjDataTable" msprop:Generator_TableVarName="tableAnagTipoObj" msprop:Generator_RowDeletingName="AnagTipoObjRowDeleting" msprop:Generator_TablePropName="AnagTipoObj">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="IdxTipoObj" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_UserColumnName="IdxTipoObj" msprop:Generator_ColumnPropNameInRow="IdxTipoObj" msprop:Generator_ColumnVarNameInTable="columnIdxTipoObj" msprop:Generator_ColumnPropNameInTable="IdxTipoObjColumn" type="xs:int" />
|
|
<xs:element name="DescrObj" msprop:Generator_UserColumnName="DescrObj" msprop:Generator_ColumnPropNameInRow="DescrObj" msprop:Generator_ColumnVarNameInTable="columnDescrObj" msprop:Generator_ColumnPropNameInTable="DescrObjColumn" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="ProcReq" msprop:Generator_UserColumnName="ProcReq" msprop:Generator_ColumnPropNameInRow="ProcReq" msprop:Generator_ColumnVarNameInTable="columnProcReq" msprop:Generator_ColumnPropNameInTable="ProcReqColumn" type="xs:boolean" minOccurs="0" />
|
|
<xs:element name="ExtView" msprop:Generator_UserColumnName="ExtView" msprop:Generator_ColumnPropNameInRow="ExtView" msprop:Generator_ColumnVarNameInTable="columnExtView" msprop:Generator_ColumnPropNameInTable="ExtViewColumn" type="xs:boolean" minOccurs="0" />
|
|
<xs:element name="Livello" msprop:Generator_UserColumnName="Livello" msprop:Generator_ColumnVarNameInTable="columnLivello" msprop:Generator_ColumnPropNameInRow="Livello" msprop:Generator_ColumnPropNameInTable="LivelloColumn" type="xs:int" minOccurs="0" />
|
|
<xs:element name="Facoltativo" msprop:Generator_UserColumnName="Facoltativo" msprop:Generator_ColumnPropNameInRow="Facoltativo" msprop:Generator_ColumnVarNameInTable="columnFacoltativo" msprop:Generator_ColumnPropNameInTable="FacoltativoColumn" type="xs:boolean" minOccurs="0" />
|
|
<xs:element name="isLogical" msprop:Generator_UserColumnName="isLogical" msprop:Generator_ColumnPropNameInRow="isLogical" msprop:Generator_ColumnVarNameInTable="columnisLogical" msprop:Generator_ColumnPropNameInTable="isLogicalColumn" type="xs:boolean" minOccurs="0" />
|
|
<xs:element name="isCode" msprop:Generator_UserColumnName="isCode" msprop:Generator_ColumnPropNameInRow="isCode" msprop:Generator_ColumnVarNameInTable="columnisCode" msprop:Generator_ColumnPropNameInTable="isCodeColumn" type="xs:boolean" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="UM" msprop:Generator_UserTableName="UM" msprop:Generator_RowDeletedName="UMRowDeleted" msprop:Generator_RowChangedName="UMRowChanged" msprop:Generator_RowClassName="UMRow" msprop:Generator_RowChangingName="UMRowChanging" msprop:Generator_RowEvArgName="UMRowChangeEvent" msprop:Generator_RowEvHandlerName="UMRowChangeEventHandler" msprop:Generator_TableClassName="UMDataTable" msprop:Generator_TableVarName="tableUM" msprop:Generator_RowDeletingName="UMRowDeleting" msprop:Generator_TablePropName="UM">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="IdxUM" msprop:Generator_UserColumnName="IdxUM" msprop:Generator_ColumnPropNameInRow="IdxUM" msprop:Generator_ColumnVarNameInTable="columnIdxUM" msprop:Generator_ColumnPropNameInTable="IdxUMColumn">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="ClasseUM" msprop:Generator_UserColumnName="ClasseUM" msprop:Generator_ColumnPropNameInRow="ClasseUM" msprop:Generator_ColumnVarNameInTable="columnClasseUM" msprop:Generator_ColumnPropNameInTable="ClasseUMColumn" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DescrizioneUM" msprop:Generator_UserColumnName="DescrizioneUM" msprop:Generator_ColumnPropNameInRow="DescrizioneUM" msprop:Generator_ColumnVarNameInTable="columnDescrizioneUM" msprop:Generator_ColumnPropNameInTable="DescrizioneUMColumn" 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="Step4Obj" msprop:Generator_UserTableName="Step4Obj" msprop:Generator_RowDeletedName="Step4ObjRowDeleted" msprop:Generator_RowChangedName="Step4ObjRowChanged" msprop:Generator_RowClassName="Step4ObjRow" msprop:Generator_RowChangingName="Step4ObjRowChanging" msprop:Generator_RowEvArgName="Step4ObjRowChangeEvent" msprop:Generator_RowEvHandlerName="Step4ObjRowChangeEventHandler" msprop:Generator_TableClassName="Step4ObjDataTable" msprop:Generator_TableVarName="tableStep4Obj" msprop:Generator_RowDeletingName="Step4ObjRowDeleting" msprop:Generator_TablePropName="Step4Obj">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="IdxObj" msprop:Generator_UserColumnName="IdxObj" msprop:Generator_ColumnPropNameInRow="IdxObj" msprop:Generator_ColumnVarNameInTable="columnIdxObj" msprop:Generator_ColumnPropNameInTable="IdxObjColumn">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="IdxStep" msprop:Generator_UserColumnName="IdxStep" msprop:Generator_ColumnPropNameInRow="IdxStep" msprop:Generator_ColumnVarNameInTable="columnIdxStep" msprop:Generator_ColumnPropNameInTable="IdxStepColumn" type="xs:int" />
|
|
<xs:element name="CodStato" msprop:Generator_UserColumnName="CodStato" msprop:Generator_ColumnPropNameInRow="CodStato" msprop:Generator_ColumnVarNameInTable="columnCodStato" msprop:Generator_ColumnPropNameInTable="CodStatoColumn" type="xs:int" minOccurs="0" />
|
|
<xs:element name="StartDatePrev" msprop:Generator_UserColumnName="StartDatePrev" msprop:Generator_ColumnPropNameInRow="StartDatePrev" msprop:Generator_ColumnVarNameInTable="columnStartDatePrev" msprop:Generator_ColumnPropNameInTable="StartDatePrevColumn" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="DueDatePrev" msprop:Generator_UserColumnName="DueDatePrev" msprop:Generator_ColumnPropNameInRow="DueDatePrev" msprop:Generator_ColumnVarNameInTable="columnDueDatePrev" msprop:Generator_ColumnPropNameInTable="DueDatePrevColumn" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="StartDateReal" msprop:Generator_UserColumnName="StartDateReal" msprop:Generator_ColumnPropNameInRow="StartDateReal" msprop:Generator_ColumnVarNameInTable="columnStartDateReal" msprop:Generator_ColumnPropNameInTable="StartDateRealColumn" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="DueDateReal" msprop:Generator_UserColumnName="DueDateReal" msprop:Generator_ColumnPropNameInRow="DueDateReal" msprop:Generator_ColumnVarNameInTable="columnDueDateReal" msprop:Generator_ColumnPropNameInTable="DueDateRealColumn" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="RatioCompl" msprop:Generator_UserColumnName="RatioCompl" msprop:Generator_ColumnPropNameInRow="RatioCompl" msprop:Generator_ColumnVarNameInTable="columnRatioCompl" msprop:Generator_ColumnPropNameInTable="RatioComplColumn" type="xs:double" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="Note" msprop:Generator_UserTableName="Note" msprop:Generator_RowDeletedName="NoteRowDeleted" msprop:Generator_RowChangedName="NoteRowChanged" msprop:Generator_RowClassName="NoteRow" msprop:Generator_RowChangingName="NoteRowChanging" msprop:Generator_RowEvArgName="NoteRowChangeEvent" msprop:Generator_RowEvHandlerName="NoteRowChangeEventHandler" msprop:Generator_TableClassName="NoteDataTable" msprop:Generator_TableVarName="tableNote" msprop:Generator_RowDeletingName="NoteRowDeleting" msprop:Generator_TablePropName="Note">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="IdxObj" msprop:Generator_UserColumnName="IdxObj" msprop:Generator_ColumnPropNameInRow="IdxObj" msprop:Generator_ColumnVarNameInTable="columnIdxObj" msprop:Generator_ColumnPropNameInTable="IdxObjColumn">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="NumNota" msprop:Generator_UserColumnName="NumNota" msprop:Generator_ColumnPropNameInRow="NumNota" msprop:Generator_ColumnVarNameInTable="columnNumNota" msprop:Generator_ColumnPropNameInTable="NumNotaColumn" type="xs:int" />
|
|
<xs:element name="IdxStep" msprop:Generator_UserColumnName="IdxStep" msprop:Generator_ColumnPropNameInRow="IdxStep" msprop:Generator_ColumnVarNameInTable="columnIdxStep" msprop:Generator_ColumnPropNameInTable="IdxStepColumn" type="xs:int" />
|
|
<xs:element name="UserNota" msprop:Generator_UserColumnName="UserNota" msprop:Generator_ColumnPropNameInRow="UserNota" msprop:Generator_ColumnVarNameInTable="columnUserNota" msprop:Generator_ColumnPropNameInTable="UserNotaColumn" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Data" msprop:Generator_UserColumnName="Data" msprop:Generator_ColumnPropNameInRow="Data" msprop:Generator_ColumnVarNameInTable="columnData" msprop:Generator_ColumnPropNameInTable="DataColumn" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="ExtView" msprop:Generator_UserColumnName="ExtView" msprop:Generator_ColumnPropNameInRow="ExtView" msprop:Generator_ColumnVarNameInTable="columnExtView" msprop:Generator_ColumnPropNameInTable="ExtViewColumn" type="xs:boolean" minOccurs="0" />
|
|
<xs:element name="Nota" msprop:Generator_UserColumnName="Nota" msprop:Generator_ColumnPropNameInRow="Nota" msprop:Generator_ColumnVarNameInTable="columnNota" msprop:Generator_ColumnPropNameInTable="NotaColumn" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="500" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="ObjectSet" msprop:Generator_UserTableName="ObjectSet" msprop:Generator_RowDeletedName="ObjectSetRowDeleted" msprop:Generator_RowChangedName="ObjectSetRowChanged" msprop:Generator_RowClassName="ObjectSetRow" msprop:Generator_RowChangingName="ObjectSetRowChanging" msprop:Generator_RowEvArgName="ObjectSetRowChangeEvent" msprop:Generator_RowEvHandlerName="ObjectSetRowChangeEventHandler" msprop:Generator_TableClassName="ObjectSetDataTable" msprop:Generator_TableVarName="tableObjectSet" msprop:Generator_RowDeletingName="ObjectSetRowDeleting" msprop:Generator_TablePropName="ObjectSet">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="IdxSet" msprop:Generator_UserColumnName="IdxSet" msprop:Generator_ColumnPropNameInRow="IdxSet" msprop:Generator_ColumnVarNameInTable="columnIdxSet" msprop:Generator_ColumnPropNameInTable="IdxSetColumn">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="IdxTipoObj" msprop:Generator_UserColumnName="IdxTipoObj" msprop:Generator_ColumnPropNameInRow="IdxTipoObj" msprop:Generator_ColumnVarNameInTable="columnIdxTipoObj" msprop:Generator_ColumnPropNameInTable="IdxTipoObjColumn" type="xs:int" />
|
|
<xs:element name="MinOcc" msprop:Generator_UserColumnName="MinOcc" msprop:Generator_ColumnPropNameInRow="MinOcc" msprop:Generator_ColumnVarNameInTable="columnMinOcc" msprop:Generator_ColumnPropNameInTable="MinOccColumn" type="xs:int" minOccurs="0" />
|
|
<xs:element name="MaxOcc" msprop:Generator_UserColumnName="MaxOcc" msprop:Generator_ColumnPropNameInRow="MaxOcc" msprop:Generator_ColumnVarNameInTable="columnMaxOcc" msprop:Generator_ColumnPropNameInTable="MaxOccColumn" type="xs:int" minOccurs="0" />
|
|
<xs:element name="Posizione" msprop:Generator_UserColumnName="Posizione" msprop:Generator_ColumnPropNameInRow="Posizione" msprop:Generator_ColumnVarNameInTable="columnPosizione" msprop:Generator_ColumnPropNameInTable="PosizioneColumn" 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="TipoEventi" msprop:Generator_UserTableName="TipoEventi" msprop:Generator_RowDeletedName="TipoEventiRowDeleted" msprop:Generator_RowChangedName="TipoEventiRowChanged" msprop:Generator_RowClassName="TipoEventiRow" msprop:Generator_RowChangingName="TipoEventiRowChanging" msprop:Generator_RowEvArgName="TipoEventiRowChangeEvent" msprop:Generator_RowEvHandlerName="TipoEventiRowChangeEventHandler" msprop:Generator_TableClassName="TipoEventiDataTable" msprop:Generator_TableVarName="tableTipoEventi" msprop:Generator_RowDeletingName="TipoEventiRowDeleting" msprop:Generator_TablePropName="TipoEventi">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="CodTipoEvento" msprop:Generator_UserColumnName="CodTipoEvento" msprop:Generator_ColumnPropNameInRow="CodTipoEvento" msprop:Generator_ColumnVarNameInTable="columnCodTipoEvento" msprop:Generator_ColumnPropNameInTable="CodTipoEventoColumn">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DescrTipoEv" msprop:Generator_UserColumnName="DescrTipoEv" msprop:Generator_ColumnPropNameInRow="DescrTipoEv" msprop:Generator_ColumnVarNameInTable="columnDescrTipoEv" msprop:Generator_ColumnPropNameInTable="DescrTipoEvColumn" 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="AnagMappe" msprop:Generator_UserTableName="AnagMappe" msprop:Generator_RowDeletedName="AnagMappeRowDeleted" msprop:Generator_RowChangedName="AnagMappeRowChanged" msprop:Generator_RowClassName="AnagMappeRow" msprop:Generator_RowChangingName="AnagMappeRowChanging" msprop:Generator_RowEvArgName="AnagMappeRowChangeEvent" msprop:Generator_RowEvHandlerName="AnagMappeRowChangeEventHandler" msprop:Generator_TableClassName="AnagMappeDataTable" msprop:Generator_TableVarName="tableAnagMappe" msprop:Generator_RowDeletingName="AnagMappeRowDeleting" msprop:Generator_TablePropName="AnagMappe">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="CodMappa" msprop:Generator_UserColumnName="CodMappa" msprop:Generator_ColumnPropNameInRow="CodMappa" msprop:Generator_ColumnVarNameInTable="columnCodMappa" msprop:Generator_ColumnPropNameInTable="CodMappaColumn">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="20" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DescrMappa" msprop:Generator_UserColumnName="DescrMappa" msprop:Generator_ColumnPropNameInRow="DescrMappa" msprop:Generator_ColumnVarNameInTable="columnDescrMappa" msprop:Generator_ColumnPropNameInTable="DescrMappaColumn" 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="ObjList" msprop:Generator_UserTableName="ObjList" msprop:Generator_RowDeletedName="ObjListRowDeleted" msprop:Generator_RowChangedName="ObjListRowChanged" msprop:Generator_RowClassName="ObjListRow" msprop:Generator_RowChangingName="ObjListRowChanging" msprop:Generator_RowEvArgName="ObjListRowChangeEvent" msprop:Generator_RowEvHandlerName="ObjListRowChangeEventHandler" msprop:Generator_TableClassName="ObjListDataTable" msprop:Generator_TableVarName="tableObjList" msprop:Generator_RowDeletingName="ObjListRowDeleting" msprop:Generator_TablePropName="ObjList">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="IdxObj" msprop:Generator_UserColumnName="IdxObj" msprop:Generator_ColumnPropNameInRow="IdxObj" msprop:Generator_ColumnVarNameInTable="columnIdxObj" msprop:Generator_ColumnPropNameInTable="IdxObjColumn">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Posizione" msprop:Generator_UserColumnName="Posizione" msprop:Generator_ColumnPropNameInRow="Posizione" msprop:Generator_ColumnVarNameInTable="columnPosizione" msprop:Generator_ColumnPropNameInTable="PosizioneColumn" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Livello" msprop:Generator_UserColumnName="Livello" msprop:Generator_ColumnPropNameInRow="Livello" msprop:Generator_ColumnVarNameInTable="columnLivello" msprop:Generator_ColumnPropNameInTable="LivelloColumn" type="xs:int" minOccurs="0" />
|
|
<xs:element name="Rev" msprop:Generator_UserColumnName="Rev" msprop:Generator_ColumnPropNameInRow="Rev" msprop:Generator_ColumnVarNameInTable="columnRev" msprop:Generator_ColumnPropNameInTable="RevColumn" type="xs:int" minOccurs="0" />
|
|
<xs:element name="IdxTipoObj" msprop:Generator_UserColumnName="IdxTipoObj" msprop:Generator_ColumnPropNameInRow="IdxTipoObj" msprop:Generator_ColumnVarNameInTable="columnIdxTipoObj" msprop:Generator_ColumnPropNameInTable="IdxTipoObjColumn" type="xs:int" minOccurs="0" />
|
|
<xs:element name="CodStato" msprop:Generator_UserColumnName="CodStato" msprop:Generator_ColumnPropNameInRow="CodStato" msprop:Generator_ColumnVarNameInTable="columnCodStato" msprop:Generator_ColumnPropNameInTable="CodStatoColumn" type="xs:int" minOccurs="0" />
|
|
<xs:element name="Nome" msprop:Generator_UserColumnName="Nome" msprop:Generator_ColumnPropNameInRow="Nome" msprop:Generator_ColumnVarNameInTable="columnNome" msprop:Generator_ColumnPropNameInTable="NomeColumn" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="IdxObjMamma" msprop:Generator_UserColumnName="IdxObjMamma" msprop:Generator_ColumnPropNameInRow="IdxObjMamma" msprop:Generator_ColumnVarNameInTable="columnIdxObjMamma" msprop:Generator_ColumnPropNameInTable="IdxObjMammaColumn" type="xs:int" minOccurs="0" />
|
|
<xs:element name="Note" msprop:Generator_UserColumnName="Note" msprop:Generator_ColumnPropNameInRow="Note" msprop:Generator_ColumnVarNameInTable="columnNote" msprop:Generator_ColumnPropNameInTable="NoteColumn" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="ExtKey" msprop:Generator_UserColumnName="ExtKey" msprop:Generator_ColumnPropNameInRow="ExtKey" msprop:Generator_ColumnVarNameInTable="columnExtKey" msprop:Generator_ColumnPropNameInTable="ExtKeyColumn" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DueDatePrev" msprop:Generator_UserColumnName="DueDatePrev" msprop:Generator_ColumnPropNameInRow="DueDatePrev" msprop:Generator_ColumnVarNameInTable="columnDueDatePrev" msprop:Generator_ColumnPropNameInTable="DueDatePrevColumn" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="LeadTime" msprop:Generator_UserColumnName="LeadTime" msprop:Generator_ColumnPropNameInRow="LeadTime" msprop:Generator_ColumnVarNameInTable="columnLeadTime" msprop:Generator_ColumnPropNameInTable="LeadTimeColumn" type="xs:double" minOccurs="0" />
|
|
<xs:element name="LeadTimeUM" msprop:Generator_UserColumnName="LeadTimeUM" msprop:Generator_ColumnPropNameInRow="LeadTimeUM" msprop:Generator_ColumnVarNameInTable="columnLeadTimeUM" msprop:Generator_ColumnPropNameInTable="LeadTimeUMColumn" 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="Stati" msprop:Generator_UserTableName="Stati" msprop:Generator_RowDeletedName="StatiRowDeleted" msprop:Generator_RowChangedName="StatiRowChanged" msprop:Generator_RowClassName="StatiRow" msprop:Generator_RowChangingName="StatiRowChanging" msprop:Generator_RowEvArgName="StatiRowChangeEvent" msprop:Generator_RowEvHandlerName="StatiRowChangeEventHandler" msprop:Generator_TableClassName="StatiDataTable" msprop:Generator_TableVarName="tableStati" msprop:Generator_RowDeletingName="StatiRowDeleting" msprop:Generator_TablePropName="Stati">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="CodMappa" msprop:Generator_UserColumnName="CodMappa" msprop:Generator_ColumnPropNameInRow="CodMappa" msprop:Generator_ColumnVarNameInTable="columnCodMappa" msprop:Generator_ColumnPropNameInTable="CodMappaColumn">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="20" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="CodStato" msprop:Generator_UserColumnName="CodStato" msprop:Generator_ColumnPropNameInRow="CodStato" msprop:Generator_ColumnVarNameInTable="columnCodStato" msprop:Generator_ColumnPropNameInTable="CodStatoColumn">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="20" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="IdxTipoObj" msprop:Generator_UserColumnName="IdxTipoObj" msprop:Generator_ColumnPropNameInRow="IdxTipoObj" msprop:Generator_ColumnVarNameInTable="columnIdxTipoObj" msprop:Generator_ColumnPropNameInTable="IdxTipoObjColumn" type="xs:int" />
|
|
<xs:element name="DescrStato" msprop:Generator_UserColumnName="DescrStato" msprop:Generator_ColumnPropNameInRow="DescrStato" msprop:Generator_ColumnVarNameInTable="columnDescrStato" msprop:Generator_ColumnPropNameInTable="DescrStatoColumn" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="PlugIn" msprop:Generator_UserColumnName="PlugIn" msprop:Generator_ColumnPropNameInRow="PlugIn" msprop:Generator_ColumnVarNameInTable="columnPlugIn" msprop:Generator_ColumnPropNameInTable="PlugInColumn" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Valore" msprop:Generator_UserColumnName="Valore" msprop:Generator_ColumnPropNameInRow="Valore" msprop:Generator_ColumnVarNameInTable="columnValore" msprop:Generator_ColumnPropNameInTable="ValoreColumn" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="IdxUM" msprop:Generator_UserColumnName="IdxUM" msprop:Generator_ColumnPropNameInRow="IdxUM" msprop:Generator_ColumnVarNameInTable="columnIdxUM" msprop:Generator_ColumnPropNameInTable="IdxUMColumn" 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="v_ev2stati" msprop:Generator_UserTableName="v_ev2stati" msprop:Generator_RowDeletedName="v_ev2statiRowDeleted" msprop:Generator_RowChangedName="v_ev2statiRowChanged" msprop:Generator_RowClassName="v_ev2statiRow" msprop:Generator_RowChangingName="v_ev2statiRowChanging" msprop:Generator_RowEvArgName="v_ev2statiRowChangeEvent" msprop:Generator_RowEvHandlerName="v_ev2statiRowChangeEventHandler" msprop:Generator_TableClassName="v_ev2statiDataTable" msprop:Generator_TableVarName="tablev_ev2stati" msprop:Generator_RowDeletingName="v_ev2statiRowDeleting" msprop:Generator_TablePropName="v_ev2stati">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="CodMappa" msprop:Generator_UserColumnName="CodMappa" msprop:Generator_ColumnVarNameInTable="columnCodMappa" msprop:Generator_ColumnPropNameInRow="CodMappa" msprop:Generator_ColumnPropNameInTable="CodMappaColumn">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="20" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="IdxTipoObj" msprop:Generator_UserColumnName="IdxTipoObj" msprop:Generator_ColumnVarNameInTable="columnIdxTipoObj" msprop:Generator_ColumnPropNameInRow="IdxTipoObj" msprop:Generator_ColumnPropNameInTable="IdxTipoObjColumn" type="xs:int" />
|
|
<xs:element name="DescrObj" msprop:Generator_UserColumnName="DescrObj" msprop:Generator_ColumnVarNameInTable="columnDescrObj" msprop:Generator_ColumnPropNameInRow="DescrObj" msprop:Generator_ColumnPropNameInTable="DescrObjColumn" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="CodStato" msprop:Generator_UserColumnName="CodStato" msprop:Generator_ColumnVarNameInTable="columnCodStato" msprop:Generator_ColumnPropNameInRow="CodStato" msprop:Generator_ColumnPropNameInTable="CodStatoColumn">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="20" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="StatoCurr" msprop:Generator_UserColumnName="StatoCurr" msprop:Generator_ColumnVarNameInTable="columnStatoCurr" msprop:Generator_ColumnPropNameInRow="StatoCurr" msprop:Generator_ColumnPropNameInTable="StatoCurrColumn" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="CodEvento" msprop:Generator_UserColumnName="CodEvento" msprop:Generator_ColumnVarNameInTable="columnCodEvento" msprop:Generator_ColumnPropNameInRow="CodEvento" msprop:Generator_ColumnPropNameInTable="CodEventoColumn">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DescrEvento" msprop:Generator_UserColumnName="DescrEvento" msprop:Generator_ColumnVarNameInTable="columnDescrEvento" msprop:Generator_ColumnPropNameInRow="DescrEvento" msprop:Generator_ColumnPropNameInTable="DescrEventoColumn" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="NextCodStato" msprop:Generator_UserColumnName="NextCodStato" msprop:Generator_ColumnVarNameInTable="columnNextCodStato" msprop:Generator_ColumnPropNameInRow="NextCodStato" msprop:Generator_ColumnPropNameInTable="NextCodStatoColumn" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="20" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="StatoNext" msprop:Generator_UserColumnName="StatoNext" msprop:Generator_ColumnVarNameInTable="columnStatoNext" msprop:Generator_ColumnPropNameInRow="StatoNext" msprop:Generator_ColumnPropNameInTable="StatoNextColumn" 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="Eventi" msprop:Generator_UserTableName="Eventi" msprop:Generator_RowDeletedName="EventiRowDeleted" msprop:Generator_RowChangedName="EventiRowChanged" msprop:Generator_RowClassName="EventiRow" msprop:Generator_RowChangingName="EventiRowChanging" msprop:Generator_RowEvArgName="EventiRowChangeEvent" msprop:Generator_RowEvHandlerName="EventiRowChangeEventHandler" msprop:Generator_TableClassName="EventiDataTable" msprop:Generator_TableVarName="tableEventi" msprop:Generator_RowDeletingName="EventiRowDeleting" msprop:Generator_TablePropName="Eventi">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="CodEvento" msprop:Generator_UserColumnName="CodEvento" msprop:Generator_ColumnPropNameInRow="CodEvento" msprop:Generator_ColumnVarNameInTable="columnCodEvento" msprop:Generator_ColumnPropNameInTable="CodEventoColumn">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="CodTipoEvento" msprop:Generator_UserColumnName="CodTipoEvento" msprop:Generator_ColumnPropNameInRow="CodTipoEvento" msprop:Generator_ColumnVarNameInTable="columnCodTipoEvento" msprop:Generator_ColumnPropNameInTable="CodTipoEventoColumn" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DescrEvento" msprop:Generator_UserColumnName="DescrEvento" msprop:Generator_ColumnPropNameInRow="DescrEvento" msprop:Generator_ColumnVarNameInTable="columnDescrEvento" msprop:Generator_ColumnPropNameInTable="DescrEventoColumn" 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="Object2Set" msprop:Generator_UserTableName="Object2Set" msprop:Generator_RowDeletedName="Object2SetRowDeleted" msprop:Generator_RowChangedName="Object2SetRowChanged" msprop:Generator_RowClassName="Object2SetRow" msprop:Generator_RowChangingName="Object2SetRowChanging" msprop:Generator_RowEvArgName="Object2SetRowChangeEvent" msprop:Generator_RowEvHandlerName="Object2SetRowChangeEventHandler" msprop:Generator_TableClassName="Object2SetDataTable" msprop:Generator_TableVarName="tableObject2Set" msprop:Generator_RowDeletingName="Object2SetRowDeleting" msprop:Generator_TablePropName="Object2Set">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="IdxSet" msprop:Generator_UserColumnName="IdxSet" msprop:Generator_ColumnVarNameInTable="columnIdxSet" msprop:Generator_ColumnPropNameInRow="IdxSet" msprop:Generator_ColumnPropNameInTable="IdxSetColumn">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="CodObj" msprop:Generator_UserColumnName="CodObj" msprop:Generator_ColumnVarNameInTable="columnCodObj" msprop:Generator_ColumnPropNameInRow="CodObj" msprop:Generator_ColumnPropNameInTable="CodObjColumn">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Qta" msprop:Generator_UserColumnName="Qta" msprop:Generator_ColumnVarNameInTable="columnQta" msprop:Generator_ColumnPropNameInRow="Qta" msprop:Generator_ColumnPropNameInTable="QtaColumn" type="xs:int" minOccurs="0" />
|
|
<xs:element name="UserQtyReq" msprop:Generator_UserColumnName="UserQtyReq" msprop:Generator_ColumnVarNameInTable="columnUserQtyReq" msprop:Generator_ColumnPropNameInRow="UserQtyReq" msprop:Generator_ColumnPropNameInTable="UserQtyReqColumn" type="xs:boolean" minOccurs="0" />
|
|
<xs:element name="Posizione" msprop:Generator_UserColumnName="Posizione" msprop:Generator_ColumnVarNameInTable="columnPosizione" msprop:Generator_ColumnPropNameInRow="Posizione" msprop:Generator_ColumnPropNameInTable="PosizioneColumn" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="250" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="TimeTrackEnab" msprop:Generator_UserColumnName="TimeTrackEnab" msprop:Generator_ColumnVarNameInTable="columnTimeTrackEnab" msprop:Generator_ColumnPropNameInRow="TimeTrackEnab" msprop:Generator_ColumnPropNameInTable="TimeTrackEnabColumn" type="xs:boolean" minOccurs="0" />
|
|
<xs:element name="ProcReq" msprop:Generator_UserColumnName="ProcReq" msprop:Generator_ColumnVarNameInTable="columnProcReq" msprop:Generator_ColumnPropNameInRow="ProcReq" msprop:Generator_ColumnPropNameInTable="ProcReqColumn" type="xs:boolean" minOccurs="0" />
|
|
<xs:element name="ExtView" msprop:Generator_UserColumnName="ExtView" msprop:Generator_ColumnVarNameInTable="columnExtView" msprop:Generator_ColumnPropNameInRow="ExtView" msprop:Generator_ColumnPropNameInTable="ExtViewColumn" type="xs:boolean" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
</xs:choice>
|
|
</xs:complexType>
|
|
<xs:unique name="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:AnagTipoObj" />
|
|
<xs:field xpath="mstns:IdxTipoObj" />
|
|
</xs:unique>
|
|
<xs:unique name="UM_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:UM" />
|
|
<xs:field xpath="mstns:IdxUM" />
|
|
</xs:unique>
|
|
<xs:unique name="Step4Obj_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:Step4Obj" />
|
|
<xs:field xpath="mstns:IdxObj" />
|
|
<xs:field xpath="mstns:IdxStep" />
|
|
</xs:unique>
|
|
<xs:unique name="Note_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:Note" />
|
|
<xs:field xpath="mstns:IdxObj" />
|
|
<xs:field xpath="mstns:NumNota" />
|
|
</xs:unique>
|
|
<xs:unique name="ObjectSet_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:ObjectSet" />
|
|
<xs:field xpath="mstns:IdxSet" />
|
|
<xs:field xpath="mstns:IdxTipoObj" />
|
|
</xs:unique>
|
|
<xs:unique name="TipoEventi_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:TipoEventi" />
|
|
<xs:field xpath="mstns:CodTipoEvento" />
|
|
</xs:unique>
|
|
<xs:unique name="AnagMappe_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:AnagMappe" />
|
|
<xs:field xpath="mstns:CodMappa" />
|
|
</xs:unique>
|
|
<xs:unique name="ObjList_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:ObjList" />
|
|
<xs:field xpath="mstns:IdxObj" />
|
|
</xs:unique>
|
|
<xs:unique name="Stati_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:Stati" />
|
|
<xs:field xpath="mstns:CodMappa" />
|
|
<xs:field xpath="mstns:CodStato" />
|
|
<xs:field xpath="mstns:IdxTipoObj" />
|
|
</xs:unique>
|
|
<xs:unique name="v_ev2stati_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:v_ev2stati" />
|
|
<xs:field xpath="mstns:CodMappa" />
|
|
<xs:field xpath="mstns:IdxTipoObj" />
|
|
<xs:field xpath="mstns:CodStato" />
|
|
<xs:field xpath="mstns:CodEvento" />
|
|
</xs:unique>
|
|
<xs:unique name="Eventi_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:Eventi" />
|
|
<xs:field xpath="mstns:CodEvento" />
|
|
</xs:unique>
|
|
<xs:unique name="Object2Set_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:Object2Set" />
|
|
<xs:field xpath="mstns:IdxSet" />
|
|
<xs:field xpath="mstns:CodObj" />
|
|
</xs:unique>
|
|
</xs:element>
|
|
<xs:annotation>
|
|
<xs:appinfo>
|
|
<msdata:Relationship name="FK_ObjectSet_AnagTipoObj" msdata:parent="AnagTipoObj" msdata:child="ObjectSet" msdata:parentkey="IdxTipoObj" msdata:childkey="IdxTipoObj" msprop:Generator_UserRelationName="FK_ObjectSet_AnagTipoObj" msprop:Generator_RelationVarName="relationFK_ObjectSet_AnagTipoObj" msprop:Generator_UserChildTable="ObjectSet" msprop:Generator_UserParentTable="AnagTipoObj" msprop:Generator_ParentPropName="AnagTipoObjRow" msprop:Generator_ChildPropName="GetObjectSetRows" />
|
|
<msdata:Relationship name="FK_FasiObj_TrackObj" msdata:parent="ObjList" msdata:child="Step4Obj" msdata:parentkey="IdxObj" msdata:childkey="IdxObj" msprop:Generator_UserRelationName="FK_FasiObj_TrackObj" msprop:Generator_RelationVarName="relationFK_FasiObj_TrackObj" msprop:Generator_UserChildTable="Step4Obj" msprop:Generator_UserParentTable="ObjList" msprop:Generator_ParentPropName="ObjListRow" msprop:Generator_ChildPropName="GetStep4ObjRows" />
|
|
<msdata:Relationship name="FK_Note_ObjList" msdata:parent="ObjList" msdata:child="Note" msdata:parentkey="IdxObj" msdata:childkey="IdxObj" msprop:Generator_UserRelationName="FK_Note_ObjList" msprop:Generator_RelationVarName="relationFK_Note_ObjList" msprop:Generator_UserChildTable="Note" msprop:Generator_UserParentTable="ObjList" msprop:Generator_ParentPropName="ObjListRow" msprop:Generator_ChildPropName="GetNoteRows" />
|
|
<msdata:Relationship name="FK_ObjList_UM" msdata:parent="UM" msdata:child="ObjList" msdata:parentkey="IdxUM" msdata:childkey="LeadTimeUM" msprop:Generator_UserRelationName="FK_ObjList_UM" msprop:Generator_RelationVarName="relationFK_ObjList_UM" msprop:Generator_UserChildTable="ObjList" msprop:Generator_UserParentTable="UM" msprop:Generator_ParentPropName="UMRow" msprop:Generator_ChildPropName="GetObjListRows" />
|
|
<msdata:Relationship name="FK_TrackObj_AnagObj" msdata:parent="AnagTipoObj" msdata:child="ObjList" msdata:parentkey="IdxTipoObj" msdata:childkey="IdxTipoObj" msprop:Generator_UserRelationName="FK_TrackObj_AnagObj" msprop:Generator_RelationVarName="relationFK_TrackObj_AnagObj" msprop:Generator_UserChildTable="ObjList" msprop:Generator_UserParentTable="AnagTipoObj" msprop:Generator_ParentPropName="AnagTipoObjRow" msprop:Generator_ChildPropName="GetObjListRows" />
|
|
<msdata:Relationship name="FK_Stati_AnagMappe1" msdata:parent="AnagMappe" msdata:child="Stati" msdata:parentkey="CodMappa" msdata:childkey="CodMappa" msprop:Generator_UserRelationName="FK_Stati_AnagMappe1" msprop:Generator_RelationVarName="relationFK_Stati_AnagMappe1" msprop:Generator_UserChildTable="Stati" msprop:Generator_UserParentTable="AnagMappe" msprop:Generator_ParentPropName="AnagMappeRow" msprop:Generator_ChildPropName="_GetStatiRows" />
|
|
<msdata:Relationship name="FK_Stati_Oggetti1" msdata:parent="AnagTipoObj" msdata:child="Stati" msdata:parentkey="IdxTipoObj" msdata:childkey="IdxTipoObj" msprop:Generator_UserRelationName="FK_Stati_Oggetti1" msprop:Generator_RelationVarName="relationFK_Stati_Oggetti1" msprop:Generator_UserChildTable="Stati" msprop:Generator_UserParentTable="AnagTipoObj" msprop:Generator_ParentPropName="AnagTipoObjRow" msprop:Generator_ChildPropName="_GetStatiRows" />
|
|
<msdata:Relationship name="Stati_v_ev2stati" msdata:parent="Stati" msdata:child="v_ev2stati" msdata:parentkey="CodMappa CodStato IdxTipoObj" msdata:childkey="CodMappa CodStato IdxTipoObj" msprop:Generator_UserRelationName="Stati_v_ev2stati" msprop:Generator_RelationVarName="relationStati_v_ev2stati" msprop:Generator_UserChildTable="v_ev2stati" msprop:Generator_UserParentTable="Stati" msprop:Generator_ParentPropName="StatiRowParent" msprop:Generator_ChildPropName="Getv_ev2statiRows" />
|
|
<msdata:Relationship name="FK_Eventi_TipoEventi1" msdata:parent="TipoEventi" msdata:child="Eventi" msdata:parentkey="CodTipoEvento" msdata:childkey="CodTipoEvento" msprop:Generator_UserRelationName="FK_Eventi_TipoEventi1" msprop:Generator_RelationVarName="relationFK_Eventi_TipoEventi1" msprop:Generator_UserChildTable="Eventi" msprop:Generator_UserParentTable="TipoEventi" msprop:Generator_ParentPropName="TipoEventiRow" msprop:Generator_ChildPropName="GetEventiRows" />
|
|
<msdata:Relationship name="Eventi_v_ev2stati1" msdata:parent="Eventi" msdata:child="v_ev2stati" msdata:parentkey="CodEvento" msdata:childkey="CodEvento" msprop:Generator_UserRelationName="Eventi_v_ev2stati1" msprop:Generator_RelationVarName="relationEventi_v_ev2stati1" msprop:Generator_UserChildTable="v_ev2stati" msprop:Generator_UserParentTable="Eventi" msprop:Generator_ParentPropName="EventiRow" msprop:Generator_ChildPropName="Getv_ev2statiRows" />
|
|
</xs:appinfo>
|
|
</xs:annotation>
|
|
</xs:schema> |