From ee0f2fb1ef98e3d447bbb13b8e8cfc64f25f63ee Mon Sep 17 00:00:00 2001 From: "Samuele E. Locatelli" Date: Thu, 4 May 2017 14:42:41 +0200 Subject: [PATCH] aggiunta iniziale pagina gestione anagrafica particolari imballi --- GMW/AnagLinee.aspx.designer.cs | 34 +- GMW/AnagPartImb.aspx | 7 + GMW/AnagPartImb.aspx.cs | 17 + GMW/AnagPartImb.aspx.designer.cs | 17 + GMW_data/DS_Applicazione.xsd | 131 ++- GMW_data/DS_Applicazione.xss | 69 +- GMW_data/DS_Applicazione1.Designer.cs | 1505 ++++++++++++++++++++----- GMW_data/DataProxy.cs | 11 +- 8 files changed, 1457 insertions(+), 334 deletions(-) create mode 100644 GMW/AnagPartImb.aspx create mode 100644 GMW/AnagPartImb.aspx.cs create mode 100644 GMW/AnagPartImb.aspx.designer.cs diff --git a/GMW/AnagLinee.aspx.designer.cs b/GMW/AnagLinee.aspx.designer.cs index 75a3a15a..cdc89d05 100644 --- a/GMW/AnagLinee.aspx.designer.cs +++ b/GMW/AnagLinee.aspx.designer.cs @@ -1,10 +1,10 @@ //------------------------------------------------------------------------------ -// -// This code was generated by a tool. +// +// Codice generato da uno strumento. // -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// +// Le modifiche a questo file possono causare un comportamento non corretto e verranno perse se +// il codice viene rigenerato. +// //------------------------------------------------------------------------------ namespace GMW { @@ -13,38 +13,38 @@ namespace GMW { public partial class AnagLinee { /// - /// mod_ricercaGenerica control. + /// Controllo mod_ricercaGenerica. /// /// - /// Auto-generated field. - /// To modify move field declaration from designer file to code-behind file. + /// Campo generato automaticamente. + /// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind. /// protected global::mod_ricercaGenerica mod_ricercaGenerica; /// - /// mod_anagTipoLinee control. + /// Controllo mod_anagTipoLinee. /// /// - /// Auto-generated field. - /// To modify move field declaration from designer file to code-behind file. + /// Campo generato automaticamente. + /// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind. /// protected global::GMW.WebUserControls.mod_anagTipoLinee mod_anagTipoLinee; /// - /// divDetail control. + /// Controllo divDetail. /// /// - /// Auto-generated field. - /// To modify move field declaration from designer file to code-behind file. + /// Campo generato automaticamente. + /// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind. /// protected global::System.Web.UI.HtmlControls.HtmlGenericControl divDetail; /// - /// mod_anagLinee control. + /// Controllo mod_anagLinee. /// /// - /// Auto-generated field. - /// To modify move field declaration from designer file to code-behind file. + /// Campo generato automaticamente. + /// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind. /// protected global::GMW.WebUserControls.mod_anagLinee mod_anagLinee; } diff --git a/GMW/AnagPartImb.aspx b/GMW/AnagPartImb.aspx new file mode 100644 index 00000000..e0ca8077 --- /dev/null +++ b/GMW/AnagPartImb.aspx @@ -0,0 +1,7 @@ +<%@ Page Title="" Language="C#" MasterPageFile="~/FullPage.master" AutoEventWireup="true" CodeBehind="AnagPartImb.aspx.cs" Inherits="GMW.AnagPartImb" %> + + + + + + diff --git a/GMW/AnagPartImb.aspx.cs b/GMW/AnagPartImb.aspx.cs new file mode 100644 index 00000000..dea83182 --- /dev/null +++ b/GMW/AnagPartImb.aspx.cs @@ -0,0 +1,17 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Web; +using System.Web.UI; +using System.Web.UI.WebControls; + +namespace GMW +{ + public partial class AnagPartImb : System.Web.UI.Page + { + protected void Page_Load(object sender, EventArgs e) + { + + } + } +} \ No newline at end of file diff --git a/GMW/AnagPartImb.aspx.designer.cs b/GMW/AnagPartImb.aspx.designer.cs new file mode 100644 index 00000000..d4b14f7e --- /dev/null +++ b/GMW/AnagPartImb.aspx.designer.cs @@ -0,0 +1,17 @@ +//------------------------------------------------------------------------------ +// +// Codice generato da uno strumento. +// +// Le modifiche a questo file possono causare un comportamento non corretto e verranno perse se +// il codice viene rigenerato. +// +//------------------------------------------------------------------------------ + +namespace GMW +{ + + + public partial class AnagPartImb + { + } +} diff --git a/GMW_data/DS_Applicazione.xsd b/GMW_data/DS_Applicazione.xsd index 10a4dead..918f234c 100644 --- a/GMW_data/DS_Applicazione.xsd +++ b/GMW_data/DS_Applicazione.xsd @@ -2360,6 +2360,69 @@ FROM v_TrascSogg + + + + + + DELETE FROM [dbo].[AnagParticolariImballi] WHERE (([CodCS] = @Original_CodCS) AND ([CodStato] = @Original_CodStato) AND ([Particolare] = @Original_Particolare) AND ([CodImballo] = @Original_CodImballo) AND ([QtaStd] = @Original_QtaStd)) + + + + + + + + + + + + INSERT INTO [dbo].[AnagParticolariImballi] ([CodCS], [CodStato], [Particolare], [CodImballo], [QtaStd]) VALUES (@CodCS, @CodStato, @Particolare, @CodImballo, @QtaStd); +SELECT CodCS, CodStato, Particolare, CodImballo, QtaStd FROM AnagParticolariImballi WHERE (CodCS = @CodCS) AND (CodImballo = @CodImballo) AND (CodStato = @CodStato) AND (Particolare = @Particolare) + + + + + + + + + + + + SELECT CodCS, CodStato, Particolare, CodImballo, QtaStd FROM dbo.AnagParticolariImballi + + + + + + UPDATE [dbo].[AnagParticolariImballi] SET [CodCS] = @CodCS, [CodStato] = @CodStato, [Particolare] = @Particolare, [CodImballo] = @CodImballo, [QtaStd] = @QtaStd WHERE (([CodCS] = @Original_CodCS) AND ([CodStato] = @Original_CodStato) AND ([Particolare] = @Original_Particolare) AND ([CodImballo] = @Original_CodImballo) AND ([QtaStd] = @Original_QtaStd)); +SELECT CodCS, CodStato, Particolare, CodImballo, QtaStd FROM AnagParticolariImballi WHERE (CodCS = @CodCS) AND (CodImballo = @CodImballo) AND (CodStato = @CodStato) AND (Particolare = @Particolare) + + + + + + + + + + + + + + + + + + + + + + + + + @@ -3511,7 +3574,7 @@ FROM v_TrascSogg - + @@ -3557,7 +3620,7 @@ FROM v_TrascSogg - + @@ -3615,7 +3678,7 @@ FROM v_TrascSogg - + @@ -3636,7 +3699,7 @@ FROM v_TrascSogg - + @@ -3671,7 +3734,7 @@ FROM v_TrascSogg - + @@ -3751,7 +3814,7 @@ FROM v_TrascSogg - + @@ -3819,7 +3882,7 @@ FROM v_TrascSogg - + @@ -3926,6 +3989,41 @@ FROM v_TrascSogg + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -4031,15 +4129,22 @@ FROM v_TrascSogg + + + + + + + - - - - - - + + + + + + \ No newline at end of file diff --git a/GMW_data/DS_Applicazione.xss b/GMW_data/DS_Applicazione.xss index de5a6200..0ccc4dfb 100644 --- a/GMW_data/DS_Applicazione.xss +++ b/GMW_data/DS_Applicazione.xss @@ -4,38 +4,39 @@ Changes to this file may cause incorrect behavior and will be lost if the code is regenerated. --> - + - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + 1129 @@ -47,7 +48,7 @@ - + 1170 @@ -63,7 +64,7 @@ - + 422 @@ -79,7 +80,7 @@ - + 1154 @@ -95,7 +96,7 @@ - + 1248 @@ -107,7 +108,7 @@ - + 488 diff --git a/GMW_data/DS_Applicazione1.Designer.cs b/GMW_data/DS_Applicazione1.Designer.cs index ec323d78..96871b27 100644 --- a/GMW_data/DS_Applicazione1.Designer.cs +++ b/GMW_data/DS_Applicazione1.Designer.cs @@ -1,10 +1,10 @@ //------------------------------------------------------------------------------ // -// This code was generated by a tool. -// Runtime Version:4.0.30319.42000 +// Il codice è stato generato da uno strumento. +// Versione runtime:4.0.30319.42000 // -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. +// Le modifiche apportate a questo file possono provocare un comportamento non corretto e andranno perse se +// il codice viene rigenerato. // //------------------------------------------------------------------------------ @@ -78,6 +78,8 @@ namespace GMW_data { private UDC_obsoletiDataTable tableUDC_obsoleti; + private AnagParticolariImballiDataTable tableAnagParticolariImballi; + private global::System.Data.DataRelation relationFK_AnagImpianti_AnagCompanySito; private global::System.Data.DataRelation relationFK_ElencoCartellini_AnagCompanySito; @@ -199,6 +201,9 @@ namespace GMW_data { if ((ds.Tables["UDC_obsoleti"] != null)) { base.Tables.Add(new UDC_obsoletiDataTable(ds.Tables["UDC_obsoleti"])); } + if ((ds.Tables["AnagParticolariImballi"] != null)) { + base.Tables.Add(new AnagParticolariImballiDataTable(ds.Tables["AnagParticolariImballi"])); + } this.DataSetName = ds.DataSetName; this.Prefix = ds.Prefix; this.Namespace = ds.Namespace; @@ -487,6 +492,16 @@ namespace GMW_data { } } + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + [global::System.ComponentModel.Browsable(false)] + [global::System.ComponentModel.DesignerSerializationVisibility(global::System.ComponentModel.DesignerSerializationVisibility.Content)] + public AnagParticolariImballiDataTable AnagParticolariImballi { + get { + return this.tableAnagParticolariImballi; + } + } + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] [global::System.ComponentModel.BrowsableAttribute(true)] @@ -635,6 +650,9 @@ namespace GMW_data { if ((ds.Tables["UDC_obsoleti"] != null)) { base.Tables.Add(new UDC_obsoletiDataTable(ds.Tables["UDC_obsoleti"])); } + if ((ds.Tables["AnagParticolariImballi"] != null)) { + base.Tables.Add(new AnagParticolariImballiDataTable(ds.Tables["AnagParticolariImballi"])); + } this.DataSetName = ds.DataSetName; this.Prefix = ds.Prefix; this.Namespace = ds.Namespace; @@ -830,6 +848,12 @@ namespace GMW_data { this.tableUDC_obsoleti.InitVars(); } } + this.tableAnagParticolariImballi = ((AnagParticolariImballiDataTable)(base.Tables["AnagParticolariImballi"])); + if ((initTable == true)) { + if ((this.tableAnagParticolariImballi != null)) { + this.tableAnagParticolariImballi.InitVars(); + } + } this.relationFK_AnagImpianti_AnagCompanySito = this.Relations["FK_AnagImpianti_AnagCompanySito"]; this.relationFK_ElencoCartellini_AnagCompanySito = this.Relations["FK_ElencoCartellini_AnagCompanySito"]; this.relationFK_ElencoCartellini_AnagStatiProdotto = this.Relations["FK_ElencoCartellini_AnagStatiProdotto"]; @@ -900,6 +924,8 @@ namespace GMW_data { base.Tables.Add(this.tableUDC_checkDL); this.tableUDC_obsoleti = new UDC_obsoletiDataTable(); base.Tables.Add(this.tableUDC_obsoleti); + this.tableAnagParticolariImballi = new AnagParticolariImballiDataTable(); + base.Tables.Add(this.tableAnagParticolariImballi); this.relationFK_AnagImpianti_AnagCompanySito = new global::System.Data.DataRelation("FK_AnagImpianti_AnagCompanySito", new global::System.Data.DataColumn[] { this.tableAnagCompanySito.CodCSColumn}, new global::System.Data.DataColumn[] { this.tableAnagImpianti.CodCSColumn}, false); @@ -1088,6 +1114,12 @@ namespace GMW_data { return false; } + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + private bool ShouldSerializeAnagParticolariImballi() { + return false; + } + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] private void SchemaChanged(object sender, global::System.ComponentModel.CollectionChangeEventArgs e) { @@ -1224,6 +1256,9 @@ namespace GMW_data { [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public delegate void UDC_obsoletiRowChangeEventHandler(object sender, UDC_obsoletiRowChangeEvent e); + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public delegate void AnagParticolariImballiRowChangeEventHandler(object sender, AnagParticolariImballiRowChangeEvent e); + /// ///Represents the strongly named DataTable class. /// @@ -11934,6 +11969,333 @@ namespace GMW_data { } } + /// + ///Represents the strongly named DataTable class. + /// + [global::System.Serializable()] + [global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")] + public partial class AnagParticolariImballiDataTable : global::System.Data.TypedTableBase { + + private global::System.Data.DataColumn columnCodCS; + + private global::System.Data.DataColumn columnCodStato; + + private global::System.Data.DataColumn columnParticolare; + + private global::System.Data.DataColumn columnCodImballo; + + private global::System.Data.DataColumn columnQtaStd; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public AnagParticolariImballiDataTable() { + this.TableName = "AnagParticolariImballi"; + this.BeginInit(); + this.InitClass(); + this.EndInit(); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + internal AnagParticolariImballiDataTable(global::System.Data.DataTable table) { + this.TableName = table.TableName; + if ((table.CaseSensitive != table.DataSet.CaseSensitive)) { + this.CaseSensitive = table.CaseSensitive; + } + if ((table.Locale.ToString() != table.DataSet.Locale.ToString())) { + this.Locale = table.Locale; + } + if ((table.Namespace != table.DataSet.Namespace)) { + this.Namespace = table.Namespace; + } + this.Prefix = table.Prefix; + this.MinimumCapacity = table.MinimumCapacity; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + protected AnagParticolariImballiDataTable(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) : + base(info, context) { + this.InitVars(); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public global::System.Data.DataColumn CodCSColumn { + get { + return this.columnCodCS; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public global::System.Data.DataColumn CodStatoColumn { + get { + return this.columnCodStato; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public global::System.Data.DataColumn ParticolareColumn { + get { + return this.columnParticolare; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public global::System.Data.DataColumn CodImballoColumn { + get { + return this.columnCodImballo; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public global::System.Data.DataColumn QtaStdColumn { + get { + return this.columnQtaStd; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + [global::System.ComponentModel.Browsable(false)] + public int Count { + get { + return this.Rows.Count; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public AnagParticolariImballiRow this[int index] { + get { + return ((AnagParticolariImballiRow)(this.Rows[index])); + } + } + + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public event AnagParticolariImballiRowChangeEventHandler AnagParticolariImballiRowChanging; + + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public event AnagParticolariImballiRowChangeEventHandler AnagParticolariImballiRowChanged; + + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public event AnagParticolariImballiRowChangeEventHandler AnagParticolariImballiRowDeleting; + + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public event AnagParticolariImballiRowChangeEventHandler AnagParticolariImballiRowDeleted; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void AddAnagParticolariImballiRow(AnagParticolariImballiRow row) { + this.Rows.Add(row); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public AnagParticolariImballiRow AddAnagParticolariImballiRow(string CodCS, string CodStato, string Particolare, string CodImballo, int QtaStd) { + AnagParticolariImballiRow rowAnagParticolariImballiRow = ((AnagParticolariImballiRow)(this.NewRow())); + object[] columnValuesArray = new object[] { + CodCS, + CodStato, + Particolare, + CodImballo, + QtaStd}; + rowAnagParticolariImballiRow.ItemArray = columnValuesArray; + this.Rows.Add(rowAnagParticolariImballiRow); + return rowAnagParticolariImballiRow; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public AnagParticolariImballiRow FindByCodCSCodStatoParticolareCodImballo(string CodCS, string CodStato, string Particolare, string CodImballo) { + return ((AnagParticolariImballiRow)(this.Rows.Find(new object[] { + CodCS, + CodStato, + Particolare, + CodImballo}))); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public override global::System.Data.DataTable Clone() { + AnagParticolariImballiDataTable cln = ((AnagParticolariImballiDataTable)(base.Clone())); + cln.InitVars(); + return cln; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + protected override global::System.Data.DataTable CreateInstance() { + return new AnagParticolariImballiDataTable(); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + internal void InitVars() { + this.columnCodCS = base.Columns["CodCS"]; + this.columnCodStato = base.Columns["CodStato"]; + this.columnParticolare = base.Columns["Particolare"]; + this.columnCodImballo = base.Columns["CodImballo"]; + this.columnQtaStd = base.Columns["QtaStd"]; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + private void InitClass() { + this.columnCodCS = new global::System.Data.DataColumn("CodCS", typeof(string), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnCodCS); + this.columnCodStato = new global::System.Data.DataColumn("CodStato", typeof(string), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnCodStato); + this.columnParticolare = new global::System.Data.DataColumn("Particolare", typeof(string), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnParticolare); + this.columnCodImballo = new global::System.Data.DataColumn("CodImballo", typeof(string), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnCodImballo); + this.columnQtaStd = new global::System.Data.DataColumn("QtaStd", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnQtaStd); + this.Constraints.Add(new global::System.Data.UniqueConstraint("Constraint1", new global::System.Data.DataColumn[] { + this.columnCodCS, + this.columnCodStato, + this.columnParticolare, + this.columnCodImballo}, true)); + this.columnCodCS.AllowDBNull = false; + this.columnCodCS.MaxLength = 2; + this.columnCodStato.AllowDBNull = false; + this.columnCodStato.MaxLength = 50; + this.columnParticolare.AllowDBNull = false; + this.columnParticolare.MaxLength = 15; + this.columnCodImballo.AllowDBNull = false; + this.columnCodImballo.MaxLength = 15; + this.columnQtaStd.AllowDBNull = false; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public AnagParticolariImballiRow NewAnagParticolariImballiRow() { + return ((AnagParticolariImballiRow)(this.NewRow())); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + protected override global::System.Data.DataRow NewRowFromBuilder(global::System.Data.DataRowBuilder builder) { + return new AnagParticolariImballiRow(builder); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + protected override global::System.Type GetRowType() { + return typeof(AnagParticolariImballiRow); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + protected override void OnRowChanged(global::System.Data.DataRowChangeEventArgs e) { + base.OnRowChanged(e); + if ((this.AnagParticolariImballiRowChanged != null)) { + this.AnagParticolariImballiRowChanged(this, new AnagParticolariImballiRowChangeEvent(((AnagParticolariImballiRow)(e.Row)), e.Action)); + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + protected override void OnRowChanging(global::System.Data.DataRowChangeEventArgs e) { + base.OnRowChanging(e); + if ((this.AnagParticolariImballiRowChanging != null)) { + this.AnagParticolariImballiRowChanging(this, new AnagParticolariImballiRowChangeEvent(((AnagParticolariImballiRow)(e.Row)), e.Action)); + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + protected override void OnRowDeleted(global::System.Data.DataRowChangeEventArgs e) { + base.OnRowDeleted(e); + if ((this.AnagParticolariImballiRowDeleted != null)) { + this.AnagParticolariImballiRowDeleted(this, new AnagParticolariImballiRowChangeEvent(((AnagParticolariImballiRow)(e.Row)), e.Action)); + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + protected override void OnRowDeleting(global::System.Data.DataRowChangeEventArgs e) { + base.OnRowDeleting(e); + if ((this.AnagParticolariImballiRowDeleting != null)) { + this.AnagParticolariImballiRowDeleting(this, new AnagParticolariImballiRowChangeEvent(((AnagParticolariImballiRow)(e.Row)), e.Action)); + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public void RemoveAnagParticolariImballiRow(AnagParticolariImballiRow row) { + this.Rows.Remove(row); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public static global::System.Xml.Schema.XmlSchemaComplexType GetTypedTableSchema(global::System.Xml.Schema.XmlSchemaSet xs) { + global::System.Xml.Schema.XmlSchemaComplexType type = new global::System.Xml.Schema.XmlSchemaComplexType(); + global::System.Xml.Schema.XmlSchemaSequence sequence = new global::System.Xml.Schema.XmlSchemaSequence(); + DS_Applicazione ds = new DS_Applicazione(); + global::System.Xml.Schema.XmlSchemaAny any1 = new global::System.Xml.Schema.XmlSchemaAny(); + any1.Namespace = "http://www.w3.org/2001/XMLSchema"; + any1.MinOccurs = new decimal(0); + any1.MaxOccurs = decimal.MaxValue; + any1.ProcessContents = global::System.Xml.Schema.XmlSchemaContentProcessing.Lax; + sequence.Items.Add(any1); + global::System.Xml.Schema.XmlSchemaAny any2 = new global::System.Xml.Schema.XmlSchemaAny(); + any2.Namespace = "urn:schemas-microsoft-com:xml-diffgram-v1"; + any2.MinOccurs = new decimal(1); + any2.ProcessContents = global::System.Xml.Schema.XmlSchemaContentProcessing.Lax; + sequence.Items.Add(any2); + global::System.Xml.Schema.XmlSchemaAttribute attribute1 = new global::System.Xml.Schema.XmlSchemaAttribute(); + attribute1.Name = "namespace"; + attribute1.FixedValue = ds.Namespace; + type.Attributes.Add(attribute1); + global::System.Xml.Schema.XmlSchemaAttribute attribute2 = new global::System.Xml.Schema.XmlSchemaAttribute(); + attribute2.Name = "tableTypeName"; + attribute2.FixedValue = "AnagParticolariImballiDataTable"; + type.Attributes.Add(attribute2); + type.Particle = sequence; + global::System.Xml.Schema.XmlSchema dsSchema = ds.GetSchemaSerializable(); + if (xs.Contains(dsSchema.TargetNamespace)) { + global::System.IO.MemoryStream s1 = new global::System.IO.MemoryStream(); + global::System.IO.MemoryStream s2 = new global::System.IO.MemoryStream(); + try { + global::System.Xml.Schema.XmlSchema schema = null; + dsSchema.Write(s1); + for (global::System.Collections.IEnumerator schemas = xs.Schemas(dsSchema.TargetNamespace).GetEnumerator(); schemas.MoveNext(); ) { + schema = ((global::System.Xml.Schema.XmlSchema)(schemas.Current)); + s2.SetLength(0); + schema.Write(s2); + if ((s1.Length == s2.Length)) { + s1.Position = 0; + s2.Position = 0; + for (; ((s1.Position != s1.Length) + && (s1.ReadByte() == s2.ReadByte())); ) { + ; + } + if ((s1.Position == s1.Length)) { + return type; + } + } + } + } + finally { + if ((s1 != null)) { + s1.Close(); + } + if ((s2 != null)) { + s2.Close(); + } + } + } + xs.Add(dsSchema); + return type; + } + } + /// ///Represents strongly named DataRow class. /// @@ -11967,7 +12329,7 @@ namespace GMW_data { return ((string)(this[this.tableAnagStati.DescrStatoColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'DescrStato\' in table \'AnagStati\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("Il valore della colonna \'DescrStato\' nella tabella \'AnagStati\' è DBNull.", e); } } set { @@ -12021,8 +12383,8 @@ namespace GMW_data { return ((string)(this[this.tableAnagTipoDichiaraz.DescrTipoDichiarazColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'DescrTipoDichiaraz\' in table \'AnagTipoDichiaraz\' is DBNull." + - "", e); + throw new global::System.Data.StrongTypingException("Il valore della colonna \'DescrTipoDichiaraz\' nella tabella \'AnagTipoDichiaraz\' è " + + "DBNull.", e); } } set { @@ -12076,7 +12438,7 @@ namespace GMW_data { return ((string)(this[this.tableAnagStatiProdotto.DescStatoColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'DescStato\' in table \'AnagStatiProdotto\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("Il valore della colonna \'DescStato\' nella tabella \'AnagStatiProdotto\' è DBNull.", e); } } set { @@ -12152,7 +12514,7 @@ namespace GMW_data { return ((global::System.DateTime)(this[this.tableRelazUDC.dataModColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'dataMod\' in table \'RelazUDC\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("Il valore della colonna \'dataMod\' nella tabella \'RelazUDC\' è DBNull.", e); } } set { @@ -12217,7 +12579,7 @@ namespace GMW_data { return ((string)(this[this.tableAnagImpianti.DescImpiantoColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'DescImpianto\' in table \'AnagImpianti\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("Il valore della colonna \'DescImpianto\' nella tabella \'AnagImpianti\' è DBNull.", e); } } set { @@ -12233,7 +12595,7 @@ namespace GMW_data { return ((string)(this[this.tableAnagImpianti.CampionaturaColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'Campionatura\' in table \'AnagImpianti\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("Il valore della colonna \'Campionatura\' nella tabella \'AnagImpianti\' è DBNull.", e); } } set { @@ -12249,7 +12611,7 @@ namespace GMW_data { return ((string)(this[this.tableAnagImpianti.TipoLineaColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'TipoLinea\' in table \'AnagImpianti\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("Il valore della colonna \'TipoLinea\' nella tabella \'AnagImpianti\' è DBNull.", e); } } set { @@ -12338,7 +12700,7 @@ namespace GMW_data { return ((string)(this[this.tableAnagCompanySito.CodCompanyColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'CodCompany\' in table \'AnagCompanySito\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("Il valore della colonna \'CodCompany\' nella tabella \'AnagCompanySito\' è DBNull.", e); } } set { @@ -12354,7 +12716,7 @@ namespace GMW_data { return ((string)(this[this.tableAnagCompanySito.DescCompanyColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'DescCompany\' in table \'AnagCompanySito\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("Il valore della colonna \'DescCompany\' nella tabella \'AnagCompanySito\' è DBNull.", e); } } set { @@ -12370,7 +12732,7 @@ namespace GMW_data { return ((string)(this[this.tableAnagCompanySito.CodSitoColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'CodSito\' in table \'AnagCompanySito\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("Il valore della colonna \'CodSito\' nella tabella \'AnagCompanySito\' è DBNull.", e); } } set { @@ -12386,7 +12748,7 @@ namespace GMW_data { return ((string)(this[this.tableAnagCompanySito.DescSitoColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'DescSito\' in table \'AnagCompanySito\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("Il valore della colonna \'DescSito\' nella tabella \'AnagCompanySito\' è DBNull.", e); } } set { @@ -12520,7 +12882,7 @@ namespace GMW_data { return ((string)(this[this.tableAnagBilance.DescrImpiantoColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'DescrImpianto\' in table \'AnagBilance\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("Il valore della colonna \'DescrImpianto\' nella tabella \'AnagBilance\' è DBNull.", e); } } set { @@ -12536,7 +12898,7 @@ namespace GMW_data { return ((string)(this[this.tableAnagBilance.CodCSColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'CodCS\' in table \'AnagBilance\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("Il valore della colonna \'CodCS\' nella tabella \'AnagBilance\' è DBNull.", e); } } set { @@ -12613,7 +12975,7 @@ namespace GMW_data { return ((string)(this[this.tableElencoCartellini.CodCSColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'CodCS\' in table \'ElencoCartellini\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("Il valore della colonna \'CodCS\' nella tabella \'ElencoCartellini\' è DBNull.", e); } } set { @@ -12629,7 +12991,7 @@ namespace GMW_data { return ((string)(this[this.tableElencoCartellini.CodClienteColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'CodCliente\' in table \'ElencoCartellini\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("Il valore della colonna \'CodCliente\' nella tabella \'ElencoCartellini\' è DBNull.", e); } } set { @@ -12645,7 +13007,7 @@ namespace GMW_data { return ((string)(this[this.tableElencoCartellini.RagSocialeColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'RagSociale\' in table \'ElencoCartellini\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("Il valore della colonna \'RagSociale\' nella tabella \'ElencoCartellini\' è DBNull.", e); } } set { @@ -12661,7 +13023,7 @@ namespace GMW_data { return ((string)(this[this.tableElencoCartellini.ParticolareColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'Particolare\' in table \'ElencoCartellini\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("Il valore della colonna \'Particolare\' nella tabella \'ElencoCartellini\' è DBNull.", e); } } set { @@ -12677,7 +13039,8 @@ namespace GMW_data { return ((string)(this[this.tableElencoCartellini.DescParticolareColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'DescParticolare\' in table \'ElencoCartellini\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("Il valore della colonna \'DescParticolare\' nella tabella \'ElencoCartellini\' è DBNu" + + "ll.", e); } } set { @@ -12693,7 +13056,8 @@ namespace GMW_data { return ((string)(this[this.tableElencoCartellini.DisegnoGrezzoColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'DisegnoGrezzo\' in table \'ElencoCartellini\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("Il valore della colonna \'DisegnoGrezzo\' nella tabella \'ElencoCartellini\' è DBNull" + + ".", e); } } set { @@ -12709,7 +13073,7 @@ namespace GMW_data { return ((string)(this[this.tableElencoCartellini.EsponenteColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'Esponente\' in table \'ElencoCartellini\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("Il valore della colonna \'Esponente\' nella tabella \'ElencoCartellini\' è DBNull.", e); } } set { @@ -12725,7 +13089,7 @@ namespace GMW_data { return ((string)(this[this.tableElencoCartellini.CodImpiantoColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'CodImpianto\' in table \'ElencoCartellini\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("Il valore della colonna \'CodImpianto\' nella tabella \'ElencoCartellini\' è DBNull.", e); } } set { @@ -12741,7 +13105,8 @@ namespace GMW_data { return ((string)(this[this.tableElencoCartellini.DescImpiantoColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'DescImpianto\' in table \'ElencoCartellini\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("Il valore della colonna \'DescImpianto\' nella tabella \'ElencoCartellini\' è DBNull." + + "", e); } } set { @@ -12757,7 +13122,7 @@ namespace GMW_data { return ((string)(this[this.tableElencoCartellini.CodStampoColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'CodStampo\' in table \'ElencoCartellini\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("Il valore della colonna \'CodStampo\' nella tabella \'ElencoCartellini\' è DBNull.", e); } } set { @@ -12773,7 +13138,7 @@ namespace GMW_data { return ((string)(this[this.tableElencoCartellini.FiguraColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'Figura\' in table \'ElencoCartellini\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("Il valore della colonna \'Figura\' nella tabella \'ElencoCartellini\' è DBNull.", e); } } set { @@ -12789,7 +13154,7 @@ namespace GMW_data { return ((global::System.DateTime)(this[this.tableElencoCartellini.DataFusColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'DataFus\' in table \'ElencoCartellini\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("Il valore della colonna \'DataFus\' nella tabella \'ElencoCartellini\' è DBNull.", e); } } set { @@ -12805,7 +13170,7 @@ namespace GMW_data { return ((int)(this[this.tableElencoCartellini.TurnoFusColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'TurnoFus\' in table \'ElencoCartellini\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("Il valore della colonna \'TurnoFus\' nella tabella \'ElencoCartellini\' è DBNull.", e); } } set { @@ -12821,7 +13186,7 @@ namespace GMW_data { return ((string)(this[this.tableElencoCartellini.CodImballoColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'CodImballo\' in table \'ElencoCartellini\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("Il valore della colonna \'CodImballo\' nella tabella \'ElencoCartellini\' è DBNull.", e); } } set { @@ -12853,7 +13218,7 @@ namespace GMW_data { return ((int)(this[this.tableElencoCartellini.NumContColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'NumCont\' in table \'ElencoCartellini\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("Il valore della colonna \'NumCont\' nella tabella \'ElencoCartellini\' è DBNull.", e); } } set { @@ -12869,7 +13234,7 @@ namespace GMW_data { return ((double)(this[this.tableElencoCartellini.TaraColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'Tara\' in table \'ElencoCartellini\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("Il valore della colonna \'Tara\' nella tabella \'ElencoCartellini\' è DBNull.", e); } } set { @@ -12885,7 +13250,7 @@ namespace GMW_data { return ((decimal)(this[this.tableElencoCartellini.QtaColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'Qta\' in table \'ElencoCartellini\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("Il valore della colonna \'Qta\' nella tabella \'ElencoCartellini\' è DBNull.", e); } } set { @@ -12901,7 +13266,7 @@ namespace GMW_data { return ((string)(this[this.tableElencoCartellini.CodStatoColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'CodStato\' in table \'ElencoCartellini\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("Il valore della colonna \'CodStato\' nella tabella \'ElencoCartellini\' è DBNull.", e); } } set { @@ -12917,7 +13282,8 @@ namespace GMW_data { return ((int)(this[this.tableElencoCartellini.IdxPosizioneColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'IdxPosizione\' in table \'ElencoCartellini\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("Il valore della colonna \'IdxPosizione\' nella tabella \'ElencoCartellini\' è DBNull." + + "", e); } } set { @@ -12933,7 +13299,7 @@ namespace GMW_data { return ((double)(this[this.tableElencoCartellini.PesoTotColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'PesoTot\' in table \'ElencoCartellini\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("Il valore della colonna \'PesoTot\' nella tabella \'ElencoCartellini\' è DBNull.", e); } } set { @@ -12949,7 +13315,7 @@ namespace GMW_data { return ((double)(this[this.tableElencoCartellini.PesoCadColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'PesoCad\' in table \'ElencoCartellini\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("Il valore della colonna \'PesoCad\' nella tabella \'ElencoCartellini\' è DBNull.", e); } } set { @@ -12965,7 +13331,7 @@ namespace GMW_data { return ((global::System.DateTime)(this[this.tableElencoCartellini.CreateDateColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'CreateDate\' in table \'ElencoCartellini\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("Il valore della colonna \'CreateDate\' nella tabella \'ElencoCartellini\' è DBNull.", e); } } set { @@ -12981,7 +13347,7 @@ namespace GMW_data { return ((global::System.DateTime)(this[this.tableElencoCartellini.ModDateColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'ModDate\' in table \'ElencoCartellini\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("Il valore della colonna \'ModDate\' nella tabella \'ElencoCartellini\' è DBNull.", e); } } set { @@ -12997,7 +13363,7 @@ namespace GMW_data { return ((string)(this[this.tableElencoCartellini.NoteColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'Note\' in table \'ElencoCartellini\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("Il valore della colonna \'Note\' nella tabella \'ElencoCartellini\' è DBNull.", e); } } set { @@ -13465,7 +13831,7 @@ namespace GMW_data { return ((global::System.DateTime)(this[this.tablev_ArtInProd.DataInizioColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'DataInizio\' in table \'v_ArtInProd\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("Il valore della colonna \'DataInizio\' nella tabella \'v_ArtInProd\' è DBNull.", e); } } set { @@ -13503,7 +13869,7 @@ namespace GMW_data { return ((global::System.DateTime)(this[this.tablev_ArtInProd.FineValiditaColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'FineValidita\' in table \'v_ArtInProd\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("Il valore della colonna \'FineValidita\' nella tabella \'v_ArtInProd\' è DBNull.", e); } } set { @@ -13519,7 +13885,7 @@ namespace GMW_data { return ((decimal)(this[this.tablev_ArtInProd.NumFigureColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'NumFigure\' in table \'v_ArtInProd\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("Il valore della colonna \'NumFigure\' nella tabella \'v_ArtInProd\' è DBNull.", e); } } set { @@ -13535,7 +13901,7 @@ namespace GMW_data { return ((string)(this[this.tablev_ArtInProd.CodClienteColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'CodCliente\' in table \'v_ArtInProd\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("Il valore della colonna \'CodCliente\' nella tabella \'v_ArtInProd\' è DBNull.", e); } } set { @@ -13551,7 +13917,7 @@ namespace GMW_data { return ((string)(this[this.tablev_ArtInProd.RagSocialeColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'RagSociale\' in table \'v_ArtInProd\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("Il valore della colonna \'RagSociale\' nella tabella \'v_ArtInProd\' è DBNull.", e); } } set { @@ -13567,7 +13933,7 @@ namespace GMW_data { return ((string)(this[this.tablev_ArtInProd.CodArticoloColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'CodArticolo\' in table \'v_ArtInProd\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("Il valore della colonna \'CodArticolo\' nella tabella \'v_ArtInProd\' è DBNull.", e); } } set { @@ -13594,7 +13960,7 @@ namespace GMW_data { return ((string)(this[this.tablev_ArtInProd.DescParticolareColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'DescParticolare\' in table \'v_ArtInProd\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("Il valore della colonna \'DescParticolare\' nella tabella \'v_ArtInProd\' è DBNull.", e); } } set { @@ -13610,7 +13976,7 @@ namespace GMW_data { return ((string)(this[this.tablev_ArtInProd.DisegnoGrezzoColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'DisegnoGrezzo\' in table \'v_ArtInProd\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("Il valore della colonna \'DisegnoGrezzo\' nella tabella \'v_ArtInProd\' è DBNull.", e); } } set { @@ -13626,7 +13992,7 @@ namespace GMW_data { return ((string)(this[this.tablev_ArtInProd.CodFamigliaColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'CodFamiglia\' in table \'v_ArtInProd\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("Il valore della colonna \'CodFamiglia\' nella tabella \'v_ArtInProd\' è DBNull.", e); } } set { @@ -13642,7 +14008,7 @@ namespace GMW_data { return ((string)(this[this.tablev_ArtInProd.DescFamigliaColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'DescFamiglia\' in table \'v_ArtInProd\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("Il valore della colonna \'DescFamiglia\' nella tabella \'v_ArtInProd\' è DBNull.", e); } } set { @@ -13658,7 +14024,7 @@ namespace GMW_data { return ((string)(this[this.tablev_ArtInProd.FiguraColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'Figura\' in table \'v_ArtInProd\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("Il valore della colonna \'Figura\' nella tabella \'v_ArtInProd\' è DBNull.", e); } } set { @@ -13674,7 +14040,7 @@ namespace GMW_data { return ((string)(this[this.tablev_ArtInProd.EsponenteColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'Esponente\' in table \'v_ArtInProd\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("Il valore della colonna \'Esponente\' nella tabella \'v_ArtInProd\' è DBNull.", e); } } set { @@ -14058,7 +14424,7 @@ namespace GMW_data { return ((string)(this[this.tableAnagClienti.LinguaColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'Lingua\' in table \'AnagClienti\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("Il valore della colonna \'Lingua\' nella tabella \'AnagClienti\' è DBNull.", e); } } set { @@ -14145,7 +14511,7 @@ namespace GMW_data { return ((string)(this[this.tableAnagParticolari.CodFamigliaColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'CodFamiglia\' in table \'AnagParticolari\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("Il valore della colonna \'CodFamiglia\' nella tabella \'AnagParticolari\' è DBNull.", e); } } set { @@ -14161,7 +14527,8 @@ namespace GMW_data { return ((string)(this[this.tableAnagParticolari.DescParticolareColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'DescParticolare\' in table \'AnagParticolari\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("Il valore della colonna \'DescParticolare\' nella tabella \'AnagParticolari\' è DBNul" + + "l.", e); } } set { @@ -14238,7 +14605,7 @@ namespace GMW_data { return ((string)(this[this.tableAnagFamiglie.DescFamigliaColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'DescFamiglia\' in table \'AnagFamiglie\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("Il valore della colonna \'DescFamiglia\' nella tabella \'AnagFamiglie\' è DBNull.", e); } } set { @@ -14303,7 +14670,7 @@ namespace GMW_data { return ((string)(this[this.tableSoggetti2Utente.DOMINIOColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'DOMINIO\' in table \'Soggetti2Utente\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("Il valore della colonna \'DOMINIO\' nella tabella \'Soggetti2Utente\' è DBNull.", e); } } set { @@ -14357,7 +14724,7 @@ namespace GMW_data { return ((string)(this[this.tablev_specParticolari.CodClienteColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'CodCliente\' in table \'v_specParticolari\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("Il valore della colonna \'CodCliente\' nella tabella \'v_specParticolari\' è DBNull.", e); } } set { @@ -14373,7 +14740,7 @@ namespace GMW_data { return ((string)(this[this.tablev_specParticolari.RagSocialeColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'RagSociale\' in table \'v_specParticolari\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("Il valore della colonna \'RagSociale\' nella tabella \'v_specParticolari\' è DBNull.", e); } } set { @@ -14389,7 +14756,8 @@ namespace GMW_data { return ((string)(this[this.tablev_specParticolari.ParticolareColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'Particolare\' in table \'v_specParticolari\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("Il valore della colonna \'Particolare\' nella tabella \'v_specParticolari\' è DBNull." + + "", e); } } set { @@ -14405,7 +14773,8 @@ namespace GMW_data { return ((string)(this[this.tablev_specParticolari.DescParticolareColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'DescParticolare\' in table \'v_specParticolari\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("Il valore della colonna \'DescParticolare\' nella tabella \'v_specParticolari\' è DBN" + + "ull.", e); } } set { @@ -14421,7 +14790,8 @@ namespace GMW_data { return ((string)(this[this.tablev_specParticolari.DisegnoGrezzoColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'DisegnoGrezzo\' in table \'v_specParticolari\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("Il valore della colonna \'DisegnoGrezzo\' nella tabella \'v_specParticolari\' è DBNul" + + "l.", e); } } set { @@ -14437,7 +14807,7 @@ namespace GMW_data { return ((string)(this[this.tablev_specParticolari.EsponenteColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'Esponente\' in table \'v_specParticolari\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("Il valore della colonna \'Esponente\' nella tabella \'v_specParticolari\' è DBNull.", e); } } set { @@ -14453,7 +14823,7 @@ namespace GMW_data { return ((string)(this[this.tablev_specParticolari.CodStampoColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'CodStampo\' in table \'v_specParticolari\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("Il valore della colonna \'CodStampo\' nella tabella \'v_specParticolari\' è DBNull.", e); } } set { @@ -14469,7 +14839,7 @@ namespace GMW_data { return ((string)(this[this.tablev_specParticolari.FiguraColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'Figura\' in table \'v_specParticolari\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("Il valore della colonna \'Figura\' nella tabella \'v_specParticolari\' è DBNull.", e); } } set { @@ -14607,7 +14977,7 @@ namespace GMW_data { return ((string)(this[this.tableElencoPostazioni.stampanteColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'stampante\' in table \'ElencoPostazioni\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("Il valore della colonna \'stampante\' nella tabella \'ElencoPostazioni\' è DBNull.", e); } } set { @@ -14623,7 +14993,7 @@ namespace GMW_data { return ((string)(this[this.tableElencoPostazioni.noteColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'note\' in table \'ElencoPostazioni\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("Il valore della colonna \'note\' nella tabella \'ElencoPostazioni\' è DBNull.", e); } } set { @@ -14700,7 +15070,8 @@ namespace GMW_data { return ((string)(this[this.tablestp_prtCartLiquidiF10ByUDC.CodCSColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'CodCS\' in table \'stp_prtCartLiquidiF10ByUDC\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("Il valore della colonna \'CodCS\' nella tabella \'stp_prtCartLiquidiF10ByUDC\' è DBNu" + + "ll.", e); } } set { @@ -14716,8 +15087,8 @@ namespace GMW_data { return ((string)(this[this.tablestp_prtCartLiquidiF10ByUDC.codclienteColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'codcliente\' in table \'stp_prtCartLiquidiF10ByUDC\' is DBNull" + - ".", e); + throw new global::System.Data.StrongTypingException("Il valore della colonna \'codcliente\' nella tabella \'stp_prtCartLiquidiF10ByUDC\' è" + + " DBNull.", e); } } set { @@ -14733,8 +15104,8 @@ namespace GMW_data { return ((string)(this[this.tablestp_prtCartLiquidiF10ByUDC.ragsocialeColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'ragsociale\' in table \'stp_prtCartLiquidiF10ByUDC\' is DBNull" + - ".", e); + throw new global::System.Data.StrongTypingException("Il valore della colonna \'ragsociale\' nella tabella \'stp_prtCartLiquidiF10ByUDC\' è" + + " DBNull.", e); } } set { @@ -14750,8 +15121,8 @@ namespace GMW_data { return ((string)(this[this.tablestp_prtCartLiquidiF10ByUDC.particolareColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'particolare\' in table \'stp_prtCartLiquidiF10ByUDC\' is DBNul" + - "l.", e); + throw new global::System.Data.StrongTypingException("Il valore della colonna \'particolare\' nella tabella \'stp_prtCartLiquidiF10ByUDC\' " + + "è DBNull.", e); } } set { @@ -14767,8 +15138,8 @@ namespace GMW_data { return ((string)(this[this.tablestp_prtCartLiquidiF10ByUDC.DescParticolareColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'DescParticolare\' in table \'stp_prtCartLiquidiF10ByUDC\' is D" + - "BNull.", e); + throw new global::System.Data.StrongTypingException("Il valore della colonna \'DescParticolare\' nella tabella \'stp_prtCartLiquidiF10ByU" + + "DC\' è DBNull.", e); } } set { @@ -14784,8 +15155,8 @@ namespace GMW_data { return ((string)(this[this.tablestp_prtCartLiquidiF10ByUDC.DisegnoGrezzoColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'DisegnoGrezzo\' in table \'stp_prtCartLiquidiF10ByUDC\' is DBN" + - "ull.", e); + throw new global::System.Data.StrongTypingException("Il valore della colonna \'DisegnoGrezzo\' nella tabella \'stp_prtCartLiquidiF10ByUDC" + + "\' è DBNull.", e); } } set { @@ -14801,8 +15172,8 @@ namespace GMW_data { return ((string)(this[this.tablestp_prtCartLiquidiF10ByUDC.esponenteColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'esponente\' in table \'stp_prtCartLiquidiF10ByUDC\' is DBNull." + - "", e); + throw new global::System.Data.StrongTypingException("Il valore della colonna \'esponente\' nella tabella \'stp_prtCartLiquidiF10ByUDC\' è " + + "DBNull.", e); } } set { @@ -14818,8 +15189,8 @@ namespace GMW_data { return ((string)(this[this.tablestp_prtCartLiquidiF10ByUDC.CodImpiantoColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'CodImpianto\' in table \'stp_prtCartLiquidiF10ByUDC\' is DBNul" + - "l.", e); + throw new global::System.Data.StrongTypingException("Il valore della colonna \'CodImpianto\' nella tabella \'stp_prtCartLiquidiF10ByUDC\' " + + "è DBNull.", e); } } set { @@ -14835,8 +15206,8 @@ namespace GMW_data { return ((string)(this[this.tablestp_prtCartLiquidiF10ByUDC.DescImpiantoColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'DescImpianto\' in table \'stp_prtCartLiquidiF10ByUDC\' is DBNu" + - "ll.", e); + throw new global::System.Data.StrongTypingException("Il valore della colonna \'DescImpianto\' nella tabella \'stp_prtCartLiquidiF10ByUDC\'" + + " è DBNull.", e); } } set { @@ -14852,8 +15223,8 @@ namespace GMW_data { return ((string)(this[this.tablestp_prtCartLiquidiF10ByUDC.codstampoColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'codstampo\' in table \'stp_prtCartLiquidiF10ByUDC\' is DBNull." + - "", e); + throw new global::System.Data.StrongTypingException("Il valore della colonna \'codstampo\' nella tabella \'stp_prtCartLiquidiF10ByUDC\' è " + + "DBNull.", e); } } set { @@ -14869,7 +15240,8 @@ namespace GMW_data { return ((string)(this[this.tablestp_prtCartLiquidiF10ByUDC.figuraColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'figura\' in table \'stp_prtCartLiquidiF10ByUDC\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("Il valore della colonna \'figura\' nella tabella \'stp_prtCartLiquidiF10ByUDC\' è DBN" + + "ull.", e); } } set { @@ -14885,7 +15257,8 @@ namespace GMW_data { return ((global::System.DateTime)(this[this.tablestp_prtCartLiquidiF10ByUDC.datafusColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'datafus\' in table \'stp_prtCartLiquidiF10ByUDC\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("Il valore della colonna \'datafus\' nella tabella \'stp_prtCartLiquidiF10ByUDC\' è DB" + + "Null.", e); } } set { @@ -14901,7 +15274,8 @@ namespace GMW_data { return ((int)(this[this.tablestp_prtCartLiquidiF10ByUDC.turnofusColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'turnofus\' in table \'stp_prtCartLiquidiF10ByUDC\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("Il valore della colonna \'turnofus\' nella tabella \'stp_prtCartLiquidiF10ByUDC\' è D" + + "BNull.", e); } } set { @@ -14917,8 +15291,8 @@ namespace GMW_data { return ((string)(this[this.tablestp_prtCartLiquidiF10ByUDC.CodImballoColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'CodImballo\' in table \'stp_prtCartLiquidiF10ByUDC\' is DBNull" + - ".", e); + throw new global::System.Data.StrongTypingException("Il valore della colonna \'CodImballo\' nella tabella \'stp_prtCartLiquidiF10ByUDC\' è" + + " DBNull.", e); } } set { @@ -14934,8 +15308,8 @@ namespace GMW_data { return ((string)(this[this.tablestp_prtCartLiquidiF10ByUDC.CodSoggettoColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'CodSoggetto\' in table \'stp_prtCartLiquidiF10ByUDC\' is DBNul" + - "l.", e); + throw new global::System.Data.StrongTypingException("Il valore della colonna \'CodSoggetto\' nella tabella \'stp_prtCartLiquidiF10ByUDC\' " + + "è DBNull.", e); } } set { @@ -14951,7 +15325,8 @@ namespace GMW_data { return ((int)(this[this.tablestp_prtCartLiquidiF10ByUDC.NumContColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'NumCont\' in table \'stp_prtCartLiquidiF10ByUDC\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("Il valore della colonna \'NumCont\' nella tabella \'stp_prtCartLiquidiF10ByUDC\' è DB" + + "Null.", e); } } set { @@ -14967,7 +15342,8 @@ namespace GMW_data { return ((double)(this[this.tablestp_prtCartLiquidiF10ByUDC.taraColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'tara\' in table \'stp_prtCartLiquidiF10ByUDC\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("Il valore della colonna \'tara\' nella tabella \'stp_prtCartLiquidiF10ByUDC\' è DBNul" + + "l.", e); } } set { @@ -14983,7 +15359,8 @@ namespace GMW_data { return ((decimal)(this[this.tablestp_prtCartLiquidiF10ByUDC.qtaColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'qta\' in table \'stp_prtCartLiquidiF10ByUDC\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("Il valore della colonna \'qta\' nella tabella \'stp_prtCartLiquidiF10ByUDC\' è DBNull" + + ".", e); } } set { @@ -14999,7 +15376,8 @@ namespace GMW_data { return ((string)(this[this.tablestp_prtCartLiquidiF10ByUDC.CodStatoColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'CodStato\' in table \'stp_prtCartLiquidiF10ByUDC\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("Il valore della colonna \'CodStato\' nella tabella \'stp_prtCartLiquidiF10ByUDC\' è D" + + "BNull.", e); } } set { @@ -15015,8 +15393,8 @@ namespace GMW_data { return ((int)(this[this.tablestp_prtCartLiquidiF10ByUDC.IdxPosizioneColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'IdxPosizione\' in table \'stp_prtCartLiquidiF10ByUDC\' is DBNu" + - "ll.", e); + throw new global::System.Data.StrongTypingException("Il valore della colonna \'IdxPosizione\' nella tabella \'stp_prtCartLiquidiF10ByUDC\'" + + " è DBNull.", e); } } set { @@ -15032,7 +15410,8 @@ namespace GMW_data { return ((double)(this[this.tablestp_prtCartLiquidiF10ByUDC.PesoTotColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'PesoTot\' in table \'stp_prtCartLiquidiF10ByUDC\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("Il valore della colonna \'PesoTot\' nella tabella \'stp_prtCartLiquidiF10ByUDC\' è DB" + + "Null.", e); } } set { @@ -15048,7 +15427,8 @@ namespace GMW_data { return ((double)(this[this.tablestp_prtCartLiquidiF10ByUDC.PesoCadColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'PesoCad\' in table \'stp_prtCartLiquidiF10ByUDC\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("Il valore della colonna \'PesoCad\' nella tabella \'stp_prtCartLiquidiF10ByUDC\' è DB" + + "Null.", e); } } set { @@ -15064,8 +15444,8 @@ namespace GMW_data { return ((global::System.DateTime)(this[this.tablestp_prtCartLiquidiF10ByUDC.CreateDateColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'CreateDate\' in table \'stp_prtCartLiquidiF10ByUDC\' is DBNull" + - ".", e); + throw new global::System.Data.StrongTypingException("Il valore della colonna \'CreateDate\' nella tabella \'stp_prtCartLiquidiF10ByUDC\' è" + + " DBNull.", e); } } set { @@ -15081,7 +15461,8 @@ namespace GMW_data { return ((global::System.DateTime)(this[this.tablestp_prtCartLiquidiF10ByUDC.ModDateColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'ModDate\' in table \'stp_prtCartLiquidiF10ByUDC\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("Il valore della colonna \'ModDate\' nella tabella \'stp_prtCartLiquidiF10ByUDC\' è DB" + + "Null.", e); } } set { @@ -15097,7 +15478,8 @@ namespace GMW_data { return ((string)(this[this.tablestp_prtCartLiquidiF10ByUDC.cognomeColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'cognome\' in table \'stp_prtCartLiquidiF10ByUDC\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("Il valore della colonna \'cognome\' nella tabella \'stp_prtCartLiquidiF10ByUDC\' è DB" + + "Null.", e); } } set { @@ -15113,7 +15495,8 @@ namespace GMW_data { return ((string)(this[this.tablestp_prtCartLiquidiF10ByUDC.nomeColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'nome\' in table \'stp_prtCartLiquidiF10ByUDC\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("Il valore della colonna \'nome\' nella tabella \'stp_prtCartLiquidiF10ByUDC\' è DBNul" + + "l.", e); } } set { @@ -15129,8 +15512,8 @@ namespace GMW_data { return ((string)(this[this.tablestp_prtCartLiquidiF10ByUDC.DescStatoColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'DescStato\' in table \'stp_prtCartLiquidiF10ByUDC\' is DBNull." + - "", e); + throw new global::System.Data.StrongTypingException("Il valore della colonna \'DescStato\' nella tabella \'stp_prtCartLiquidiF10ByUDC\' è " + + "DBNull.", e); } } set { @@ -15146,8 +15529,8 @@ namespace GMW_data { return ((string)(this[this.tablestp_prtCartLiquidiF10ByUDC.DescImballoColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'DescImballo\' in table \'stp_prtCartLiquidiF10ByUDC\' is DBNul" + - "l.", e); + throw new global::System.Data.StrongTypingException("Il valore della colonna \'DescImballo\' nella tabella \'stp_prtCartLiquidiF10ByUDC\' " + + "è DBNull.", e); } } set { @@ -15163,8 +15546,8 @@ namespace GMW_data { return ((string)(this[this.tablestp_prtCartLiquidiF10ByUDC.CodFamigliaColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'CodFamiglia\' in table \'stp_prtCartLiquidiF10ByUDC\' is DBNul" + - "l.", e); + throw new global::System.Data.StrongTypingException("Il valore della colonna \'CodFamiglia\' nella tabella \'stp_prtCartLiquidiF10ByUDC\' " + + "è DBNull.", e); } } set { @@ -15180,8 +15563,8 @@ namespace GMW_data { return ((string)(this[this.tablestp_prtCartLiquidiF10ByUDC.DescFamigliaColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'DescFamiglia\' in table \'stp_prtCartLiquidiF10ByUDC\' is DBNu" + - "ll.", e); + throw new global::System.Data.StrongTypingException("Il valore della colonna \'DescFamiglia\' nella tabella \'stp_prtCartLiquidiF10ByUDC\'" + + " è DBNull.", e); } } set { @@ -15197,7 +15580,8 @@ namespace GMW_data { return ((string)(this[this.tablestp_prtCartLiquidiF10ByUDC.NoteColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'Note\' in table \'stp_prtCartLiquidiF10ByUDC\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("Il valore della colonna \'Note\' nella tabella \'stp_prtCartLiquidiF10ByUDC\' è DBNul" + + "l.", e); } } set { @@ -15213,8 +15597,8 @@ namespace GMW_data { return ((string)(this[this.tablestp_prtCartLiquidiF10ByUDC.NoteTrattColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'NoteTratt\' in table \'stp_prtCartLiquidiF10ByUDC\' is DBNull." + - "", e); + throw new global::System.Data.StrongTypingException("Il valore della colonna \'NoteTratt\' nella tabella \'stp_prtCartLiquidiF10ByUDC\' è " + + "DBNull.", e); } } set { @@ -15640,7 +16024,8 @@ namespace GMW_data { return ((string)(this[this.tablestp_prtCartLiquidiF18ByUDC.CodCSColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'CodCS\' in table \'stp_prtCartLiquidiF18ByUDC\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("Il valore della colonna \'CodCS\' nella tabella \'stp_prtCartLiquidiF18ByUDC\' è DBNu" + + "ll.", e); } } set { @@ -15656,8 +16041,8 @@ namespace GMW_data { return ((string)(this[this.tablestp_prtCartLiquidiF18ByUDC.codclienteColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'codcliente\' in table \'stp_prtCartLiquidiF18ByUDC\' is DBNull" + - ".", e); + throw new global::System.Data.StrongTypingException("Il valore della colonna \'codcliente\' nella tabella \'stp_prtCartLiquidiF18ByUDC\' è" + + " DBNull.", e); } } set { @@ -15673,8 +16058,8 @@ namespace GMW_data { return ((string)(this[this.tablestp_prtCartLiquidiF18ByUDC.ragsocialeColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'ragsociale\' in table \'stp_prtCartLiquidiF18ByUDC\' is DBNull" + - ".", e); + throw new global::System.Data.StrongTypingException("Il valore della colonna \'ragsociale\' nella tabella \'stp_prtCartLiquidiF18ByUDC\' è" + + " DBNull.", e); } } set { @@ -15690,8 +16075,8 @@ namespace GMW_data { return ((string)(this[this.tablestp_prtCartLiquidiF18ByUDC.particolareColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'particolare\' in table \'stp_prtCartLiquidiF18ByUDC\' is DBNul" + - "l.", e); + throw new global::System.Data.StrongTypingException("Il valore della colonna \'particolare\' nella tabella \'stp_prtCartLiquidiF18ByUDC\' " + + "è DBNull.", e); } } set { @@ -15707,8 +16092,8 @@ namespace GMW_data { return ((string)(this[this.tablestp_prtCartLiquidiF18ByUDC.DescParticolareColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'DescParticolare\' in table \'stp_prtCartLiquidiF18ByUDC\' is D" + - "BNull.", e); + throw new global::System.Data.StrongTypingException("Il valore della colonna \'DescParticolare\' nella tabella \'stp_prtCartLiquidiF18ByU" + + "DC\' è DBNull.", e); } } set { @@ -15724,8 +16109,8 @@ namespace GMW_data { return ((string)(this[this.tablestp_prtCartLiquidiF18ByUDC.DisegnoGrezzoColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'DisegnoGrezzo\' in table \'stp_prtCartLiquidiF18ByUDC\' is DBN" + - "ull.", e); + throw new global::System.Data.StrongTypingException("Il valore della colonna \'DisegnoGrezzo\' nella tabella \'stp_prtCartLiquidiF18ByUDC" + + "\' è DBNull.", e); } } set { @@ -15741,8 +16126,8 @@ namespace GMW_data { return ((string)(this[this.tablestp_prtCartLiquidiF18ByUDC.esponenteColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'esponente\' in table \'stp_prtCartLiquidiF18ByUDC\' is DBNull." + - "", e); + throw new global::System.Data.StrongTypingException("Il valore della colonna \'esponente\' nella tabella \'stp_prtCartLiquidiF18ByUDC\' è " + + "DBNull.", e); } } set { @@ -15758,8 +16143,8 @@ namespace GMW_data { return ((string)(this[this.tablestp_prtCartLiquidiF18ByUDC.CodImpiantoColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'CodImpianto\' in table \'stp_prtCartLiquidiF18ByUDC\' is DBNul" + - "l.", e); + throw new global::System.Data.StrongTypingException("Il valore della colonna \'CodImpianto\' nella tabella \'stp_prtCartLiquidiF18ByUDC\' " + + "è DBNull.", e); } } set { @@ -15775,8 +16160,8 @@ namespace GMW_data { return ((string)(this[this.tablestp_prtCartLiquidiF18ByUDC.DescImpiantoColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'DescImpianto\' in table \'stp_prtCartLiquidiF18ByUDC\' is DBNu" + - "ll.", e); + throw new global::System.Data.StrongTypingException("Il valore della colonna \'DescImpianto\' nella tabella \'stp_prtCartLiquidiF18ByUDC\'" + + " è DBNull.", e); } } set { @@ -15792,8 +16177,8 @@ namespace GMW_data { return ((string)(this[this.tablestp_prtCartLiquidiF18ByUDC.codstampoColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'codstampo\' in table \'stp_prtCartLiquidiF18ByUDC\' is DBNull." + - "", e); + throw new global::System.Data.StrongTypingException("Il valore della colonna \'codstampo\' nella tabella \'stp_prtCartLiquidiF18ByUDC\' è " + + "DBNull.", e); } } set { @@ -15809,7 +16194,8 @@ namespace GMW_data { return ((string)(this[this.tablestp_prtCartLiquidiF18ByUDC.figuraColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'figura\' in table \'stp_prtCartLiquidiF18ByUDC\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("Il valore della colonna \'figura\' nella tabella \'stp_prtCartLiquidiF18ByUDC\' è DBN" + + "ull.", e); } } set { @@ -15825,7 +16211,8 @@ namespace GMW_data { return ((global::System.DateTime)(this[this.tablestp_prtCartLiquidiF18ByUDC.datafusColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'datafus\' in table \'stp_prtCartLiquidiF18ByUDC\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("Il valore della colonna \'datafus\' nella tabella \'stp_prtCartLiquidiF18ByUDC\' è DB" + + "Null.", e); } } set { @@ -15841,7 +16228,8 @@ namespace GMW_data { return ((int)(this[this.tablestp_prtCartLiquidiF18ByUDC.turnofusColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'turnofus\' in table \'stp_prtCartLiquidiF18ByUDC\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("Il valore della colonna \'turnofus\' nella tabella \'stp_prtCartLiquidiF18ByUDC\' è D" + + "BNull.", e); } } set { @@ -15857,8 +16245,8 @@ namespace GMW_data { return ((string)(this[this.tablestp_prtCartLiquidiF18ByUDC.CodImballoColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'CodImballo\' in table \'stp_prtCartLiquidiF18ByUDC\' is DBNull" + - ".", e); + throw new global::System.Data.StrongTypingException("Il valore della colonna \'CodImballo\' nella tabella \'stp_prtCartLiquidiF18ByUDC\' è" + + " DBNull.", e); } } set { @@ -15874,8 +16262,8 @@ namespace GMW_data { return ((string)(this[this.tablestp_prtCartLiquidiF18ByUDC.CodSoggettoColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'CodSoggetto\' in table \'stp_prtCartLiquidiF18ByUDC\' is DBNul" + - "l.", e); + throw new global::System.Data.StrongTypingException("Il valore della colonna \'CodSoggetto\' nella tabella \'stp_prtCartLiquidiF18ByUDC\' " + + "è DBNull.", e); } } set { @@ -15891,7 +16279,8 @@ namespace GMW_data { return ((int)(this[this.tablestp_prtCartLiquidiF18ByUDC.NumContColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'NumCont\' in table \'stp_prtCartLiquidiF18ByUDC\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("Il valore della colonna \'NumCont\' nella tabella \'stp_prtCartLiquidiF18ByUDC\' è DB" + + "Null.", e); } } set { @@ -15907,7 +16296,8 @@ namespace GMW_data { return ((double)(this[this.tablestp_prtCartLiquidiF18ByUDC.taraColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'tara\' in table \'stp_prtCartLiquidiF18ByUDC\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("Il valore della colonna \'tara\' nella tabella \'stp_prtCartLiquidiF18ByUDC\' è DBNul" + + "l.", e); } } set { @@ -15923,7 +16313,8 @@ namespace GMW_data { return ((decimal)(this[this.tablestp_prtCartLiquidiF18ByUDC.qtaColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'qta\' in table \'stp_prtCartLiquidiF18ByUDC\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("Il valore della colonna \'qta\' nella tabella \'stp_prtCartLiquidiF18ByUDC\' è DBNull" + + ".", e); } } set { @@ -15939,7 +16330,8 @@ namespace GMW_data { return ((string)(this[this.tablestp_prtCartLiquidiF18ByUDC.CodStatoColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'CodStato\' in table \'stp_prtCartLiquidiF18ByUDC\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("Il valore della colonna \'CodStato\' nella tabella \'stp_prtCartLiquidiF18ByUDC\' è D" + + "BNull.", e); } } set { @@ -15955,8 +16347,8 @@ namespace GMW_data { return ((int)(this[this.tablestp_prtCartLiquidiF18ByUDC.IdxPosizioneColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'IdxPosizione\' in table \'stp_prtCartLiquidiF18ByUDC\' is DBNu" + - "ll.", e); + throw new global::System.Data.StrongTypingException("Il valore della colonna \'IdxPosizione\' nella tabella \'stp_prtCartLiquidiF18ByUDC\'" + + " è DBNull.", e); } } set { @@ -15972,7 +16364,8 @@ namespace GMW_data { return ((double)(this[this.tablestp_prtCartLiquidiF18ByUDC.PesoTotColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'PesoTot\' in table \'stp_prtCartLiquidiF18ByUDC\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("Il valore della colonna \'PesoTot\' nella tabella \'stp_prtCartLiquidiF18ByUDC\' è DB" + + "Null.", e); } } set { @@ -15988,7 +16381,8 @@ namespace GMW_data { return ((double)(this[this.tablestp_prtCartLiquidiF18ByUDC.PesoCadColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'PesoCad\' in table \'stp_prtCartLiquidiF18ByUDC\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("Il valore della colonna \'PesoCad\' nella tabella \'stp_prtCartLiquidiF18ByUDC\' è DB" + + "Null.", e); } } set { @@ -16004,8 +16398,8 @@ namespace GMW_data { return ((global::System.DateTime)(this[this.tablestp_prtCartLiquidiF18ByUDC.CreateDateColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'CreateDate\' in table \'stp_prtCartLiquidiF18ByUDC\' is DBNull" + - ".", e); + throw new global::System.Data.StrongTypingException("Il valore della colonna \'CreateDate\' nella tabella \'stp_prtCartLiquidiF18ByUDC\' è" + + " DBNull.", e); } } set { @@ -16021,7 +16415,8 @@ namespace GMW_data { return ((global::System.DateTime)(this[this.tablestp_prtCartLiquidiF18ByUDC.ModDateColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'ModDate\' in table \'stp_prtCartLiquidiF18ByUDC\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("Il valore della colonna \'ModDate\' nella tabella \'stp_prtCartLiquidiF18ByUDC\' è DB" + + "Null.", e); } } set { @@ -16037,7 +16432,8 @@ namespace GMW_data { return ((string)(this[this.tablestp_prtCartLiquidiF18ByUDC.cognomeColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'cognome\' in table \'stp_prtCartLiquidiF18ByUDC\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("Il valore della colonna \'cognome\' nella tabella \'stp_prtCartLiquidiF18ByUDC\' è DB" + + "Null.", e); } } set { @@ -16053,7 +16449,8 @@ namespace GMW_data { return ((string)(this[this.tablestp_prtCartLiquidiF18ByUDC.nomeColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'nome\' in table \'stp_prtCartLiquidiF18ByUDC\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("Il valore della colonna \'nome\' nella tabella \'stp_prtCartLiquidiF18ByUDC\' è DBNul" + + "l.", e); } } set { @@ -16069,8 +16466,8 @@ namespace GMW_data { return ((string)(this[this.tablestp_prtCartLiquidiF18ByUDC.DescStatoColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'DescStato\' in table \'stp_prtCartLiquidiF18ByUDC\' is DBNull." + - "", e); + throw new global::System.Data.StrongTypingException("Il valore della colonna \'DescStato\' nella tabella \'stp_prtCartLiquidiF18ByUDC\' è " + + "DBNull.", e); } } set { @@ -16086,8 +16483,8 @@ namespace GMW_data { return ((string)(this[this.tablestp_prtCartLiquidiF18ByUDC.DescImballoColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'DescImballo\' in table \'stp_prtCartLiquidiF18ByUDC\' is DBNul" + - "l.", e); + throw new global::System.Data.StrongTypingException("Il valore della colonna \'DescImballo\' nella tabella \'stp_prtCartLiquidiF18ByUDC\' " + + "è DBNull.", e); } } set { @@ -16103,8 +16500,8 @@ namespace GMW_data { return ((string)(this[this.tablestp_prtCartLiquidiF18ByUDC.CodFamigliaColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'CodFamiglia\' in table \'stp_prtCartLiquidiF18ByUDC\' is DBNul" + - "l.", e); + throw new global::System.Data.StrongTypingException("Il valore della colonna \'CodFamiglia\' nella tabella \'stp_prtCartLiquidiF18ByUDC\' " + + "è DBNull.", e); } } set { @@ -16120,8 +16517,8 @@ namespace GMW_data { return ((string)(this[this.tablestp_prtCartLiquidiF18ByUDC.DescFamigliaColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'DescFamiglia\' in table \'stp_prtCartLiquidiF18ByUDC\' is DBNu" + - "ll.", e); + throw new global::System.Data.StrongTypingException("Il valore della colonna \'DescFamiglia\' nella tabella \'stp_prtCartLiquidiF18ByUDC\'" + + " è DBNull.", e); } } set { @@ -16137,7 +16534,8 @@ namespace GMW_data { return ((string)(this[this.tablestp_prtCartLiquidiF18ByUDC.NoteColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'Note\' in table \'stp_prtCartLiquidiF18ByUDC\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("Il valore della colonna \'Note\' nella tabella \'stp_prtCartLiquidiF18ByUDC\' è DBNul" + + "l.", e); } } set { @@ -16153,8 +16551,8 @@ namespace GMW_data { return ((string)(this[this.tablestp_prtCartLiquidiF18ByUDC.NoteTrattColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'NoteTratt\' in table \'stp_prtCartLiquidiF18ByUDC\' is DBNull." + - "", e); + throw new global::System.Data.StrongTypingException("Il valore della colonna \'NoteTratt\' nella tabella \'stp_prtCartLiquidiF18ByUDC\' è " + + "DBNull.", e); } } set { @@ -16701,7 +17099,7 @@ namespace GMW_data { return ((string)(this[this.tablev_RapQualNote.UDCColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'UDC\' in table \'v_RapQualNote\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("Il valore della colonna \'UDC\' nella tabella \'v_RapQualNote\' è DBNull.", e); } } set { @@ -16717,7 +17115,7 @@ namespace GMW_data { return ((string)(this[this.tablev_RapQualNote.NoteColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'Note\' in table \'v_RapQualNote\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("Il valore della colonna \'Note\' nella tabella \'v_RapQualNote\' è DBNull.", e); } } set { @@ -16816,7 +17214,7 @@ namespace GMW_data { return ((global::System.DateTime)(this[this.tableElencoNC.DataFromColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'DataFrom\' in table \'ElencoNC\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("Il valore della colonna \'DataFrom\' nella tabella \'ElencoNC\' è DBNull.", e); } } set { @@ -16832,7 +17230,7 @@ namespace GMW_data { return ((global::System.DateTime)(this[this.tableElencoNC.DataToColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'DataTo\' in table \'ElencoNC\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("Il valore della colonna \'DataTo\' nella tabella \'ElencoNC\' è DBNull.", e); } } set { @@ -16942,7 +17340,7 @@ namespace GMW_data { return ((string)(this[this.tableUDC_NC.ParticolareColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'Particolare\' in table \'UDC_NC\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("Il valore della colonna \'Particolare\' nella tabella \'UDC_NC\' è DBNull.", e); } } set { @@ -16958,7 +17356,7 @@ namespace GMW_data { return ((string)(this[this.tableUDC_NC.DescParticolareColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'DescParticolare\' in table \'UDC_NC\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("Il valore della colonna \'DescParticolare\' nella tabella \'UDC_NC\' è DBNull.", e); } } set { @@ -16974,7 +17372,7 @@ namespace GMW_data { return ((global::System.DateTime)(this[this.tableUDC_NC.DataFusColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'DataFus\' in table \'UDC_NC\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("Il valore della colonna \'DataFus\' nella tabella \'UDC_NC\' è DBNull.", e); } } set { @@ -16990,7 +17388,7 @@ namespace GMW_data { return ((decimal)(this[this.tableUDC_NC.QtaColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'Qta\' in table \'UDC_NC\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("Il valore della colonna \'Qta\' nella tabella \'UDC_NC\' è DBNull.", e); } } set { @@ -17006,7 +17404,7 @@ namespace GMW_data { return ((string)(this[this.tableUDC_NC.CodStatoColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'CodStato\' in table \'UDC_NC\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("Il valore della colonna \'CodStato\' nella tabella \'UDC_NC\' è DBNull.", e); } } set { @@ -17022,7 +17420,7 @@ namespace GMW_data { return ((string)(this[this.tableUDC_NC.NoteColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'Note\' in table \'UDC_NC\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("Il valore della colonna \'Note\' nella tabella \'UDC_NC\' è DBNull.", e); } } set { @@ -17049,7 +17447,7 @@ namespace GMW_data { return ((string)(this[this.tableUDC_NC.NCColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'NC\' in table \'UDC_NC\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("Il valore della colonna \'NC\' nella tabella \'UDC_NC\' è DBNull.", e); } } set { @@ -17065,7 +17463,7 @@ namespace GMW_data { return ((int)(this[this.tableUDC_NC.IsSelectedColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'IsSelected\' in table \'UDC_NC\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("Il valore della colonna \'IsSelected\' nella tabella \'UDC_NC\' è DBNull.", e); } } set { @@ -17262,7 +17660,7 @@ namespace GMW_data { return ((string)(this[this.tableTrascCodSogg.DescAziendaOpColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'DescAziendaOp\' in table \'TrascCodSogg\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("Il valore della colonna \'DescAziendaOp\' nella tabella \'TrascCodSogg\' è DBNull.", e); } } set { @@ -17278,7 +17676,7 @@ namespace GMW_data { return ((string)(this[this.tableTrascCodSogg.CognomeColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'Cognome\' in table \'TrascCodSogg\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("Il valore della colonna \'Cognome\' nella tabella \'TrascCodSogg\' è DBNull.", e); } } set { @@ -17294,7 +17692,7 @@ namespace GMW_data { return ((string)(this[this.tableTrascCodSogg.NomeColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'Nome\' in table \'TrascCodSogg\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("Il valore della colonna \'Nome\' nella tabella \'TrascCodSogg\' è DBNull.", e); } } set { @@ -17372,7 +17770,7 @@ namespace GMW_data { return ((string)(this[this.tableUDC_DelLogNc.ParticolareColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'Particolare\' in table \'UDC_DelLogNc\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("Il valore della colonna \'Particolare\' nella tabella \'UDC_DelLogNc\' è DBNull.", e); } } set { @@ -17388,7 +17786,7 @@ namespace GMW_data { return ((string)(this[this.tableUDC_DelLogNc.DescParticolareColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'DescParticolare\' in table \'UDC_DelLogNc\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("Il valore della colonna \'DescParticolare\' nella tabella \'UDC_DelLogNc\' è DBNull.", e); } } set { @@ -17404,7 +17802,7 @@ namespace GMW_data { return ((global::System.DateTime)(this[this.tableUDC_DelLogNc.DataFusColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'DataFus\' in table \'UDC_DelLogNc\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("Il valore della colonna \'DataFus\' nella tabella \'UDC_DelLogNc\' è DBNull.", e); } } set { @@ -17420,7 +17818,7 @@ namespace GMW_data { return ((decimal)(this[this.tableUDC_DelLogNc.QtaColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'Qta\' in table \'UDC_DelLogNc\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("Il valore della colonna \'Qta\' nella tabella \'UDC_DelLogNc\' è DBNull.", e); } } set { @@ -17436,7 +17834,7 @@ namespace GMW_data { return ((string)(this[this.tableUDC_DelLogNc.CodStatoColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'CodStato\' in table \'UDC_DelLogNc\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("Il valore della colonna \'CodStato\' nella tabella \'UDC_DelLogNc\' è DBNull.", e); } } set { @@ -17452,7 +17850,7 @@ namespace GMW_data { return ((string)(this[this.tableUDC_DelLogNc.NoteColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'Note\' in table \'UDC_DelLogNc\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("Il valore della colonna \'Note\' nella tabella \'UDC_DelLogNc\' è DBNull.", e); } } set { @@ -17479,7 +17877,7 @@ namespace GMW_data { return ((string)(this[this.tableUDC_DelLogNc.NCColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'NC\' in table \'UDC_DelLogNc\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("Il valore della colonna \'NC\' nella tabella \'UDC_DelLogNc\' è DBNull.", e); } } set { @@ -17495,7 +17893,7 @@ namespace GMW_data { return ((int)(this[this.tableUDC_DelLogNc.IsSelectedColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'IsSelected\' in table \'UDC_DelLogNc\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("Il valore della colonna \'IsSelected\' nella tabella \'UDC_DelLogNc\' è DBNull.", e); } } set { @@ -17511,7 +17909,7 @@ namespace GMW_data { return ((bool)(this[this.tableUDC_DelLogNc.OkDelColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'OkDel\' in table \'UDC_DelLogNc\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("Il valore della colonna \'OkDel\' nella tabella \'UDC_DelLogNc\' è DBNull.", e); } } set { @@ -17527,7 +17925,7 @@ namespace GMW_data { return ((bool)(this[this.tableUDC_DelLogNc.OkNCColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'OkNC\' in table \'UDC_DelLogNc\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("Il valore della colonna \'OkNC\' nella tabella \'UDC_DelLogNc\' è DBNull.", e); } } set { @@ -17689,7 +18087,7 @@ namespace GMW_data { return ((string)(this[this.tableUDC_checkDL.ParticolareColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'Particolare\' in table \'UDC_checkDL\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("Il valore della colonna \'Particolare\' nella tabella \'UDC_checkDL\' è DBNull.", e); } } set { @@ -17705,7 +18103,7 @@ namespace GMW_data { return ((string)(this[this.tableUDC_checkDL.DescParticolareColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'DescParticolare\' in table \'UDC_checkDL\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("Il valore della colonna \'DescParticolare\' nella tabella \'UDC_checkDL\' è DBNull.", e); } } set { @@ -17721,7 +18119,7 @@ namespace GMW_data { return ((global::System.DateTime)(this[this.tableUDC_checkDL.DataFusColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'DataFus\' in table \'UDC_checkDL\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("Il valore della colonna \'DataFus\' nella tabella \'UDC_checkDL\' è DBNull.", e); } } set { @@ -17737,7 +18135,7 @@ namespace GMW_data { return ((decimal)(this[this.tableUDC_checkDL.QtaColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'Qta\' in table \'UDC_checkDL\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("Il valore della colonna \'Qta\' nella tabella \'UDC_checkDL\' è DBNull.", e); } } set { @@ -17753,7 +18151,7 @@ namespace GMW_data { return ((string)(this[this.tableUDC_checkDL.CodStatoColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'CodStato\' in table \'UDC_checkDL\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("Il valore della colonna \'CodStato\' nella tabella \'UDC_checkDL\' è DBNull.", e); } } set { @@ -17769,7 +18167,7 @@ namespace GMW_data { return ((string)(this[this.tableUDC_checkDL.NoteColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'Note\' in table \'UDC_checkDL\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("Il valore della colonna \'Note\' nella tabella \'UDC_checkDL\' è DBNull.", e); } } set { @@ -17796,7 +18194,7 @@ namespace GMW_data { return ((string)(this[this.tableUDC_checkDL.NCColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'NC\' in table \'UDC_checkDL\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("Il valore della colonna \'NC\' nella tabella \'UDC_checkDL\' è DBNull.", e); } } set { @@ -17812,7 +18210,7 @@ namespace GMW_data { return ((int)(this[this.tableUDC_checkDL.IsSelectedColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'IsSelected\' in table \'UDC_checkDL\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("Il valore della colonna \'IsSelected\' nella tabella \'UDC_checkDL\' è DBNull.", e); } } set { @@ -17828,7 +18226,7 @@ namespace GMW_data { return ((global::System.DateTime)(this[this.tableUDC_checkDL.DateAttrColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'DateAttr\' in table \'UDC_checkDL\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("Il valore della colonna \'DateAttr\' nella tabella \'UDC_checkDL\' è DBNull.", e); } } set { @@ -17844,7 +18242,7 @@ namespace GMW_data { return ((string)(this[this.tableUDC_checkDL.CodSoggettoColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'CodSoggetto\' in table \'UDC_checkDL\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("Il valore della colonna \'CodSoggetto\' nella tabella \'UDC_checkDL\' è DBNull.", e); } } set { @@ -17860,7 +18258,7 @@ namespace GMW_data { return ((bool)(this[this.tableUDC_checkDL.OkDelColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'OkDel\' in table \'UDC_checkDL\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("Il valore della colonna \'OkDel\' nella tabella \'UDC_checkDL\' è DBNull.", e); } } set { @@ -17876,7 +18274,7 @@ namespace GMW_data { return ((bool)(this[this.tableUDC_checkDL.OkCLColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'OkCL\' in table \'UDC_checkDL\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("Il valore della colonna \'OkCL\' nella tabella \'UDC_checkDL\' è DBNull.", e); } } set { @@ -18062,7 +18460,7 @@ namespace GMW_data { return ((string)(this[this.tableUDC_obsoleti.RagsocialeColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'Ragsociale\' in table \'UDC_obsoleti\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("Il valore della colonna \'Ragsociale\' nella tabella \'UDC_obsoleti\' è DBNull.", e); } } set { @@ -18078,7 +18476,7 @@ namespace GMW_data { return ((string)(this[this.tableUDC_obsoleti.ParticolareColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'Particolare\' in table \'UDC_obsoleti\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("Il valore della colonna \'Particolare\' nella tabella \'UDC_obsoleti\' è DBNull.", e); } } set { @@ -18094,7 +18492,7 @@ namespace GMW_data { return ((string)(this[this.tableUDC_obsoleti.DescparticolareColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'Descparticolare\' in table \'UDC_obsoleti\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("Il valore della colonna \'Descparticolare\' nella tabella \'UDC_obsoleti\' è DBNull.", e); } } set { @@ -18110,7 +18508,7 @@ namespace GMW_data { return ((string)(this[this.tableUDC_obsoleti.DisegnogrezzoColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'Disegnogrezzo\' in table \'UDC_obsoleti\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("Il valore della colonna \'Disegnogrezzo\' nella tabella \'UDC_obsoleti\' è DBNull.", e); } } set { @@ -18126,7 +18524,7 @@ namespace GMW_data { return ((string)(this[this.tableUDC_obsoleti.EsponenteColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'Esponente\' in table \'UDC_obsoleti\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("Il valore della colonna \'Esponente\' nella tabella \'UDC_obsoleti\' è DBNull.", e); } } set { @@ -18142,7 +18540,7 @@ namespace GMW_data { return ((string)(this[this.tableUDC_obsoleti.DescimpiantoColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'Descimpianto\' in table \'UDC_obsoleti\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("Il valore della colonna \'Descimpianto\' nella tabella \'UDC_obsoleti\' è DBNull.", e); } } set { @@ -18158,7 +18556,7 @@ namespace GMW_data { return ((global::System.DateTime)(this[this.tableUDC_obsoleti.DatafusColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'Datafus\' in table \'UDC_obsoleti\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("Il valore della colonna \'Datafus\' nella tabella \'UDC_obsoleti\' è DBNull.", e); } } set { @@ -18174,7 +18572,7 @@ namespace GMW_data { return ((int)(this[this.tableUDC_obsoleti.TurnofusColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'Turnofus\' in table \'UDC_obsoleti\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("Il valore della colonna \'Turnofus\' nella tabella \'UDC_obsoleti\' è DBNull.", e); } } set { @@ -18190,7 +18588,7 @@ namespace GMW_data { return ((string)(this[this.tableUDC_obsoleti.CodImballoColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'CodImballo\' in table \'UDC_obsoleti\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("Il valore della colonna \'CodImballo\' nella tabella \'UDC_obsoleti\' è DBNull.", e); } } set { @@ -18206,7 +18604,7 @@ namespace GMW_data { return ((decimal)(this[this.tableUDC_obsoleti.QtaColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'Qta\' in table \'UDC_obsoleti\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("Il valore della colonna \'Qta\' nella tabella \'UDC_obsoleti\' è DBNull.", e); } } set { @@ -18222,7 +18620,7 @@ namespace GMW_data { return ((string)(this[this.tableUDC_obsoleti.DescstatoColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'Descstato\' in table \'UDC_obsoleti\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("Il valore della colonna \'Descstato\' nella tabella \'UDC_obsoleti\' è DBNull.", e); } } set { @@ -18238,7 +18636,7 @@ namespace GMW_data { return ((global::System.DateTime)(this[this.tableUDC_obsoleti.ModDateColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'ModDate\' in table \'UDC_obsoleti\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("Il valore della colonna \'ModDate\' nella tabella \'UDC_obsoleti\' è DBNull.", e); } } set { @@ -18254,7 +18652,7 @@ namespace GMW_data { return ((string)(this[this.tableUDC_obsoleti.CodmagColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'Codmag\' in table \'UDC_obsoleti\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("Il valore della colonna \'Codmag\' nella tabella \'UDC_obsoleti\' è DBNull.", e); } } set { @@ -18270,7 +18668,7 @@ namespace GMW_data { return ((string)(this[this.tableUDC_obsoleti.CodbloccoColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'Codblocco\' in table \'UDC_obsoleti\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("Il valore della colonna \'Codblocco\' nella tabella \'UDC_obsoleti\' è DBNull.", e); } } set { @@ -18286,7 +18684,7 @@ namespace GMW_data { return ((string)(this[this.tableUDC_obsoleti.CodcellaColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'Codcella\' in table \'UDC_obsoleti\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("Il valore della colonna \'Codcella\' nella tabella \'UDC_obsoleti\' è DBNull.", e); } } set { @@ -18302,7 +18700,7 @@ namespace GMW_data { return ((int)(this[this.tableUDC_obsoleti.IdxcellaColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'Idxcella\' in table \'UDC_obsoleti\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("Il valore della colonna \'Idxcella\' nella tabella \'UDC_obsoleti\' è DBNull.", e); } } set { @@ -18318,7 +18716,7 @@ namespace GMW_data { return ((int)(this[this.tableUDC_obsoleti.XColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'X\' in table \'UDC_obsoleti\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("Il valore della colonna \'X\' nella tabella \'UDC_obsoleti\' è DBNull.", e); } } set { @@ -18334,7 +18732,7 @@ namespace GMW_data { return ((int)(this[this.tableUDC_obsoleti.YColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'Y\' in table \'UDC_obsoleti\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("Il valore della colonna \'Y\' nella tabella \'UDC_obsoleti\' è DBNull.", e); } } set { @@ -18350,7 +18748,7 @@ namespace GMW_data { return ((int)(this[this.tableUDC_obsoleti.ZColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'Z\' in table \'UDC_obsoleti\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("Il valore della colonna \'Z\' nella tabella \'UDC_obsoleti\' è DBNull.", e); } } set { @@ -18366,7 +18764,7 @@ namespace GMW_data { return ((int)(this[this.tableUDC_obsoleti.IdxPosizioneColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'IdxPosizione\' in table \'UDC_obsoleti\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("Il valore della colonna \'IdxPosizione\' nella tabella \'UDC_obsoleti\' è DBNull.", e); } } set { @@ -18382,7 +18780,7 @@ namespace GMW_data { return ((string)(this[this.tableUDC_obsoleti.NoteColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'Note\' in table \'UDC_obsoleti\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("Il valore della colonna \'Note\' nella tabella \'UDC_obsoleti\' è DBNull.", e); } } set { @@ -18398,7 +18796,7 @@ namespace GMW_data { return ((global::System.DateTime)(this[this.tableUDC_obsoleti.LastmovColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("The value for column \'Lastmov\' in table \'UDC_obsoleti\' is DBNull.", e); + throw new global::System.Data.StrongTypingException("Il valore della colonna \'Lastmov\' nella tabella \'UDC_obsoleti\' è DBNull.", e); } } set { @@ -18671,6 +19069,76 @@ namespace GMW_data { } } + /// + ///Represents strongly named DataRow class. + /// + public partial class AnagParticolariImballiRow : global::System.Data.DataRow { + + private AnagParticolariImballiDataTable tableAnagParticolariImballi; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + internal AnagParticolariImballiRow(global::System.Data.DataRowBuilder rb) : + base(rb) { + this.tableAnagParticolariImballi = ((AnagParticolariImballiDataTable)(this.Table)); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public string CodCS { + get { + return ((string)(this[this.tableAnagParticolariImballi.CodCSColumn])); + } + set { + this[this.tableAnagParticolariImballi.CodCSColumn] = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public string CodStato { + get { + return ((string)(this[this.tableAnagParticolariImballi.CodStatoColumn])); + } + set { + this[this.tableAnagParticolariImballi.CodStatoColumn] = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public string Particolare { + get { + return ((string)(this[this.tableAnagParticolariImballi.ParticolareColumn])); + } + set { + this[this.tableAnagParticolariImballi.ParticolareColumn] = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public string CodImballo { + get { + return ((string)(this[this.tableAnagParticolariImballi.CodImballoColumn])); + } + set { + this[this.tableAnagParticolariImballi.CodImballoColumn] = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public int QtaStd { + get { + return ((int)(this[this.tableAnagParticolariImballi.QtaStdColumn])); + } + set { + this[this.tableAnagParticolariImballi.QtaStdColumn] = value; + } + } + } + /// ///Row event argument class /// @@ -19588,6 +20056,40 @@ namespace GMW_data { } } } + + /// + ///Row event argument class + /// + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public class AnagParticolariImballiRowChangeEvent : global::System.EventArgs { + + private AnagParticolariImballiRow eventRow; + + private global::System.Data.DataRowAction eventAction; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public AnagParticolariImballiRowChangeEvent(AnagParticolariImballiRow row, global::System.Data.DataRowAction action) { + this.eventRow = row; + this.eventAction = action; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public AnagParticolariImballiRow Row { + get { + return this.eventRow; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public global::System.Data.DataRowAction Action { + get { + return this.eventAction; + } + } + } } } namespace GMW_data.DS_ApplicazioneTableAdapters { @@ -32242,6 +32744,414 @@ SELECT IdxNC, CodNC, DescrNC, TipoCart, DataFrom, DataTo, Particolare, SearchNot } } + /// + ///Represents the connection and commands used to retrieve and save data. + /// + [global::System.ComponentModel.DesignerCategoryAttribute("code")] + [global::System.ComponentModel.ToolboxItem(true)] + [global::System.ComponentModel.DataObjectAttribute(true)] + [global::System.ComponentModel.DesignerAttribute("Microsoft.VSDesigner.DataSource.Design.TableAdapterDesigner, Microsoft.VSDesigner" + + ", Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")] + [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] + public partial class AnagParticolariImballiTableAdapter : global::System.ComponentModel.Component { + + private global::System.Data.SqlClient.SqlDataAdapter _adapter; + + private global::System.Data.SqlClient.SqlConnection _connection; + + private global::System.Data.SqlClient.SqlTransaction _transaction; + + private global::System.Data.SqlClient.SqlCommand[] _commandCollection; + + private bool _clearBeforeFill; + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public AnagParticolariImballiTableAdapter() { + this.ClearBeforeFill = true; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + protected internal global::System.Data.SqlClient.SqlDataAdapter Adapter { + get { + if ((this._adapter == null)) { + this.InitAdapter(); + } + return this._adapter; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + internal global::System.Data.SqlClient.SqlConnection Connection { + get { + if ((this._connection == null)) { + this.InitConnection(); + } + return this._connection; + } + set { + this._connection = value; + if ((this.Adapter.InsertCommand != null)) { + this.Adapter.InsertCommand.Connection = value; + } + if ((this.Adapter.DeleteCommand != null)) { + this.Adapter.DeleteCommand.Connection = value; + } + if ((this.Adapter.UpdateCommand != null)) { + this.Adapter.UpdateCommand.Connection = value; + } + for (int i = 0; (i < this.CommandCollection.Length); i = (i + 1)) { + if ((this.CommandCollection[i] != null)) { + ((global::System.Data.SqlClient.SqlCommand)(this.CommandCollection[i])).Connection = value; + } + } + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + internal global::System.Data.SqlClient.SqlTransaction Transaction { + get { + return this._transaction; + } + set { + this._transaction = value; + for (int i = 0; (i < this.CommandCollection.Length); i = (i + 1)) { + this.CommandCollection[i].Transaction = this._transaction; + } + if (((this.Adapter != null) + && (this.Adapter.DeleteCommand != null))) { + this.Adapter.DeleteCommand.Transaction = this._transaction; + } + if (((this.Adapter != null) + && (this.Adapter.InsertCommand != null))) { + this.Adapter.InsertCommand.Transaction = this._transaction; + } + if (((this.Adapter != null) + && (this.Adapter.UpdateCommand != null))) { + this.Adapter.UpdateCommand.Transaction = this._transaction; + } + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + protected global::System.Data.SqlClient.SqlCommand[] CommandCollection { + get { + if ((this._commandCollection == null)) { + this.InitCommandCollection(); + } + return this._commandCollection; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + public bool ClearBeforeFill { + get { + return this._clearBeforeFill; + } + set { + this._clearBeforeFill = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + private void InitAdapter() { + this._adapter = new global::System.Data.SqlClient.SqlDataAdapter(); + global::System.Data.Common.DataTableMapping tableMapping = new global::System.Data.Common.DataTableMapping(); + tableMapping.SourceTable = "Table"; + tableMapping.DataSetTable = "AnagParticolariImballi"; + tableMapping.ColumnMappings.Add("CodCS", "CodCS"); + tableMapping.ColumnMappings.Add("CodStato", "CodStato"); + tableMapping.ColumnMappings.Add("Particolare", "Particolare"); + tableMapping.ColumnMappings.Add("CodImballo", "CodImballo"); + tableMapping.ColumnMappings.Add("QtaStd", "QtaStd"); + this._adapter.TableMappings.Add(tableMapping); + this._adapter.DeleteCommand = new global::System.Data.SqlClient.SqlCommand(); + this._adapter.DeleteCommand.Connection = this.Connection; + this._adapter.DeleteCommand.CommandText = "DELETE FROM [dbo].[AnagParticolariImballi] WHERE (([CodCS] = @Original_CodCS) AND" + + " ([CodStato] = @Original_CodStato) AND ([Particolare] = @Original_Particolare) A" + + "ND ([CodImballo] = @Original_CodImballo) AND ([QtaStd] = @Original_QtaStd))"; + this._adapter.DeleteCommand.CommandType = global::System.Data.CommandType.Text; + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_CodCS", global::System.Data.SqlDbType.NChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "CodCS", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_CodStato", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "CodStato", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Particolare", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Particolare", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_CodImballo", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "CodImballo", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.DeleteCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_QtaStd", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "QtaStd", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.InsertCommand = new global::System.Data.SqlClient.SqlCommand(); + this._adapter.InsertCommand.Connection = this.Connection; + this._adapter.InsertCommand.CommandText = @"INSERT INTO [dbo].[AnagParticolariImballi] ([CodCS], [CodStato], [Particolare], [CodImballo], [QtaStd]) VALUES (@CodCS, @CodStato, @Particolare, @CodImballo, @QtaStd); +SELECT CodCS, CodStato, Particolare, CodImballo, QtaStd FROM AnagParticolariImballi WHERE (CodCS = @CodCS) AND (CodImballo = @CodImballo) AND (CodStato = @CodStato) AND (Particolare = @Particolare)"; + this._adapter.InsertCommand.CommandType = global::System.Data.CommandType.Text; + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@CodCS", global::System.Data.SqlDbType.NChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "CodCS", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@CodStato", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "CodStato", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Particolare", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Particolare", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@CodImballo", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "CodImballo", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@QtaStd", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "QtaStd", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand = new global::System.Data.SqlClient.SqlCommand(); + this._adapter.UpdateCommand.Connection = this.Connection; + this._adapter.UpdateCommand.CommandText = @"UPDATE [dbo].[AnagParticolariImballi] SET [CodCS] = @CodCS, [CodStato] = @CodStato, [Particolare] = @Particolare, [CodImballo] = @CodImballo, [QtaStd] = @QtaStd WHERE (([CodCS] = @Original_CodCS) AND ([CodStato] = @Original_CodStato) AND ([Particolare] = @Original_Particolare) AND ([CodImballo] = @Original_CodImballo) AND ([QtaStd] = @Original_QtaStd)); +SELECT CodCS, CodStato, Particolare, CodImballo, QtaStd FROM AnagParticolariImballi WHERE (CodCS = @CodCS) AND (CodImballo = @CodImballo) AND (CodStato = @CodStato) AND (Particolare = @Particolare)"; + this._adapter.UpdateCommand.CommandType = global::System.Data.CommandType.Text; + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@CodCS", global::System.Data.SqlDbType.NChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "CodCS", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@CodStato", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "CodStato", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Particolare", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Particolare", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@CodImballo", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "CodImballo", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@QtaStd", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "QtaStd", global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_CodCS", global::System.Data.SqlDbType.NChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "CodCS", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_CodStato", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "CodStato", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_Particolare", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "Particolare", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_CodImballo", global::System.Data.SqlDbType.NVarChar, 0, global::System.Data.ParameterDirection.Input, 0, 0, "CodImballo", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_QtaStd", global::System.Data.SqlDbType.Int, 0, global::System.Data.ParameterDirection.Input, 0, 0, "QtaStd", global::System.Data.DataRowVersion.Original, false, null, "", "", "")); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + private void InitConnection() { + this._connection = new global::System.Data.SqlClient.SqlConnection(); + this._connection.ConnectionString = global::GMW_data.Properties.Settings.Default.GMWConnectionString; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + private void InitCommandCollection() { + this._commandCollection = new global::System.Data.SqlClient.SqlCommand[1]; + this._commandCollection[0] = new global::System.Data.SqlClient.SqlCommand(); + this._commandCollection[0].Connection = this.Connection; + this._commandCollection[0].CommandText = "SELECT CodCS, CodStato, Particolare, CodImballo, QtaStd FROM dbo.AnagParticolariI" + + "mballi"; + this._commandCollection[0].CommandType = global::System.Data.CommandType.Text; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] + [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Fill, true)] + public virtual int Fill(DS_Applicazione.AnagParticolariImballiDataTable dataTable) { + this.Adapter.SelectCommand = this.CommandCollection[0]; + if ((this.ClearBeforeFill == true)) { + dataTable.Clear(); + } + int returnValue = this.Adapter.Fill(dataTable); + return returnValue; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] + [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Select, true)] + public virtual DS_Applicazione.AnagParticolariImballiDataTable GetData() { + this.Adapter.SelectCommand = this.CommandCollection[0]; + DS_Applicazione.AnagParticolariImballiDataTable dataTable = new DS_Applicazione.AnagParticolariImballiDataTable(); + this.Adapter.Fill(dataTable); + return dataTable; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] + public virtual int Update(DS_Applicazione.AnagParticolariImballiDataTable dataTable) { + return this.Adapter.Update(dataTable); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] + public virtual int Update(DS_Applicazione dataSet) { + return this.Adapter.Update(dataSet, "AnagParticolariImballi"); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] + public virtual int Update(global::System.Data.DataRow dataRow) { + return this.Adapter.Update(new global::System.Data.DataRow[] { + dataRow}); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] + public virtual int Update(global::System.Data.DataRow[] dataRows) { + return this.Adapter.Update(dataRows); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] + [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Delete, true)] + public virtual int Delete(string Original_CodCS, string Original_CodStato, string Original_Particolare, string Original_CodImballo, int Original_QtaStd) { + if ((Original_CodCS == null)) { + throw new global::System.ArgumentNullException("Original_CodCS"); + } + else { + this.Adapter.DeleteCommand.Parameters[0].Value = ((string)(Original_CodCS)); + } + if ((Original_CodStato == null)) { + throw new global::System.ArgumentNullException("Original_CodStato"); + } + else { + this.Adapter.DeleteCommand.Parameters[1].Value = ((string)(Original_CodStato)); + } + if ((Original_Particolare == null)) { + throw new global::System.ArgumentNullException("Original_Particolare"); + } + else { + this.Adapter.DeleteCommand.Parameters[2].Value = ((string)(Original_Particolare)); + } + if ((Original_CodImballo == null)) { + throw new global::System.ArgumentNullException("Original_CodImballo"); + } + else { + this.Adapter.DeleteCommand.Parameters[3].Value = ((string)(Original_CodImballo)); + } + this.Adapter.DeleteCommand.Parameters[4].Value = ((int)(Original_QtaStd)); + global::System.Data.ConnectionState previousConnectionState = this.Adapter.DeleteCommand.Connection.State; + if (((this.Adapter.DeleteCommand.Connection.State & global::System.Data.ConnectionState.Open) + != global::System.Data.ConnectionState.Open)) { + this.Adapter.DeleteCommand.Connection.Open(); + } + try { + int returnValue = this.Adapter.DeleteCommand.ExecuteNonQuery(); + return returnValue; + } + finally { + if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) { + this.Adapter.DeleteCommand.Connection.Close(); + } + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] + [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Insert, true)] + public virtual int Insert(string CodCS, string CodStato, string Particolare, string CodImballo, int QtaStd) { + if ((CodCS == null)) { + throw new global::System.ArgumentNullException("CodCS"); + } + else { + this.Adapter.InsertCommand.Parameters[0].Value = ((string)(CodCS)); + } + if ((CodStato == null)) { + throw new global::System.ArgumentNullException("CodStato"); + } + else { + this.Adapter.InsertCommand.Parameters[1].Value = ((string)(CodStato)); + } + if ((Particolare == null)) { + throw new global::System.ArgumentNullException("Particolare"); + } + else { + this.Adapter.InsertCommand.Parameters[2].Value = ((string)(Particolare)); + } + if ((CodImballo == null)) { + throw new global::System.ArgumentNullException("CodImballo"); + } + else { + this.Adapter.InsertCommand.Parameters[3].Value = ((string)(CodImballo)); + } + this.Adapter.InsertCommand.Parameters[4].Value = ((int)(QtaStd)); + global::System.Data.ConnectionState previousConnectionState = this.Adapter.InsertCommand.Connection.State; + if (((this.Adapter.InsertCommand.Connection.State & global::System.Data.ConnectionState.Open) + != global::System.Data.ConnectionState.Open)) { + this.Adapter.InsertCommand.Connection.Open(); + } + try { + int returnValue = this.Adapter.InsertCommand.ExecuteNonQuery(); + return returnValue; + } + finally { + if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) { + this.Adapter.InsertCommand.Connection.Close(); + } + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] + [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Update, true)] + public virtual int Update(string CodCS, string CodStato, string Particolare, string CodImballo, int QtaStd, string Original_CodCS, string Original_CodStato, string Original_Particolare, string Original_CodImballo, int Original_QtaStd) { + if ((CodCS == null)) { + throw new global::System.ArgumentNullException("CodCS"); + } + else { + this.Adapter.UpdateCommand.Parameters[0].Value = ((string)(CodCS)); + } + if ((CodStato == null)) { + throw new global::System.ArgumentNullException("CodStato"); + } + else { + this.Adapter.UpdateCommand.Parameters[1].Value = ((string)(CodStato)); + } + if ((Particolare == null)) { + throw new global::System.ArgumentNullException("Particolare"); + } + else { + this.Adapter.UpdateCommand.Parameters[2].Value = ((string)(Particolare)); + } + if ((CodImballo == null)) { + throw new global::System.ArgumentNullException("CodImballo"); + } + else { + this.Adapter.UpdateCommand.Parameters[3].Value = ((string)(CodImballo)); + } + this.Adapter.UpdateCommand.Parameters[4].Value = ((int)(QtaStd)); + if ((Original_CodCS == null)) { + throw new global::System.ArgumentNullException("Original_CodCS"); + } + else { + this.Adapter.UpdateCommand.Parameters[5].Value = ((string)(Original_CodCS)); + } + if ((Original_CodStato == null)) { + throw new global::System.ArgumentNullException("Original_CodStato"); + } + else { + this.Adapter.UpdateCommand.Parameters[6].Value = ((string)(Original_CodStato)); + } + if ((Original_Particolare == null)) { + throw new global::System.ArgumentNullException("Original_Particolare"); + } + else { + this.Adapter.UpdateCommand.Parameters[7].Value = ((string)(Original_Particolare)); + } + if ((Original_CodImballo == null)) { + throw new global::System.ArgumentNullException("Original_CodImballo"); + } + else { + this.Adapter.UpdateCommand.Parameters[8].Value = ((string)(Original_CodImballo)); + } + this.Adapter.UpdateCommand.Parameters[9].Value = ((int)(Original_QtaStd)); + global::System.Data.ConnectionState previousConnectionState = this.Adapter.UpdateCommand.Connection.State; + if (((this.Adapter.UpdateCommand.Connection.State & global::System.Data.ConnectionState.Open) + != global::System.Data.ConnectionState.Open)) { + this.Adapter.UpdateCommand.Connection.Open(); + } + try { + int returnValue = this.Adapter.UpdateCommand.ExecuteNonQuery(); + return returnValue; + } + finally { + if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) { + this.Adapter.UpdateCommand.Connection.Close(); + } + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] + [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Update, true)] + public virtual int Update(int QtaStd, string Original_CodCS, string Original_CodStato, string Original_Particolare, string Original_CodImballo, int Original_QtaStd) { + return this.Update(Original_CodCS, Original_CodStato, Original_Particolare, Original_CodImballo, QtaStd, Original_CodCS, Original_CodStato, Original_Particolare, Original_CodImballo, Original_QtaStd); + } + } + /// ///TableAdapterManager is used to coordinate TableAdapters in the dataset to enable Hierarchical Update scenarios /// @@ -32286,6 +33196,8 @@ SELECT IdxNC, CodNC, DescrNC, TipoCart, DataFrom, DataTo, Particolare, SearchNot private ElencoNCTableAdapter _elencoNCTableAdapter; + private AnagParticolariImballiTableAdapter _anagParticolariImballiTableAdapter; + private bool _backupDataSetBeforeUpdate; private global::System.Data.IDbConnection _connection; @@ -32525,6 +33437,20 @@ SELECT IdxNC, CodNC, DescrNC, TipoCart, DataFrom, DataTo, Particolare, SearchNot } } + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + [global::System.ComponentModel.EditorAttribute("Microsoft.VSDesigner.DataSource.Design.TableAdapterManagerPropertyEditor, Microso" + + "ft.VSDesigner, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3" + + "a", "System.Drawing.Design.UITypeEditor")] + public AnagParticolariImballiTableAdapter AnagParticolariImballiTableAdapter { + get { + return this._anagParticolariImballiTableAdapter; + } + set { + this._anagParticolariImballiTableAdapter = value; + } + } + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool BackupDataSetBeforeUpdate { @@ -32608,6 +33534,10 @@ SELECT IdxNC, CodNC, DescrNC, TipoCart, DataFrom, DataTo, Particolare, SearchNot && (this._elencoNCTableAdapter.Connection != null))) { return this._elencoNCTableAdapter.Connection; } + if (((this._anagParticolariImballiTableAdapter != null) + && (this._anagParticolariImballiTableAdapter.Connection != null))) { + return this._anagParticolariImballiTableAdapter.Connection; + } return null; } set { @@ -32669,6 +33599,9 @@ SELECT IdxNC, CodNC, DescrNC, TipoCart, DataFrom, DataTo, Particolare, SearchNot if ((this._elencoNCTableAdapter != null)) { count = (count + 1); } + if ((this._anagParticolariImballiTableAdapter != null)) { + count = (count + 1); + } return count; } } @@ -32824,6 +33757,15 @@ SELECT IdxNC, CodNC, DescrNC, TipoCart, DataFrom, DataTo, Particolare, SearchNot allChangedRows.AddRange(updatedRows); } } + if ((this._anagParticolariImballiTableAdapter != null)) { + global::System.Data.DataRow[] updatedRows = dataSet.AnagParticolariImballi.Select(null, null, global::System.Data.DataViewRowState.ModifiedCurrent); + updatedRows = this.GetRealUpdatedRows(updatedRows, allAddedRows); + if (((updatedRows != null) + && (0 < updatedRows.Length))) { + result = (result + this._anagParticolariImballiTableAdapter.Update(updatedRows)); + allChangedRows.AddRange(updatedRows); + } + } return result; } @@ -32962,6 +33904,14 @@ SELECT IdxNC, CodNC, DescrNC, TipoCart, DataFrom, DataTo, Particolare, SearchNot allAddedRows.AddRange(addedRows); } } + if ((this._anagParticolariImballiTableAdapter != null)) { + global::System.Data.DataRow[] addedRows = dataSet.AnagParticolariImballi.Select(null, null, global::System.Data.DataViewRowState.Added); + if (((addedRows != null) + && (0 < addedRows.Length))) { + result = (result + this._anagParticolariImballiTableAdapter.Update(addedRows)); + allAddedRows.AddRange(addedRows); + } + } return result; } @@ -32972,6 +33922,14 @@ SELECT IdxNC, CodNC, DescrNC, TipoCart, DataFrom, DataTo, Particolare, SearchNot [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] private int UpdateDeletedRows(DS_Applicazione dataSet, global::System.Collections.Generic.List allChangedRows) { int result = 0; + if ((this._anagParticolariImballiTableAdapter != null)) { + global::System.Data.DataRow[] deletedRows = dataSet.AnagParticolariImballi.Select(null, null, global::System.Data.DataViewRowState.Deleted); + if (((deletedRows != null) + && (0 < deletedRows.Length))) { + result = (result + this._anagParticolariImballiTableAdapter.Update(deletedRows)); + allChangedRows.AddRange(deletedRows); + } + } if ((this._relazUDCTableAdapter != null)) { global::System.Data.DataRow[] deletedRows = dataSet.RelazUDC.Select(null, null, global::System.Data.DataViewRowState.Deleted); if (((deletedRows != null) @@ -33141,88 +34099,94 @@ SELECT IdxNC, CodNC, DescrNC, TipoCart, DataFrom, DataTo, Particolare, SearchNot } if (((this._anagStatiTableAdapter != null) && (this.MatchTableAdapterConnection(this._anagStatiTableAdapter.Connection) == false))) { - throw new global::System.ArgumentException("All TableAdapters managed by a TableAdapterManager must use the same connection s" + - "tring."); + throw new global::System.ArgumentException("Tutti gli oggetti TableAdapter gestiti da TableAdapterManager devono utilizzare l" + + "a stessa stringa di connessione."); } if (((this._anagTipoDichiarazTableAdapter != null) && (this.MatchTableAdapterConnection(this._anagTipoDichiarazTableAdapter.Connection) == false))) { - throw new global::System.ArgumentException("All TableAdapters managed by a TableAdapterManager must use the same connection s" + - "tring."); + throw new global::System.ArgumentException("Tutti gli oggetti TableAdapter gestiti da TableAdapterManager devono utilizzare l" + + "a stessa stringa di connessione."); } if (((this._anagStatiProdottoTableAdapter != null) && (this.MatchTableAdapterConnection(this._anagStatiProdottoTableAdapter.Connection) == false))) { - throw new global::System.ArgumentException("All TableAdapters managed by a TableAdapterManager must use the same connection s" + - "tring."); + throw new global::System.ArgumentException("Tutti gli oggetti TableAdapter gestiti da TableAdapterManager devono utilizzare l" + + "a stessa stringa di connessione."); } if (((this._relazUDCTableAdapter != null) && (this.MatchTableAdapterConnection(this._relazUDCTableAdapter.Connection) == false))) { - throw new global::System.ArgumentException("All TableAdapters managed by a TableAdapterManager must use the same connection s" + - "tring."); + throw new global::System.ArgumentException("Tutti gli oggetti TableAdapter gestiti da TableAdapterManager devono utilizzare l" + + "a stessa stringa di connessione."); } if (((this._anagImpiantiTableAdapter != null) && (this.MatchTableAdapterConnection(this._anagImpiantiTableAdapter.Connection) == false))) { - throw new global::System.ArgumentException("All TableAdapters managed by a TableAdapterManager must use the same connection s" + - "tring."); + throw new global::System.ArgumentException("Tutti gli oggetti TableAdapter gestiti da TableAdapterManager devono utilizzare l" + + "a stessa stringa di connessione."); } if (((this._anagCompanySitoTableAdapter != null) && (this.MatchTableAdapterConnection(this._anagCompanySitoTableAdapter.Connection) == false))) { - throw new global::System.ArgumentException("All TableAdapters managed by a TableAdapterManager must use the same connection s" + - "tring."); + throw new global::System.ArgumentException("Tutti gli oggetti TableAdapter gestiti da TableAdapterManager devono utilizzare l" + + "a stessa stringa di connessione."); } if (((this._anagBilanceTableAdapter != null) && (this.MatchTableAdapterConnection(this._anagBilanceTableAdapter.Connection) == false))) { - throw new global::System.ArgumentException("All TableAdapters managed by a TableAdapterManager must use the same connection s" + - "tring."); + throw new global::System.ArgumentException("Tutti gli oggetti TableAdapter gestiti da TableAdapterManager devono utilizzare l" + + "a stessa stringa di connessione."); } if (((this._elencoCartelliniTableAdapter != null) && (this.MatchTableAdapterConnection(this._elencoCartelliniTableAdapter.Connection) == false))) { - throw new global::System.ArgumentException("All TableAdapters managed by a TableAdapterManager must use the same connection s" + - "tring."); + throw new global::System.ArgumentException("Tutti gli oggetti TableAdapter gestiti da TableAdapterManager devono utilizzare l" + + "a stessa stringa di connessione."); } if (((this._anagImballiTableAdapter != null) && (this.MatchTableAdapterConnection(this._anagImballiTableAdapter.Connection) == false))) { - throw new global::System.ArgumentException("All TableAdapters managed by a TableAdapterManager must use the same connection s" + - "tring."); + throw new global::System.ArgumentException("Tutti gli oggetti TableAdapter gestiti da TableAdapterManager devono utilizzare l" + + "a stessa stringa di connessione."); } if (((this._anagOperatoriTableAdapter != null) && (this.MatchTableAdapterConnection(this._anagOperatoriTableAdapter.Connection) == false))) { - throw new global::System.ArgumentException("All TableAdapters managed by a TableAdapterManager must use the same connection s" + - "tring."); + throw new global::System.ArgumentException("Tutti gli oggetti TableAdapter gestiti da TableAdapterManager devono utilizzare l" + + "a stessa stringa di connessione."); } if (((this._anagClientiTableAdapter != null) && (this.MatchTableAdapterConnection(this._anagClientiTableAdapter.Connection) == false))) { - throw new global::System.ArgumentException("All TableAdapters managed by a TableAdapterManager must use the same connection s" + - "tring."); + throw new global::System.ArgumentException("Tutti gli oggetti TableAdapter gestiti da TableAdapterManager devono utilizzare l" + + "a stessa stringa di connessione."); } if (((this._anagParticolariTableAdapter != null) && (this.MatchTableAdapterConnection(this._anagParticolariTableAdapter.Connection) == false))) { - throw new global::System.ArgumentException("All TableAdapters managed by a TableAdapterManager must use the same connection s" + - "tring."); + throw new global::System.ArgumentException("Tutti gli oggetti TableAdapter gestiti da TableAdapterManager devono utilizzare l" + + "a stessa stringa di connessione."); } if (((this._anagFamiglieTableAdapter != null) && (this.MatchTableAdapterConnection(this._anagFamiglieTableAdapter.Connection) == false))) { - throw new global::System.ArgumentException("All TableAdapters managed by a TableAdapterManager must use the same connection s" + - "tring."); + throw new global::System.ArgumentException("Tutti gli oggetti TableAdapter gestiti da TableAdapterManager devono utilizzare l" + + "a stessa stringa di connessione."); } if (((this._soggetti2UtenteTableAdapter != null) && (this.MatchTableAdapterConnection(this._soggetti2UtenteTableAdapter.Connection) == false))) { - throw new global::System.ArgumentException("All TableAdapters managed by a TableAdapterManager must use the same connection s" + - "tring."); + throw new global::System.ArgumentException("Tutti gli oggetti TableAdapter gestiti da TableAdapterManager devono utilizzare l" + + "a stessa stringa di connessione."); } if (((this._elencoPostazioniTableAdapter != null) && (this.MatchTableAdapterConnection(this._elencoPostazioniTableAdapter.Connection) == false))) { - throw new global::System.ArgumentException("All TableAdapters managed by a TableAdapterManager must use the same connection s" + - "tring."); + throw new global::System.ArgumentException("Tutti gli oggetti TableAdapter gestiti da TableAdapterManager devono utilizzare l" + + "a stessa stringa di connessione."); } if (((this._elencoNCTableAdapter != null) && (this.MatchTableAdapterConnection(this._elencoNCTableAdapter.Connection) == false))) { - throw new global::System.ArgumentException("All TableAdapters managed by a TableAdapterManager must use the same connection s" + - "tring."); + throw new global::System.ArgumentException("Tutti gli oggetti TableAdapter gestiti da TableAdapterManager devono utilizzare l" + + "a stessa stringa di connessione."); + } + if (((this._anagParticolariImballiTableAdapter != null) + && (this.MatchTableAdapterConnection(this._anagParticolariImballiTableAdapter.Connection) == false))) { + throw new global::System.ArgumentException("Tutti gli oggetti TableAdapter gestiti da TableAdapterManager devono utilizzare l" + + "a stessa stringa di connessione."); } global::System.Data.IDbConnection workConnection = this.Connection; if ((workConnection == null)) { - throw new global::System.ApplicationException("TableAdapterManager contains no connection information. Set each TableAdapterMana" + - "ger TableAdapter property to a valid TableAdapter instance."); + throw new global::System.ApplicationException("TableAdapterManager non contiene informazioni di connessione. Impostare la propri" + + "età TableAdapter di ciascun oggetto TableAdapterManager su un\'istanza TableAdapt" + + "er valida."); } bool workConnOpened = false; if (((workConnection.State & global::System.Data.ConnectionState.Broken) @@ -33235,8 +34199,8 @@ SELECT IdxNC, CodNC, DescrNC, TipoCart, DataFrom, DataTo, Particolare, SearchNot } global::System.Data.IDbTransaction workTransaction = workConnection.BeginTransaction(); if ((workTransaction == null)) { - throw new global::System.ApplicationException("The transaction cannot begin. The current data connection does not support transa" + - "ctions or the current state is not allowing the transaction to begin."); + throw new global::System.ApplicationException("Impossibile avviare la transazione. La connessione dati corrente non supporta le " + + "transazioni oppure lo stato corrente non consente l\'avvio della transazione."); } global::System.Collections.Generic.List allChangedRows = new global::System.Collections.Generic.List(); global::System.Collections.Generic.List allAddedRows = new global::System.Collections.Generic.List(); @@ -33395,6 +34359,15 @@ SELECT IdxNC, CodNC, DescrNC, TipoCart, DataFrom, DataTo, Particolare, SearchNot adaptersWithAcceptChangesDuringUpdate.Add(this._elencoNCTableAdapter.Adapter); } } + if ((this._anagParticolariImballiTableAdapter != null)) { + revertConnections.Add(this._anagParticolariImballiTableAdapter, this._anagParticolariImballiTableAdapter.Connection); + this._anagParticolariImballiTableAdapter.Connection = ((global::System.Data.SqlClient.SqlConnection)(workConnection)); + this._anagParticolariImballiTableAdapter.Transaction = ((global::System.Data.SqlClient.SqlTransaction)(workTransaction)); + if (this._anagParticolariImballiTableAdapter.Adapter.AcceptChangesDuringUpdate) { + this._anagParticolariImballiTableAdapter.Adapter.AcceptChangesDuringUpdate = false; + adaptersWithAcceptChangesDuringUpdate.Add(this._anagParticolariImballiTableAdapter.Adapter); + } + } // //---- Perform updates ----------- // @@ -33517,6 +34490,10 @@ SELECT IdxNC, CodNC, DescrNC, TipoCart, DataFrom, DataTo, Particolare, SearchNot this._elencoNCTableAdapter.Connection = ((global::System.Data.SqlClient.SqlConnection)(revertConnections[this._elencoNCTableAdapter])); this._elencoNCTableAdapter.Transaction = null; } + if ((this._anagParticolariImballiTableAdapter != null)) { + this._anagParticolariImballiTableAdapter.Connection = ((global::System.Data.SqlClient.SqlConnection)(revertConnections[this._anagParticolariImballiTableAdapter])); + this._anagParticolariImballiTableAdapter.Transaction = null; + } if ((0 < adaptersWithAcceptChangesDuringUpdate.Count)) { global::System.Data.Common.DataAdapter[] adapters = new System.Data.Common.DataAdapter[adaptersWithAcceptChangesDuringUpdate.Count]; adaptersWithAcceptChangesDuringUpdate.CopyTo(adapters); diff --git a/GMW_data/DataProxy.cs b/GMW_data/DataProxy.cs index e84f668f..bf2d625d 100644 --- a/GMW_data/DataProxy.cs +++ b/GMW_data/DataProxy.cs @@ -1,8 +1,4 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using SteamWare; +using SteamWare; namespace GMW_data { @@ -21,6 +17,7 @@ namespace GMW_data public DS_ApplicazioneTableAdapters.AnagFamiglieTableAdapter taAnagFamiglie; public DS_ApplicazioneTableAdapters.AnagOperatoriTableAdapter taAnagOperatore; public DS_ApplicazioneTableAdapters.AnagParticolariTableAdapter taAnagParticolari; + public DS_ApplicazioneTableAdapters.AnagParticolariImballiTableAdapter taAnagPartImb; public DS_ApplicazioneTableAdapters.v_ArtInProdTableAdapter taArtInProd; public DS_ApplicazioneTableAdapters.ElencoCartelliniTableAdapter taCartellini; public DS_ApplicazioneTableAdapters.ElencoPostazioniTableAdapter taElPost; @@ -48,7 +45,7 @@ namespace GMW_data public DS_cartelliniTableAdapters.stp_prtCartSterratiByUDCTableAdapter taPrtCartSterrati; public DS_cartelliniTableAdapters.stp_prtCartTrattatiByUDCTableAdapter taPrtCartTratt; public DS_cartelliniTableAdapters.PrintJobQueueTableAdapter taPJQ; - + /// /// init dei table adapters /// @@ -62,6 +59,7 @@ namespace GMW_data taAnagFamiglie = new GMW_data.DS_ApplicazioneTableAdapters.AnagFamiglieTableAdapter(); taAnagOperatore = new GMW_data.DS_ApplicazioneTableAdapters.AnagOperatoriTableAdapter(); taAnagParticolari = new GMW_data.DS_ApplicazioneTableAdapters.AnagParticolariTableAdapter(); + taAnagPartImb = new GMW_data.DS_ApplicazioneTableAdapters.AnagParticolariImballiTableAdapter(); taArtInProd = new GMW_data.DS_ApplicazioneTableAdapters.v_ArtInProdTableAdapter(); taCartellini = new GMW_data.DS_ApplicazioneTableAdapters.ElencoCartelliniTableAdapter(); taElPost = new GMW_data.DS_ApplicazioneTableAdapters.ElencoPostazioniTableAdapter(); @@ -105,6 +103,7 @@ namespace GMW_data taAnagImp.Connection.ConnectionString = connString; taAnagOperatore.Connection.ConnectionString = connString; taAnagParticolari.Connection.ConnectionString = connString; + taAnagPartImb.Connection.ConnectionString = connString; taArtInProd.Connection.ConnectionString = connString; taCartellini.Connection.ConnectionString = connString; taElPost.Connection.ConnectionString = connString;