aggiunto stored x cart finiti

This commit is contained in:
unknown
2013-02-11 11:46:13 +01:00
parent 42bfa272f0
commit 06b0f5ecf5
4 changed files with 2241 additions and 9 deletions
+1996 -1
View File
File diff suppressed because it is too large Load Diff
+235 -2
View File
@@ -2,9 +2,10 @@
<xs:schema id="DS_cartellini" targetNamespace="http://tempuri.org/DS_cartellini.xsd" xmlns:mstns="http://tempuri.org/DS_cartellini.xsd" xmlns="http://tempuri.org/DS_cartellini.xsd" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" xmlns:msprop="urn:schemas-microsoft-com:xml-msprop" attributeFormDefault="qualified" elementFormDefault="qualified">
<xs:annotation>
<xs:appinfo source="urn:schemas-microsoft-com:xml-msdatasource">
<DataSource DefaultConnectionIndex="0" FunctionsComponentName="QueriesTableAdapter" Modifier="AutoLayout, AnsiClass, Class, Public" SchemaSerializationMode="IncludeSchema" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
<DataSource DefaultConnectionIndex="1" FunctionsComponentName="QueriesTableAdapter" Modifier="AutoLayout, AnsiClass, Class, Public" SchemaSerializationMode="IncludeSchema" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
<Connections>
<Connection AppSettingsObjectName="Settings" AppSettingsPropertyName="GMWConnectionString" ConnectionStringObject="" IsAppSettingsProperty="true" Modifier="Assembly" Name="GMWConnectionString (Settings)" ParameterPrefix="@" PropertyReference="ApplicationSettings.GMW_data.Properties.Settings.GlobalReference.Default.GMWConnectionString" Provider="System.Data.SqlClient" />
<Connection AppSettingsObjectName="Settings" AppSettingsPropertyName="TK_GMWConnectionString" ConnectionStringObject="" IsAppSettingsProperty="true" Modifier="Assembly" Name="TK_GMWConnectionString (Settings)" ParameterPrefix="@" PropertyReference="ApplicationSettings.GMW_data.Properties.Settings.GlobalReference.Default.TK_GMWConnectionString" Provider="System.Data.SqlClient" />
</Connections>
<Tables>
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="stp_prtCartByUDCTableAdapter" GeneratorDataComponentClassName="stp_prtCartByUDCTableAdapter" Name="stp_prtCartByUDC" UserDataComponentName="stp_prtCartByUDCTableAdapter">
@@ -298,6 +299,57 @@
</Mappings>
<Sources />
</TableAdapter>
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="stp_prtCartFinitiByUDCTableAdapter" GeneratorDataComponentClassName="stp_prtCartFinitiByUDCTableAdapter" Name="stp_prtCartFinitiByUDC" UserDataComponentName="stp_prtCartFinitiByUDCTableAdapter">
<MainSource>
<DbSource ConnectionRef="GMWConnectionString (Settings)" DbObjectName="TK_GMW.dbo.stp_prtCartFinitiByUDC" DbObjectType="StoredProcedure" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
<SelectCommand>
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
<CommandText>dbo.stp_prtCartFinitiByUDC</CommandText>
<Parameters>
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="ReturnValue" ParameterName="@RETURN_VALUE" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@UDC" Precision="0" ProviderType="NVarChar" Scale="0" Size="50" SourceColumnNullMapping="false" SourceVersion="Current" />
</Parameters>
</DbCommand>
</SelectCommand>
</DbSource>
</MainSource>
<Mappings>
<Mapping SourceColumn="UDC" DataSetColumn="UDC" />
<Mapping SourceColumn="CodCS" DataSetColumn="CodCS" />
<Mapping SourceColumn="codcliente" DataSetColumn="codcliente" />
<Mapping SourceColumn="ragsociale" DataSetColumn="ragsociale" />
<Mapping SourceColumn="particolare" DataSetColumn="particolare" />
<Mapping SourceColumn="descparticolare" DataSetColumn="descparticolare" />
<Mapping SourceColumn="disegnogrezzo" DataSetColumn="disegnogrezzo" />
<Mapping SourceColumn="esponente" DataSetColumn="esponente" />
<Mapping SourceColumn="codimpianto" DataSetColumn="codimpianto" />
<Mapping SourceColumn="descimpianto" DataSetColumn="descimpianto" />
<Mapping SourceColumn="codstampo" DataSetColumn="codstampo" />
<Mapping SourceColumn="figura" DataSetColumn="figura" />
<Mapping SourceColumn="datafus" DataSetColumn="datafus" />
<Mapping SourceColumn="turnofus" DataSetColumn="turnofus" />
<Mapping SourceColumn="codimballo" DataSetColumn="codimballo" />
<Mapping SourceColumn="codsoggetto" DataSetColumn="codsoggetto" />
<Mapping SourceColumn="numcont" DataSetColumn="numcont" />
<Mapping SourceColumn="tara" DataSetColumn="tara" />
<Mapping SourceColumn="qta" DataSetColumn="qta" />
<Mapping SourceColumn="codstato" DataSetColumn="codstato" />
<Mapping SourceColumn="idxposizione" DataSetColumn="idxposizione" />
<Mapping SourceColumn="pesotot" DataSetColumn="pesotot" />
<Mapping SourceColumn="pesocad" DataSetColumn="pesocad" />
<Mapping SourceColumn="CreateDate" DataSetColumn="CreateDate" />
<Mapping SourceColumn="ModDate" DataSetColumn="ModDate" />
<Mapping SourceColumn="cognome" DataSetColumn="cognome" />
<Mapping SourceColumn="nome" DataSetColumn="nome" />
<Mapping SourceColumn="descstato" DataSetColumn="descstato" />
<Mapping SourceColumn="descimballo" DataSetColumn="descimballo" />
<Mapping SourceColumn="CodFamiglia" DataSetColumn="CodFamiglia" />
<Mapping SourceColumn="DescFamiglia" DataSetColumn="DescFamiglia" />
<Mapping SourceColumn="Note" DataSetColumn="Note" />
<Mapping SourceColumn="NoteTratt" DataSetColumn="NoteTratt" />
</Mappings>
<Sources />
</TableAdapter>
</Tables>
<Sources />
</DataSource>
@@ -1122,7 +1174,184 @@
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="stp_prtCartFusiByUDC" msprop:Generator_TableClassName="stp_prtCartFusiByUDCDataTable" msprop:Generator_TableVarName="tablestp_prtCartFusiByUDC" msprop:Generator_TablePropName="stp_prtCartFusiByUDC" msprop:Generator_RowDeletingName="stp_prtCartFusiByUDCRowDeleting" msprop:Generator_RowChangingName="stp_prtCartFusiByUDCRowChanging" msprop:Generator_RowEvHandlerName="stp_prtCartFusiByUDCRowChangeEventHandler" msprop:Generator_RowDeletedName="stp_prtCartFusiByUDCRowDeleted" msprop:Generator_UserTableName="stp_prtCartFusiByUDC" msprop:Generator_RowChangedName="stp_prtCartFusiByUDCRowChanged" msprop:Generator_RowEvArgName="stp_prtCartFusiByUDCRowChangeEvent" msprop:Generator_RowClassName="stp_prtCartFusiByUDCRow">
<xs:element name="stp_prtCartFusiByUDC" msprop:Generator_TableClassName="stp_prtCartFusiByUDCDataTable" msprop:Generator_TableVarName="tablestp_prtCartFusiByUDC" msprop:Generator_RowChangedName="stp_prtCartFusiByUDCRowChanged" msprop:Generator_TablePropName="stp_prtCartFusiByUDC" msprop:Generator_RowDeletingName="stp_prtCartFusiByUDCRowDeleting" msprop:Generator_RowChangingName="stp_prtCartFusiByUDCRowChanging" msprop:Generator_RowEvHandlerName="stp_prtCartFusiByUDCRowChangeEventHandler" msprop:Generator_RowDeletedName="stp_prtCartFusiByUDCRowDeleted" msprop:Generator_RowClassName="stp_prtCartFusiByUDCRow" msprop:Generator_UserTableName="stp_prtCartFusiByUDC" msprop:Generator_RowEvArgName="stp_prtCartFusiByUDCRowChangeEvent">
<xs:complexType>
<xs:sequence>
<xs:element name="UDC" msprop:Generator_ColumnVarNameInTable="columnUDC" msprop:Generator_ColumnPropNameInRow="UDC" msprop:Generator_ColumnPropNameInTable="UDCColumn" msprop:Generator_UserColumnName="UDC">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="CodCS" msprop:Generator_ColumnVarNameInTable="columnCodCS" msprop:Generator_ColumnPropNameInRow="CodCS" msprop:Generator_ColumnPropNameInTable="CodCSColumn" msprop:Generator_UserColumnName="CodCS" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="2" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="codcliente" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columncodcliente" msprop:Generator_ColumnPropNameInRow="codcliente" msprop:Generator_ColumnPropNameInTable="codclienteColumn" msprop:Generator_UserColumnName="codcliente" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="6" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="ragsociale" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnragsociale" msprop:Generator_ColumnPropNameInRow="ragsociale" msprop:Generator_ColumnPropNameInTable="ragsocialeColumn" msprop:Generator_UserColumnName="ragsociale" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="35" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="particolare" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnparticolare" msprop:Generator_ColumnPropNameInRow="particolare" msprop:Generator_ColumnPropNameInTable="particolareColumn" msprop:Generator_UserColumnName="particolare" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="15" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="descparticolare" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columndescparticolare" msprop:Generator_ColumnPropNameInRow="descparticolare" msprop:Generator_ColumnPropNameInTable="descparticolareColumn" msprop:Generator_UserColumnName="descparticolare" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="30" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="disegnogrezzo" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columndisegnogrezzo" msprop:Generator_ColumnPropNameInRow="disegnogrezzo" msprop:Generator_ColumnPropNameInTable="disegnogrezzoColumn" msprop:Generator_UserColumnName="disegnogrezzo" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="30" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="esponente" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnesponente" msprop:Generator_ColumnPropNameInRow="esponente" msprop:Generator_ColumnPropNameInTable="esponenteColumn" msprop:Generator_UserColumnName="esponente" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="6" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="codimpianto" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columncodimpianto" msprop:Generator_ColumnPropNameInRow="codimpianto" msprop:Generator_ColumnPropNameInTable="codimpiantoColumn" msprop:Generator_UserColumnName="codimpianto" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="descimpianto" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columndescimpianto" msprop:Generator_ColumnPropNameInRow="descimpianto" msprop:Generator_ColumnPropNameInTable="descimpiantoColumn" msprop:Generator_UserColumnName="descimpianto" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="codstampo" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columncodstampo" msprop:Generator_ColumnPropNameInRow="codstampo" msprop:Generator_ColumnPropNameInTable="codstampoColumn" msprop:Generator_UserColumnName="codstampo" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="8" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="figura" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnfigura" msprop:Generator_ColumnPropNameInRow="figura" msprop:Generator_ColumnPropNameInTable="figuraColumn" msprop:Generator_UserColumnName="figura" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="4" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="datafus" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columndatafus" msprop:Generator_ColumnPropNameInRow="datafus" msprop:Generator_ColumnPropNameInTable="datafusColumn" msprop:Generator_UserColumnName="datafus" type="xs:dateTime" minOccurs="0" />
<xs:element name="turnofus" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnturnofus" msprop:Generator_ColumnPropNameInRow="turnofus" msprop:Generator_ColumnPropNameInTable="turnofusColumn" msprop:Generator_UserColumnName="turnofus" type="xs:int" minOccurs="0" />
<xs:element name="codimballo" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columncodimballo" msprop:Generator_ColumnPropNameInRow="codimballo" msprop:Generator_ColumnPropNameInTable="codimballoColumn" msprop:Generator_UserColumnName="codimballo" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="15" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="codsoggetto" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columncodsoggetto" msprop:Generator_ColumnPropNameInRow="codsoggetto" msprop:Generator_ColumnPropNameInTable="codsoggettoColumn" msprop:Generator_UserColumnName="codsoggetto" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="17" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="numcont" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnnumcont" msprop:Generator_ColumnPropNameInRow="numcont" msprop:Generator_ColumnPropNameInTable="numcontColumn" msprop:Generator_UserColumnName="numcont" type="xs:int" minOccurs="0" />
<xs:element name="tara" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columntara" msprop:Generator_ColumnPropNameInRow="tara" msprop:Generator_ColumnPropNameInTable="taraColumn" msprop:Generator_UserColumnName="tara" type="xs:double" minOccurs="0" />
<xs:element name="qta" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnqta" msprop:Generator_ColumnPropNameInRow="qta" msprop:Generator_ColumnPropNameInTable="qtaColumn" msprop:Generator_UserColumnName="qta" type="xs:decimal" minOccurs="0" />
<xs:element name="codstato" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columncodstato" msprop:Generator_ColumnPropNameInRow="codstato" msprop:Generator_ColumnPropNameInTable="codstatoColumn" msprop:Generator_UserColumnName="codstato" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="idxposizione" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnidxposizione" msprop:Generator_ColumnPropNameInRow="idxposizione" msprop:Generator_ColumnPropNameInTable="idxposizioneColumn" msprop:Generator_UserColumnName="idxposizione" type="xs:int" minOccurs="0" />
<xs:element name="pesotot" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnpesotot" msprop:Generator_ColumnPropNameInRow="pesotot" msprop:Generator_ColumnPropNameInTable="pesototColumn" msprop:Generator_UserColumnName="pesotot" type="xs:double" minOccurs="0" />
<xs:element name="pesocad" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnpesocad" msprop:Generator_ColumnPropNameInRow="pesocad" msprop:Generator_ColumnPropNameInTable="pesocadColumn" msprop:Generator_UserColumnName="pesocad" type="xs:double" minOccurs="0" />
<xs:element name="CreateDate" msprop:Generator_ColumnVarNameInTable="columnCreateDate" msprop:Generator_ColumnPropNameInRow="CreateDate" msprop:Generator_ColumnPropNameInTable="CreateDateColumn" msprop:Generator_UserColumnName="CreateDate" type="xs:dateTime" minOccurs="0" />
<xs:element name="ModDate" msprop:Generator_ColumnVarNameInTable="columnModDate" msprop:Generator_ColumnPropNameInRow="ModDate" msprop:Generator_ColumnPropNameInTable="ModDateColumn" msprop:Generator_UserColumnName="ModDate" type="xs:dateTime" minOccurs="0" />
<xs:element name="cognome" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columncognome" msprop:Generator_ColumnPropNameInRow="cognome" msprop:Generator_ColumnPropNameInTable="cognomeColumn" msprop:Generator_UserColumnName="cognome" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="40" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="nome" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnnome" msprop:Generator_ColumnPropNameInRow="nome" msprop:Generator_ColumnPropNameInTable="nomeColumn" msprop:Generator_UserColumnName="nome" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="40" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="descstato" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columndescstato" msprop:Generator_ColumnPropNameInRow="descstato" msprop:Generator_ColumnPropNameInTable="descstatoColumn" msprop:Generator_UserColumnName="descstato" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="descimballo" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columndescimballo" msprop:Generator_ColumnPropNameInRow="descimballo" msprop:Generator_ColumnPropNameInTable="descimballoColumn" msprop:Generator_UserColumnName="descimballo" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="30" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="CodFamiglia" msprop:Generator_ColumnVarNameInTable="columnCodFamiglia" msprop:Generator_ColumnPropNameInRow="CodFamiglia" msprop:Generator_ColumnPropNameInTable="CodFamigliaColumn" msprop:Generator_UserColumnName="CodFamiglia" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="4" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="DescFamiglia" msprop:Generator_ColumnVarNameInTable="columnDescFamiglia" msprop:Generator_ColumnPropNameInRow="DescFamiglia" msprop:Generator_ColumnPropNameInTable="DescFamigliaColumn" msprop:Generator_UserColumnName="DescFamiglia" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="100" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Note" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnNote" msprop:Generator_ColumnPropNameInRow="Note" msprop:Generator_ColumnPropNameInTable="NoteColumn" msprop:Generator_UserColumnName="Note" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="500" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="NoteTratt" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnNoteTratt" msprop:Generator_ColumnPropNameInRow="NoteTratt" msprop:Generator_ColumnPropNameInTable="NoteTrattColumn" msprop:Generator_UserColumnName="NoteTratt" 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="stp_prtCartFinitiByUDC" msprop:Generator_TableClassName="stp_prtCartFinitiByUDCDataTable" msprop:Generator_TableVarName="tablestp_prtCartFinitiByUDC" msprop:Generator_TablePropName="stp_prtCartFinitiByUDC" msprop:Generator_RowDeletingName="stp_prtCartFinitiByUDCRowDeleting" msprop:Generator_RowChangingName="stp_prtCartFinitiByUDCRowChanging" msprop:Generator_RowEvHandlerName="stp_prtCartFinitiByUDCRowChangeEventHandler" msprop:Generator_RowDeletedName="stp_prtCartFinitiByUDCRowDeleted" msprop:Generator_UserTableName="stp_prtCartFinitiByUDC" msprop:Generator_RowChangedName="stp_prtCartFinitiByUDCRowChanged" msprop:Generator_RowEvArgName="stp_prtCartFinitiByUDCRowChangeEvent" msprop:Generator_RowClassName="stp_prtCartFinitiByUDCRow">
<xs:complexType>
<xs:sequence>
<xs:element name="UDC" msprop:Generator_ColumnVarNameInTable="columnUDC" msprop:Generator_ColumnPropNameInRow="UDC" msprop:Generator_ColumnPropNameInTable="UDCColumn" msprop:Generator_UserColumnName="UDC">
@@ -1313,5 +1542,9 @@
<xs:selector xpath=".//mstns:stp_prtCartFusiByUDC" />
<xs:field xpath="mstns:UDC" />
</xs:unique>
<xs:unique name="stp_prtCartFinitiByUDC_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
<xs:selector xpath=".//mstns:stp_prtCartFinitiByUDC" />
<xs:field xpath="mstns:UDC" />
</xs:unique>
</xs:element>
</xs:schema>
+7 -6
View File
@@ -6,12 +6,13 @@
</autogenerated>-->
<DiagramLayout xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" ex:showrelationlabel="False" ViewPortX="71" ViewPortY="0" xmlns:ex="urn:schemas-microsoft-com:xml-msdatasource-layout-extended" xmlns="urn:schemas-microsoft-com:xml-msdatasource-layout">
<Shapes>
<Shape ID="DesignTable:stp_prtCartByUDC" ZOrder="6" X="81" Y="41" Height="305" Width="249" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="254" />
<Shape ID="DesignTable:stp_prtCartMatPrimaByUDC" ZOrder="5" X="388" Y="46" Height="305" Width="300" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="254" />
<Shape ID="DesignTable:stp_prtCartLiquidi_F18ByUDC" ZOrder="4" X="1086" Y="54" Height="305" Width="300" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="254" />
<Shape ID="DesignTable:stp_prtCartLiquidi_F10ByUDC" ZOrder="3" X="729" Y="54" Height="305" Width="300" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="254" />
<Shape ID="DesignTable:stp_prtCartAnimeByUDC" ZOrder="2" X="100" Y="417" Height="305" Width="287" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="254" />
<Shape ID="DesignTable:stp_prtCartFusiByUDC" ZOrder="1" X="520" Y="480" Height="305" Width="272" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="254" />
<Shape ID="DesignTable:stp_prtCartByUDC" ZOrder="7" X="81" Y="41" Height="305" Width="249" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="254" />
<Shape ID="DesignTable:stp_prtCartMatPrimaByUDC" ZOrder="6" X="388" Y="46" Height="305" Width="300" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="254" />
<Shape ID="DesignTable:stp_prtCartLiquidi_F18ByUDC" ZOrder="5" X="1086" Y="54" Height="305" Width="300" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="254" />
<Shape ID="DesignTable:stp_prtCartLiquidi_F10ByUDC" ZOrder="4" X="729" Y="54" Height="305" Width="300" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="254" />
<Shape ID="DesignTable:stp_prtCartAnimeByUDC" ZOrder="3" X="100" Y="417" Height="305" Width="287" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="254" />
<Shape ID="DesignTable:stp_prtCartFusiByUDC" ZOrder="2" X="520" Y="480" Height="305" Width="272" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="254" />
<Shape ID="DesignTable:stp_prtCartFinitiByUDC" ZOrder="1" X="886" Y="511" Height="305" Width="278" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="254" />
</Shapes>
<Connectors />
</DiagramLayout>
+3
View File
@@ -32,6 +32,7 @@ namespace GMW_data
public DS_ApplicazioneTableAdapters.v_RapQualNoteTableAdapter taRQN;
public DS_cartelliniTableAdapters.stp_prtCartAnimeByUDCTableAdapter taPrtCartAnime;
public DS_cartelliniTableAdapters.stp_prtCartFinitiByUDCTableAdapter taPrtCartFiniti;
public DS_cartelliniTableAdapters.stp_prtCartFusiByUDCTableAdapter taPrtCartFusi;
public DS_cartelliniTableAdapters.stp_prtCartByUDCTableAdapter taPrtCart;
public DS_cartelliniTableAdapters.stp_prtCartMatPrimaByUDCTableAdapter taPrtCartMP;
@@ -63,6 +64,7 @@ namespace GMW_data
taRQN = new GMW_data.DS_ApplicazioneTableAdapters.v_RapQualNoteTableAdapter();
taPrtCartAnime = new GMW_data.DS_cartelliniTableAdapters.stp_prtCartAnimeByUDCTableAdapter();
taPrtCartFiniti = new DS_cartelliniTableAdapters.stp_prtCartFinitiByUDCTableAdapter();
taPrtCartFusi = new DS_cartelliniTableAdapters.stp_prtCartFusiByUDCTableAdapter();
taPrtCart = new GMW_data.DS_cartelliniTableAdapters.stp_prtCartByUDCTableAdapter();
taPrtCartMP = new GMW_data.DS_cartelliniTableAdapters.stp_prtCartMatPrimaByUDCTableAdapter();
@@ -95,6 +97,7 @@ namespace GMW_data
taRQN.Connection.ConnectionString = connString;
taPrtCartAnime.Connection.ConnectionString = connString;
taPrtCartFiniti.Connection.ConnectionString = connString;
taPrtCartFusi.Connection.ConnectionString = connString;
taPrtCart.Connection.ConnectionString = connString;
taPrtCartMP.Connection.ConnectionString = connString;